diff --git a/examples/basic/basic.cpp b/examples/basic/basic.cpp new file mode 100644 index 0000000..735886a --- /dev/null +++ b/examples/basic/basic.cpp @@ -0,0 +1,56 @@ +/* + * Copyright (C) 2024 Brett Terpstra + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +#include +#include "blt/gfx/renderer/resource_manager.h" +#include "blt/gfx/renderer/batch_2d_renderer.h" +#include "blt/gfx/renderer/camera.h" +#include + +blt::gfx::matrix_state_manager global_matrices; +blt::gfx::resource_manager resources; +blt::gfx::batch_renderer_2d renderer_2d(resources); +blt::gfx::first_person_camera camera; + +void init() +{ + using namespace blt::gfx; + + + global_matrices.create_internals(); + resources.load_resources(); + renderer_2d.create(); +} + +void update(std::int32_t width, std::int32_t height) +{ + global_matrices.update_perspectives(width, height, 90, 0.1, 2000); + + camera.update(); + camera.update_view(global_matrices); + global_matrices.update(); + + renderer_2d.render(); +} + +int main(int argc, const char** argv) +{ + blt::gfx::init(blt::gfx::window_data{"My Sexy Window", init, update}.setSyncInterval(1)); + global_matrices.cleanup(); + resources.cleanup(); + renderer_2d.cleanup(); + blt::gfx::cleanup(); +} \ No newline at end of file diff --git a/examples/basic/build/CMakeCache.txt b/examples/basic/build/CMakeCache.txt new file mode 100644 index 0000000..6a0dee5 --- /dev/null +++ b/examples/basic/build/CMakeCache.txt @@ -0,0 +1,2562 @@ +# This is the CMakeCache file. +# For build in directory: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//The ALSA (asound) include directory +ALSA_INCLUDE_DIR:PATH=/usr/include + +//The ALSA (asound) library +ALSA_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libasound.so + +//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 + +//The AVCODEC CFLAGS. +AVCODEC_DEFINITIONS:STRING= + +//Path to a file. +AVCODEC_INCLUDE_DIRS:PATH=/usr/include/x86_64-linux-gnu + +//Path to a library. +AVCODEC_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libavcodec.so + +//The AVCODEC version number. +AVCODEC_VERSION:STRING=60.31.102 + +//The AVDEVICE CFLAGS. +AVDEVICE_DEFINITIONS:STRING= + +//Path to a file. +AVDEVICE_INCLUDE_DIRS:PATH=/usr/include/x86_64-linux-gnu + +//Path to a library. +AVDEVICE_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libavdevice.so + +//The AVDEVICE version number. +AVDEVICE_VERSION:STRING=60.3.100 + +//The AVFORMAT CFLAGS. +AVFORMAT_DEFINITIONS:STRING= + +//Path to a file. +AVFORMAT_INCLUDE_DIRS:PATH=/usr/include/x86_64-linux-gnu + +//Path to a library. +AVFORMAT_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libavformat.so + +//The AVFORMAT version number. +AVFORMAT_VERSION:STRING=60.16.100 + +//The AVUTIL CFLAGS. +AVUTIL_DEFINITIONS:STRING= + +//Path to a file. +AVUTIL_INCLUDE_DIRS:PATH=/usr/include/x86_64-linux-gnu + +//Path to a library. +AVUTIL_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libavutil.so + +//The AVUTIL version number. +AVUTIL_VERSION:STRING=58.29.100 + +//Value Computed by CMake +BLT_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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;general;stdc++fs; + +//Value Computed by CMake +BLT_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT + +//Value Computed by CMake +BLT_WITH_GRAPHICS_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +//Value Computed by CMake +BLT_WITH_GRAPHICS_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +BLT_WITH_GRAPHICS_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/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 FS utilities including the NBT + eNBT extension +BUILD_FS:BOOL=ON + +//Build the BLT Graphics test set +BUILD_GRAPHICS_TESTS:BOOL=OFF + +//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=/usr/include + +//Path to a library. +BZIP2_LIBRARY_DEBUG:FILEPATH=BZIP2_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +BZIP2_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libbz2.so + +//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: Debug Release RelWithDebInfo +// MinSizeRel. +CMAKE_BUILD_TYPE:STRING=RelWithDebInfo + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE: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-13 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-13 + +//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-13 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-13 + +//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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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 + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/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=BLT_WITH_GRAPHICS + +//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 + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//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 + +//The FFmpeg cflags. +FFMPEG_DEFINITIONS:STRING= + +//The FFmpeg include directories. +FFMPEG_INCLUDE_DIRS:STRING=/usr/include/x86_64-linux-gnu + +//The FFmpeg libraries. +FFMPEG_LIBRARIES:STRING=/usr/lib/x86_64-linux-gnu/libavformat.so;/usr/lib/x86_64-linux-gnu/libavcodec.so;/usr/lib/x86_64-linux-gnu/libavutil.so;/usr/lib/x86_64-linux-gnu/libswscale.so;/usr/lib/x86_64-linux-gnu/libswresample.so;/usr/lib/x86_64-linux-gnu/libz.so + +//Path to a file. +FREETYPE_INCLUDE_DIR_freetype2:PATH=/usr/include/freetype2 + +//Path to a file. +FREETYPE_INCLUDE_DIR_ft2build:PATH=/usr/include/freetype2 + +//Path to a library. +FREETYPE_LIBRARY_DEBUG:FILEPATH=FREETYPE_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +FREETYPE_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libfreetype.so + +//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 + +//Path to a file. +Fontconfig_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +Fontconfig_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libfontconfig.so + +//Git command line client +GIT_EXECUTABLE:FILEPATH=/usr/bin/git + +//Value Computed by CMake +GLFW_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/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 POSTPROC CFLAGS. +POSTPROC_DEFINITIONS:STRING= + +//Path to a file. +POSTPROC_INCLUDE_DIRS:PATH=/usr/include/x86_64-linux-gnu + +//Path to a library. +POSTPROC_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libpostproc.so + +//The POSTPROC version number. +POSTPROC_VERSION:STRING=57.3.100 + +//The PulseAudio include directory +PULSEAUDIO_INCLUDE_DIR:PATH=/usr/include + +//The PulseAudio library +PULSEAUDIO_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpulse.so + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets + +//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=/usr/lib/x86_64-linux-gnu/cmake/SDL2 + +//Path to a file. +SNDFILE_INCLUDE_DIR:PATH=SNDFILE_INCLUDE_DIR-NOTFOUND + +//Path to a library. +SNDFILE_LIBRARY:FILEPATH=SNDFILE_LIBRARY-NOTFOUND + +//The SoundIO include directory +SOUNDIO_INCLUDE_DIR:PATH=/usr/include + +//The SoundIO library +SOUNDIO_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libsndio.so + +//The SWRESAMPLE CFLAGS. +SWRESAMPLE_DEFINITIONS:STRING= + +//Path to a file. +SWRESAMPLE_INCLUDE_DIRS:PATH=/usr/include/x86_64-linux-gnu + +//Path to a library. +SWRESAMPLE_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libswresample.so + +//The SWRESAMPLE version number. +SWRESAMPLE_VERSION:STRING=4.12.100 + +//The SWSCALE CFLAGS. +SWSCALE_DEFINITIONS:STRING= + +//Path to a file. +SWSCALE_INCLUDE_DIRS:PATH=/usr/include/x86_64-linux-gnu + +//Path to a library. +SWSCALE_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libswscale.so + +//The SWSCALE version number. +SWSCALE_VERSION:STRING=7.5.100 + +//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=/usr/include + +//Path to a library. +X11_XRes_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXRes.so + +//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=/usr/include + +//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=/usr/include + +//Path to a library. +X11_Xaw_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXaw.so + +//Path to a file. +X11_Xcomposite_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xcomposite_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXcomposite.so + +//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=/usr/include + +//Path to a library. +X11_Xdamage_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXdamage.so + +//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=/usr/include + +//Path to a library. +X11_Xft_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXft.so + +//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=/usr/include + +//Path to a library. +X11_Xmu_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXmu.so + +//Path to a file. +X11_Xpm_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xpm_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXpm.so + +//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=/usr/include + +//Path to a library. +X11_Xss_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXss.so + +//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=/usr/include + +//Path to a library. +X11_Xtst_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXtst.so + +//Path to a file. +X11_Xutil_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xv_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xv_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXv.so + +//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=/usr/include + +//Path to a library. +X11_Xxf86vm_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXxf86vm.so + +//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_composite_INCLUDE_PATH:PATH=X11_xcb_composite_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_composite_LIB:FILEPATH=X11_xcb_composite_LIB-NOTFOUND + +//Path to a file. +X11_xcb_cursor_INCLUDE_PATH:PATH=X11_xcb_cursor_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_cursor_LIB:FILEPATH=X11_xcb_cursor_LIB-NOTFOUND + +//Path to a file. +X11_xcb_damage_INCLUDE_PATH:PATH=X11_xcb_damage_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_damage_LIB:FILEPATH=X11_xcb_damage_LIB-NOTFOUND + +//Path to a file. +X11_xcb_dpms_INCLUDE_PATH:PATH=X11_xcb_dpms_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_dpms_LIB:FILEPATH=X11_xcb_dpms_LIB-NOTFOUND + +//Path to a file. +X11_xcb_dri2_INCLUDE_PATH:PATH=X11_xcb_dri2_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_dri2_LIB:FILEPATH=X11_xcb_dri2_LIB-NOTFOUND + +//Path to a file. +X11_xcb_dri3_INCLUDE_PATH:PATH=X11_xcb_dri3_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_dri3_LIB:FILEPATH=X11_xcb_dri3_LIB-NOTFOUND + +//Path to a file. +X11_xcb_errors_INCLUDE_PATH:PATH=X11_xcb_errors_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_errors_LIB:FILEPATH=X11_xcb_errors_LIB-NOTFOUND + +//Path to a file. +X11_xcb_ewmh_INCLUDE_PATH:PATH=X11_xcb_ewmh_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_ewmh_LIB:FILEPATH=X11_xcb_ewmh_LIB-NOTFOUND + +//Path to a file. +X11_xcb_glx_INCLUDE_PATH:PATH=X11_xcb_glx_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_glx_LIB:FILEPATH=X11_xcb_glx_LIB-NOTFOUND + +//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_image_INCLUDE_PATH:PATH=X11_xcb_image_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_image_LIB:FILEPATH=X11_xcb_image_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_present_INCLUDE_PATH:PATH=X11_xcb_present_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_present_LIB:FILEPATH=X11_xcb_present_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_record_INCLUDE_PATH:PATH=X11_xcb_record_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_record_LIB:FILEPATH=X11_xcb_record_LIB-NOTFOUND + +//Path to a file. +X11_xcb_render_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_render_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libxcb-render.so + +//Path to a file. +X11_xcb_render_util_INCLUDE_PATH:PATH=X11_xcb_render_util_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_render_util_LIB:FILEPATH=X11_xcb_render_util_LIB-NOTFOUND + +//Path to a file. +X11_xcb_res_INCLUDE_PATH:PATH=X11_xcb_res_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_res_LIB:FILEPATH=X11_xcb_res_LIB-NOTFOUND + +//Path to a file. +X11_xcb_screensaver_INCLUDE_PATH:PATH=X11_xcb_screensaver_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_screensaver_LIB:FILEPATH=X11_xcb_screensaver_LIB-NOTFOUND + +//Path to a file. +X11_xcb_shape_INCLUDE_PATH:PATH=X11_xcb_shape_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_shape_LIB:FILEPATH=X11_xcb_shape_LIB-NOTFOUND + +//Path to a file. +X11_xcb_shm_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_shm_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libxcb-shm.so + +//Path to a file. +X11_xcb_sync_INCLUDE_PATH:PATH=X11_xcb_sync_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_sync_LIB:FILEPATH=X11_xcb_sync_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_xf86dri_INCLUDE_PATH:PATH=X11_xcb_xf86dri_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xf86dri_LIB:FILEPATH=X11_xcb_xf86dri_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 file. +X11_xcb_xinerama_INCLUDE_PATH:PATH=X11_xcb_xinerama_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xinerama_LIB:FILEPATH=X11_xcb_xinerama_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xinput_INCLUDE_PATH:PATH=X11_xcb_xinput_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xinput_LIB:FILEPATH=X11_xcb_xinput_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xkb_INCLUDE_PATH:PATH=X11_xcb_xkb_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xkb_LIB:FILEPATH=X11_xcb_xkb_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xrm_INCLUDE_PATH:PATH=X11_xcb_xrm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xrm_LIB:FILEPATH=X11_xcb_xrm_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_xcb_xv_INCLUDE_PATH:PATH=X11_xcb_xv_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xv_LIB:FILEPATH=X11_xcb_xv_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xvmc_INCLUDE_PATH:PATH=X11_xcb_xvmc_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xvmc_LIB:FILEPATH=X11_xcb_xvmc_LIB-NOTFOUND + +//Path to a file. +X11_xkbcommon_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xkbcommon_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libxkbcommon.so + +//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=/usr/include + +//Path to a library. +X11_xkbfile_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libxkbfile.so + +//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 + +//Path to a library. +_FFmpeg_HAVE_LIBZ:FILEPATH=/usr/lib/x86_64-linux-gnu/libz.so + +//Value Computed by CMake +alsoft-config_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config + +//Value Computed by CMake +freetype_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 + +//The directory containing a CMake configuration file for freetype. +freetype_DIR:PATH=freetype_DIR-NOTFOUND + +//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/libbz2.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++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 + +//Path to a library. +pkgcfg_lib_PC_AVCODEC_avcodec:FILEPATH=/usr/lib/x86_64-linux-gnu/libavcodec.so + +//Path to a library. +pkgcfg_lib_PC_AVDEVICE_avdevice:FILEPATH=/usr/lib/x86_64-linux-gnu/libavdevice.so + +//Path to a library. +pkgcfg_lib_PC_AVFORMAT_avformat:FILEPATH=/usr/lib/x86_64-linux-gnu/libavformat.so + +//Path to a library. +pkgcfg_lib_PC_AVUTIL_avutil:FILEPATH=/usr/lib/x86_64-linux-gnu/libavutil.so + +//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_PC_POSTPROC_postproc:FILEPATH=/usr/lib/x86_64-linux-gnu/libpostproc.so + +//Path to a library. +pkgcfg_lib_PC_SWRESAMPLE_swresample:FILEPATH=/usr/lib/x86_64-linux-gnu/libswresample.so + +//Path to a library. +pkgcfg_lib_PC_SWSCALE_swscale:FILEPATH=/usr/lib/x86_64-linux-gnu/libswscale.so + +//Path to a library. +pkgcfg_lib_PIPEWIRE_pipewire-0.3:FILEPATH=/usr/lib/x86_64-linux-gnu/libpipewire-0.3.so + +//Path to a library. +pkgcfg_lib_PKG_FONTCONFIG_fontconfig:FILEPATH=/usr/lib/x86_64-linux-gnu/libfontconfig.so + +//Path to a library. +pkgcfg_lib_PKG_FONTCONFIG_freetype:FILEPATH=/usr/lib/x86_64-linux-gnu/libfreetype.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: AVCODEC_DEFINITIONS +AVCODEC_DEFINITIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVCODEC_INCLUDE_DIRS +AVCODEC_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVCODEC_LIBRARIES +AVCODEC_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVCODEC_VERSION +AVCODEC_VERSION-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVDEVICE_DEFINITIONS +AVDEVICE_DEFINITIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVDEVICE_INCLUDE_DIRS +AVDEVICE_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVDEVICE_LIBRARIES +AVDEVICE_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVDEVICE_VERSION +AVDEVICE_VERSION-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVFORMAT_DEFINITIONS +AVFORMAT_DEFINITIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVFORMAT_INCLUDE_DIRS +AVFORMAT_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVFORMAT_LIBRARIES +AVFORMAT_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVFORMAT_VERSION +AVFORMAT_VERSION-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVUTIL_DEFINITIONS +AVUTIL_DEFINITIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVUTIL_INCLUDE_DIRS +AVUTIL_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVUTIL_LIBRARIES +AVUTIL_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVUTIL_VERSION +AVUTIL_VERSION-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 +//Have symbol BZ2_bzCompressInit +BZIP2_NEED_PREFIX: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++/Libraries/BLT-With-Graphics-Template/examples/basic/build +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=28 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +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=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//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++/Libraries/BLT-With-Graphics-Template +//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_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=7 +//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.28 +//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 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-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 +//ADVANCED property for variable: FFMPEG_DEFINITIONS +FFMPEG_DEFINITIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FFMPEG_INCLUDE_DIRS +FFMPEG_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FFMPEG_LIBRARIES +FFMPEG_LIBRARIES-ADVANCED:INTERNAL=1 +//Details about finding ALSA +FIND_PACKAGE_MESSAGE_DETAILS_ALSA:INTERNAL=[/usr/lib/x86_64-linux-gnu/libasound.so][/usr/include][v1.2.10()] +//Details about finding BZip2 +FIND_PACKAGE_MESSAGE_DETAILS_BZip2:INTERNAL=[/usr/lib/x86_64-linux-gnu/libbz2.so][/usr/include][v1.0.8()] +//Details about finding BrotliDec +FIND_PACKAGE_MESSAGE_DETAILS_BrotliDec:INTERNAL=[/usr/include][/usr/lib/x86_64-linux-gnu/libbrotlidec.so][v1.1.0()] +//Details about finding FFmpeg +FIND_PACKAGE_MESSAGE_DETAILS_FFmpeg:INTERNAL=[/usr/lib/x86_64-linux-gnu/libavformat.so;/usr/lib/x86_64-linux-gnu/libavcodec.so;/usr/lib/x86_64-linux-gnu/libavutil.so;/usr/lib/x86_64-linux-gnu/libswscale.so;/usr/lib/x86_64-linux-gnu/libswresample.so;/usr/lib/x86_64-linux-gnu/libz.so][/usr/include/x86_64-linux-gnu][/usr/lib/x86_64-linux-gnu/libavformat.so][/usr/include/x86_64-linux-gnu][/usr/lib/x86_64-linux-gnu/libavcodec.so][/usr/include/x86_64-linux-gnu][/usr/lib/x86_64-linux-gnu/libavutil.so][/usr/include/x86_64-linux-gnu][/usr/lib/x86_64-linux-gnu/libswscale.so][/usr/include/x86_64-linux-gnu][/usr/lib/x86_64-linux-gnu/libswresample.so][/usr/include/x86_64-linux-gnu][v()] +//Details about finding Git +FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.43.0()] +//Details about finding HarfBuzz +FIND_PACKAGE_MESSAGE_DETAILS_HarfBuzz:INTERNAL=[/usr/include/harfbuzz][/usr/lib/x86_64-linux-gnu/libharfbuzz.so][ON][v8.3.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.42()] +//Details about finding PkgConfig +FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v1.8.1()] +//Details about finding PulseAudio +FIND_PACKAGE_MESSAGE_DETAILS_PulseAudio:INTERNAL=[/usr/lib/x86_64-linux-gnu/libpulse.so][/usr/include][v16.1.0()] +//Details about finding SoundIO +FIND_PACKAGE_MESSAGE_DETAILS_SoundIO:INTERNAL=[/usr/lib/x86_64-linux-gnu/libsndio.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][c ][v1.3()] +//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_freetype2 +FREETYPE_INCLUDE_DIR_freetype2-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_ft2build +FREETYPE_INCLUDE_DIR_ft2build-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FREETYPE_LIBRARY_DEBUG +FREETYPE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FREETYPE_LIBRARY_RELEASE +FREETYPE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Fontconfig_INCLUDE_DIR +Fontconfig_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Fontconfig_LIBRARY +Fontconfig_LIBRARY-ADVANCED:INTERNAL=1 +//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_AVCODEC_CFLAGS:INTERNAL=-I/usr/include/x86_64-linux-gnu +PC_AVCODEC_CFLAGS_I:INTERNAL= +PC_AVCODEC_CFLAGS_OTHER:INTERNAL= +PC_AVCODEC_FOUND:INTERNAL=1 +PC_AVCODEC_INCLUDEDIR:INTERNAL=/usr/include/x86_64-linux-gnu +PC_AVCODEC_INCLUDE_DIRS:INTERNAL=/usr/include/x86_64-linux-gnu +PC_AVCODEC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lavcodec +PC_AVCODEC_LDFLAGS_OTHER:INTERNAL= +PC_AVCODEC_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_AVCODEC_LIBRARIES:INTERNAL=avcodec +PC_AVCODEC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_AVCODEC_LIBS:INTERNAL= +PC_AVCODEC_LIBS_L:INTERNAL= +PC_AVCODEC_LIBS_OTHER:INTERNAL= +PC_AVCODEC_LIBS_PATHS:INTERNAL= +PC_AVCODEC_MODULE_NAME:INTERNAL=libavcodec +PC_AVCODEC_PREFIX:INTERNAL=/usr +PC_AVCODEC_STATIC_CFLAGS:INTERNAL=-I/usr/include/x86_64-linux-gnu +PC_AVCODEC_STATIC_CFLAGS_I:INTERNAL= +PC_AVCODEC_STATIC_CFLAGS_OTHER:INTERNAL= +PC_AVCODEC_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/x86_64-linux-gnu +PC_AVCODEC_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lavcodec;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lwebpmux;-lm;-latomic;-llzma;-ldav1d;-lrsvg-2;-lm;-lgio-2.0;-lgdk_pixbuf-2.0;-lgobject-2.0;-lglib-2.0;-lcairo;-lzvbi;-lpthread;-lm;-lpng;-lz;-lsnappy;-lstdc++;-laom;-lcodec2;-lgsm;-ljxl;-ljxl_threads;-lmp3lame;-lm;-lopenjp2;-lopus;-lrav1e;-lm;-lshine;-lspeex;-lSvtAv1Enc;-ltheoraenc;-ltheoradec;-logg;-ltwolame;-lvorbis;-lvorbisenc;-lwebp;-lx264;-lx265;-lxvidcore;-lz;-lva;-pthread;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-L/usr/lib/x86_64-linux-gnu;-lswresample;-lm;-lsoxr;-latomic;-L/usr/lib/x86_64-linux-gnu;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11 +PC_AVCODEC_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread;-pthread +PC_AVCODEC_STATIC_LIBDIR:INTERNAL= +PC_AVCODEC_STATIC_LIBRARIES:INTERNAL=avcodec;vpx;m;vpx;m;vpx;m;vpx;m;webpmux;m;atomic;lzma;dav1d;rsvg-2;m;gio-2.0;gdk_pixbuf-2.0;gobject-2.0;glib-2.0;cairo;zvbi;pthread;m;png;z;snappy;stdc++;aom;codec2;gsm;jxl;jxl_threads;mp3lame;m;openjp2;opus;rav1e;m;shine;speex;SvtAv1Enc;theoraenc;theoradec;ogg;twolame;vorbis;vorbisenc;webp;x264;x265;xvidcore;z;va;vpl;dl;stdc++;swresample;m;soxr;atomic;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11 +PC_AVCODEC_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu/pkgconfig/../ +PC_AVCODEC_STATIC_LIBS:INTERNAL= +PC_AVCODEC_STATIC_LIBS_L:INTERNAL= +PC_AVCODEC_STATIC_LIBS_OTHER:INTERNAL= +PC_AVCODEC_STATIC_LIBS_PATHS:INTERNAL= +PC_AVCODEC_VERSION:INTERNAL=60.31.102 +PC_AVCODEC_libavcodec_INCLUDEDIR:INTERNAL= +PC_AVCODEC_libavcodec_LIBDIR:INTERNAL= +PC_AVCODEC_libavcodec_PREFIX:INTERNAL= +PC_AVCODEC_libavcodec_VERSION:INTERNAL= +PC_AVDEVICE_CFLAGS:INTERNAL=-I/usr/include/x86_64-linux-gnu +PC_AVDEVICE_CFLAGS_I:INTERNAL= +PC_AVDEVICE_CFLAGS_OTHER:INTERNAL= +PC_AVDEVICE_FOUND:INTERNAL=1 +PC_AVDEVICE_INCLUDEDIR:INTERNAL=/usr/include/x86_64-linux-gnu +PC_AVDEVICE_INCLUDE_DIRS:INTERNAL=/usr/include/x86_64-linux-gnu +PC_AVDEVICE_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lavdevice +PC_AVDEVICE_LDFLAGS_OTHER:INTERNAL= +PC_AVDEVICE_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_AVDEVICE_LIBRARIES:INTERNAL=avdevice +PC_AVDEVICE_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_AVDEVICE_LIBS:INTERNAL= +PC_AVDEVICE_LIBS_L:INTERNAL= +PC_AVDEVICE_LIBS_OTHER:INTERNAL= +PC_AVDEVICE_LIBS_PATHS:INTERNAL= +PC_AVDEVICE_MODULE_NAME:INTERNAL=libavdevice +PC_AVDEVICE_PREFIX:INTERNAL=/usr +PC_AVDEVICE_STATIC_CFLAGS:INTERNAL=-I/usr/include/x86_64-linux-gnu +PC_AVDEVICE_STATIC_CFLAGS_I:INTERNAL= +PC_AVDEVICE_STATIC_CFLAGS_OTHER:INTERNAL= +PC_AVDEVICE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/x86_64-linux-gnu +PC_AVDEVICE_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lavdevice;-lm;-latomic;-lraw1394;-lavc1394;-lrom1394;-liec61883;-ljack;-ldrm;-lopenal;-lxcb;-lxcb-shm;-lxcb-shape;-lxcb-xfixes;-lcdio_paranoia;-lcdio_cdda;-lcdio;-lm;-ldc1394;-lasound;-lcaca;-lGL;-lpulse;-pthread;-lSDL2;-lXv;-lX11;-lXext;-L/usr/lib/x86_64-linux-gnu;-lavfilter;-pthread;-lm;-latomic;-lpocketsphinx;-lsphinxbase;-lsphinxad;-lbs2b;-llilv-0;-lrubberband;-lfftw3;-lsamplerate;-lstdc++;-lmysofa;-lflite_cmu_time_awb;-lflite_cmu_us_awb;-lflite_cmu_us_kal;-lflite_cmu_us_kal16;-lflite_cmu_us_rms;-lflite_cmu_us_slt;-lflite_usenglish;-lflite_cmulex;-lflite;-lharfbuzz;-lfribidi;-lplacebo;-lass;-lva;-lvidstab;-lm;-lgomp;-lzmq;-lzimg;-lglslang;-lMachineIndependent;-lOSDependent;-lHLSL;-lOGLCompiler;-lGenericCodeGen;-lSPVRemapper;-lSPIRV;-lSPIRV-Tools-opt;-lSPIRV-Tools;-lpthread;-lstdc++;-lm;-lOpenCL;-lfontconfig;-lfreetype;-lfreetype;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-L/usr/lib/x86_64-linux-gnu;-lm;-latomic;-L/usr/lib/x86_64-linux-gnu;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lm;-latomic;-L/usr/lib/x86_64-linux-gnu;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lm;-latomic;-lxml2;-lbz2;-lgme;-lopenmpt;-lstdc++;-lchromaprint;-lbluray;-lz;-lgnutls;-lrabbitmq;-lrist;-lsrt-gnutls;-lssh;-lzmq;-L/usr/lib/x86_64-linux-gnu;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lwebpmux;-lm;-latomic;-llzma;-ldav1d;-lrsvg-2;-lm;-lgio-2.0;-lgdk_pixbuf-2.0;-lgobject-2.0;-lglib-2.0;-lcairo;-lzvbi;-lpthread;-lm;-lpng;-lz;-lsnappy;-lstdc++;-laom;-lcodec2;-lgsm;-ljxl;-ljxl_threads;-lmp3lame;-lm;-lopenjp2;-lopus;-lrav1e;-lm;-lshine;-lspeex;-lSvtAv1Enc;-ltheoraenc;-ltheoradec;-logg;-ltwolame;-lvorbis;-lvorbisenc;-lwebp;-lx264;-lx265;-lxvidcore;-lz;-lva;-pthread;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-L/usr/lib/x86_64-linux-gnu;-lm;-lsoxr;-latomic;-L/usr/lib/x86_64-linux-gnu;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lswresample;-lm;-lsoxr;-latomic;-L/usr/lib/x86_64-linux-gnu;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lavcodec;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lwebpmux;-lm;-latomic;-llzma;-ldav1d;-lrsvg-2;-lm;-lgio-2.0;-lgdk_pixbuf-2.0;-lgobject-2.0;-lglib-2.0;-lcairo;-lzvbi;-lpthread;-lm;-lpng;-lz;-lsnappy;-lstdc++;-laom;-lcodec2;-lgsm;-ljxl;-ljxl_threads;-lmp3lame;-lm;-lopenjp2;-lopus;-lrav1e;-lm;-lshine;-lspeex;-lSvtAv1Enc;-ltheoraenc;-ltheoradec;-logg;-ltwolame;-lvorbis;-lvorbisenc;-lwebp;-lx264;-lx265;-lxvidcore;-lz;-lva;-pthread;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-L/usr/lib/x86_64-linux-gnu;-lm;-lsoxr;-latomic;-L/usr/lib/x86_64-linux-gnu;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lswresample;-lm;-lsoxr;-latomic;-L/usr/lib/x86_64-linux-gnu;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lswscale;-lm;-latomic;-L/usr/lib/x86_64-linux-gnu;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lpostproc;-lm;-latomic;-L/usr/lib/x86_64-linux-gnu;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lavformat;-lm;-latomic;-lxml2;-lbz2;-lgme;-lopenmpt;-lstdc++;-lchromaprint;-lbluray;-lz;-lgnutls;-lrabbitmq;-lrist;-lsrt-gnutls;-lssh;-lzmq;-L/usr/lib/x86_64-linux-gnu;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lwebpmux;-lm;-latomic;-llzma;-ldav1d;-lrsvg-2;-lm;-lgio-2.0;-lgdk_pixbuf-2.0;-lgobject-2.0;-lglib-2.0;-lcairo;-lzvbi;-lpthread;-lm;-lpng;-lz;-lsnappy;-lstdc++;-laom;-lcodec2;-lgsm;-ljxl;-ljxl_threads;-lmp3lame;-lm;-lopenjp2;-lopus;-lrav1e;-lm;-lshine;-lspeex;-lSvtAv1Enc;-ltheoraenc;-ltheoradec;-logg;-ltwolame;-lvorbis;-lvorbisenc;-lwebp;-lx264;-lx265;-lxvidcore;-lz;-lva;-pthread;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-L/usr/lib/x86_64-linux-gnu;-lm;-lsoxr;-latomic;-L/usr/lib/x86_64-linux-gnu;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lswresample;-lm;-lsoxr;-latomic;-L/usr/lib/x86_64-linux-gnu;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lavcodec;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lwebpmux;-lm;-latomic;-llzma;-ldav1d;-lrsvg-2;-lm;-lgio-2.0;-lgdk_pixbuf-2.0;-lgobject-2.0;-lglib-2.0;-lcairo;-lzvbi;-lpthread;-lm;-lpng;-lz;-lsnappy;-lstdc++;-laom;-lcodec2;-lgsm;-ljxl;-ljxl_threads;-lmp3lame;-lm;-lopenjp2;-lopus;-lrav1e;-lm;-lshine;-lspeex;-lSvtAv1Enc;-ltheoraenc;-ltheoradec;-logg;-ltwolame;-lvorbis;-lvorbisenc;-lwebp;-lx264;-lx265;-lxvidcore;-lz;-lva;-pthread;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-L/usr/lib/x86_64-linux-gnu;-lm;-lsoxr;-latomic;-L/usr/lib/x86_64-linux-gnu;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lswresample;-lm;-lsoxr;-latomic;-L/usr/lib/x86_64-linux-gnu;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11 +PC_AVDEVICE_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread;-pthread +PC_AVDEVICE_STATIC_LIBDIR:INTERNAL= +PC_AVDEVICE_STATIC_LIBRARIES:INTERNAL=avdevice;m;atomic;raw1394;avc1394;rom1394;iec61883;jack;drm;openal;xcb;xcb-shm;xcb-shape;xcb-xfixes;cdio_paranoia;cdio_cdda;cdio;m;dc1394;asound;caca;GL;pulse;SDL2;Xv;X11;Xext;avfilter;m;atomic;pocketsphinx;sphinxbase;sphinxad;bs2b;lilv-0;rubberband;fftw3;samplerate;stdc++;mysofa;flite_cmu_time_awb;flite_cmu_us_awb;flite_cmu_us_kal;flite_cmu_us_kal16;flite_cmu_us_rms;flite_cmu_us_slt;flite_usenglish;flite_cmulex;flite;harfbuzz;fribidi;placebo;ass;va;vidstab;m;gomp;zmq;zimg;glslang;MachineIndependent;OSDependent;HLSL;OGLCompiler;GenericCodeGen;SPVRemapper;SPIRV;SPIRV-Tools-opt;SPIRV-Tools;pthread;stdc++;m;OpenCL;fontconfig;freetype;freetype;vpl;dl;stdc++;m;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;m;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;m;atomic;xml2;bz2;gme;openmpt;stdc++;chromaprint;bluray;z;gnutls;rabbitmq;rist;srt-gnutls;ssh;zmq;vpx;m;vpx;m;vpx;m;vpx;m;webpmux;m;atomic;lzma;dav1d;rsvg-2;m;gio-2.0;gdk_pixbuf-2.0;gobject-2.0;glib-2.0;cairo;zvbi;pthread;m;png;z;snappy;stdc++;aom;codec2;gsm;jxl;jxl_threads;mp3lame;m;openjp2;opus;rav1e;m;shine;speex;SvtAv1Enc;theoraenc;theoradec;ogg;twolame;vorbis;vorbisenc;webp;x264;x265;xvidcore;z;va;vpl;dl;stdc++;m;soxr;atomic;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;swresample;m;soxr;atomic;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;avcodec;vpx;m;vpx;m;vpx;m;vpx;m;webpmux;m;atomic;lzma;dav1d;rsvg-2;m;gio-2.0;gdk_pixbuf-2.0;gobject-2.0;glib-2.0;cairo;zvbi;pthread;m;png;z;snappy;stdc++;aom;codec2;gsm;jxl;jxl_threads;mp3lame;m;openjp2;opus;rav1e;m;shine;speex;SvtAv1Enc;theoraenc;theoradec;ogg;twolame;vorbis;vorbisenc;webp;x264;x265;xvidcore;z;va;vpl;dl;stdc++;m;soxr;atomic;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;swresample;m;soxr;atomic;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;swscale;m;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;postproc;m;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;avformat;m;atomic;xml2;bz2;gme;openmpt;stdc++;chromaprint;bluray;z;gnutls;rabbitmq;rist;srt-gnutls;ssh;zmq;vpx;m;vpx;m;vpx;m;vpx;m;webpmux;m;atomic;lzma;dav1d;rsvg-2;m;gio-2.0;gdk_pixbuf-2.0;gobject-2.0;glib-2.0;cairo;zvbi;pthread;m;png;z;snappy;stdc++;aom;codec2;gsm;jxl;jxl_threads;mp3lame;m;openjp2;opus;rav1e;m;shine;speex;SvtAv1Enc;theoraenc;theoradec;ogg;twolame;vorbis;vorbisenc;webp;x264;x265;xvidcore;z;va;vpl;dl;stdc++;m;soxr;atomic;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;swresample;m;soxr;atomic;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;avcodec;vpx;m;vpx;m;vpx;m;vpx;m;webpmux;m;atomic;lzma;dav1d;rsvg-2;m;gio-2.0;gdk_pixbuf-2.0;gobject-2.0;glib-2.0;cairo;zvbi;pthread;m;png;z;snappy;stdc++;aom;codec2;gsm;jxl;jxl_threads;mp3lame;m;openjp2;opus;rav1e;m;shine;speex;SvtAv1Enc;theoraenc;theoradec;ogg;twolame;vorbis;vorbisenc;webp;x264;x265;xvidcore;z;va;vpl;dl;stdc++;m;soxr;atomic;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;swresample;m;soxr;atomic;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11 +PC_AVDEVICE_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu/pkgconfig/../ +PC_AVDEVICE_STATIC_LIBS:INTERNAL= +PC_AVDEVICE_STATIC_LIBS_L:INTERNAL= +PC_AVDEVICE_STATIC_LIBS_OTHER:INTERNAL= +PC_AVDEVICE_STATIC_LIBS_PATHS:INTERNAL= +PC_AVDEVICE_VERSION:INTERNAL=60.3.100 +PC_AVDEVICE_libavdevice_INCLUDEDIR:INTERNAL= +PC_AVDEVICE_libavdevice_LIBDIR:INTERNAL= +PC_AVDEVICE_libavdevice_PREFIX:INTERNAL= +PC_AVDEVICE_libavdevice_VERSION:INTERNAL= +PC_AVFORMAT_CFLAGS:INTERNAL=-I/usr/include/x86_64-linux-gnu +PC_AVFORMAT_CFLAGS_I:INTERNAL= +PC_AVFORMAT_CFLAGS_OTHER:INTERNAL= +PC_AVFORMAT_FOUND:INTERNAL=1 +PC_AVFORMAT_INCLUDEDIR:INTERNAL=/usr/include/x86_64-linux-gnu +PC_AVFORMAT_INCLUDE_DIRS:INTERNAL=/usr/include/x86_64-linux-gnu +PC_AVFORMAT_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lavformat +PC_AVFORMAT_LDFLAGS_OTHER:INTERNAL= +PC_AVFORMAT_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_AVFORMAT_LIBRARIES:INTERNAL=avformat +PC_AVFORMAT_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_AVFORMAT_LIBS:INTERNAL= +PC_AVFORMAT_LIBS_L:INTERNAL= +PC_AVFORMAT_LIBS_OTHER:INTERNAL= +PC_AVFORMAT_LIBS_PATHS:INTERNAL= +PC_AVFORMAT_MODULE_NAME:INTERNAL=libavformat +PC_AVFORMAT_PREFIX:INTERNAL=/usr +PC_AVFORMAT_STATIC_CFLAGS:INTERNAL=-I/usr/include/x86_64-linux-gnu +PC_AVFORMAT_STATIC_CFLAGS_I:INTERNAL= +PC_AVFORMAT_STATIC_CFLAGS_OTHER:INTERNAL= +PC_AVFORMAT_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/x86_64-linux-gnu +PC_AVFORMAT_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lavformat;-lm;-latomic;-lxml2;-lbz2;-lgme;-lopenmpt;-lstdc++;-lchromaprint;-lbluray;-lz;-lgnutls;-lrabbitmq;-lrist;-lsrt-gnutls;-lssh;-lzmq;-L/usr/lib/x86_64-linux-gnu;-lavcodec;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lwebpmux;-lm;-latomic;-llzma;-ldav1d;-lrsvg-2;-lm;-lgio-2.0;-lgdk_pixbuf-2.0;-lgobject-2.0;-lglib-2.0;-lcairo;-lzvbi;-lpthread;-lm;-lpng;-lz;-lsnappy;-lstdc++;-laom;-lcodec2;-lgsm;-ljxl;-ljxl_threads;-lmp3lame;-lm;-lopenjp2;-lopus;-lrav1e;-lm;-lshine;-lspeex;-lSvtAv1Enc;-ltheoraenc;-ltheoradec;-logg;-ltwolame;-lvorbis;-lvorbisenc;-lwebp;-lx264;-lx265;-lxvidcore;-lz;-lva;-pthread;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-L/usr/lib/x86_64-linux-gnu;-lm;-lsoxr;-latomic;-L/usr/lib/x86_64-linux-gnu;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lswresample;-lm;-lsoxr;-latomic;-L/usr/lib/x86_64-linux-gnu;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11 +PC_AVFORMAT_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread;-pthread;-pthread;-pthread +PC_AVFORMAT_STATIC_LIBDIR:INTERNAL= +PC_AVFORMAT_STATIC_LIBRARIES:INTERNAL=avformat;m;atomic;xml2;bz2;gme;openmpt;stdc++;chromaprint;bluray;z;gnutls;rabbitmq;rist;srt-gnutls;ssh;zmq;avcodec;vpx;m;vpx;m;vpx;m;vpx;m;webpmux;m;atomic;lzma;dav1d;rsvg-2;m;gio-2.0;gdk_pixbuf-2.0;gobject-2.0;glib-2.0;cairo;zvbi;pthread;m;png;z;snappy;stdc++;aom;codec2;gsm;jxl;jxl_threads;mp3lame;m;openjp2;opus;rav1e;m;shine;speex;SvtAv1Enc;theoraenc;theoradec;ogg;twolame;vorbis;vorbisenc;webp;x264;x265;xvidcore;z;va;vpl;dl;stdc++;m;soxr;atomic;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;swresample;m;soxr;atomic;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11 +PC_AVFORMAT_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../;/usr/lib/x86_64-linux-gnu/pkgconfig/../ +PC_AVFORMAT_STATIC_LIBS:INTERNAL= +PC_AVFORMAT_STATIC_LIBS_L:INTERNAL= +PC_AVFORMAT_STATIC_LIBS_OTHER:INTERNAL= +PC_AVFORMAT_STATIC_LIBS_PATHS:INTERNAL= +PC_AVFORMAT_VERSION:INTERNAL=60.16.100 +PC_AVFORMAT_libavformat_INCLUDEDIR:INTERNAL= +PC_AVFORMAT_libavformat_LIBDIR:INTERNAL= +PC_AVFORMAT_libavformat_PREFIX:INTERNAL= +PC_AVFORMAT_libavformat_VERSION:INTERNAL= +PC_AVUTIL_CFLAGS:INTERNAL=-I/usr/include/x86_64-linux-gnu +PC_AVUTIL_CFLAGS_I:INTERNAL= +PC_AVUTIL_CFLAGS_OTHER:INTERNAL= +PC_AVUTIL_FOUND:INTERNAL=1 +PC_AVUTIL_INCLUDEDIR:INTERNAL=/usr/include/x86_64-linux-gnu +PC_AVUTIL_INCLUDE_DIRS:INTERNAL=/usr/include/x86_64-linux-gnu +PC_AVUTIL_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lavutil +PC_AVUTIL_LDFLAGS_OTHER:INTERNAL= +PC_AVUTIL_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_AVUTIL_LIBRARIES:INTERNAL=avutil +PC_AVUTIL_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_AVUTIL_LIBS:INTERNAL= +PC_AVUTIL_LIBS_L:INTERNAL= +PC_AVUTIL_LIBS_OTHER:INTERNAL= +PC_AVUTIL_LIBS_PATHS:INTERNAL= +PC_AVUTIL_MODULE_NAME:INTERNAL=libavutil +PC_AVUTIL_PREFIX:INTERNAL=/usr +PC_AVUTIL_STATIC_CFLAGS:INTERNAL=-I/usr/include/x86_64-linux-gnu +PC_AVUTIL_STATIC_CFLAGS_I:INTERNAL= +PC_AVUTIL_STATIC_CFLAGS_OTHER:INTERNAL= +PC_AVUTIL_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/x86_64-linux-gnu +PC_AVUTIL_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11 +PC_AVUTIL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +PC_AVUTIL_STATIC_LIBDIR:INTERNAL= +PC_AVUTIL_STATIC_LIBRARIES:INTERNAL=avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11 +PC_AVUTIL_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../ +PC_AVUTIL_STATIC_LIBS:INTERNAL= +PC_AVUTIL_STATIC_LIBS_L:INTERNAL= +PC_AVUTIL_STATIC_LIBS_OTHER:INTERNAL= +PC_AVUTIL_STATIC_LIBS_PATHS:INTERNAL= +PC_AVUTIL_VERSION:INTERNAL=58.29.100 +PC_AVUTIL_libavutil_INCLUDEDIR:INTERNAL= +PC_AVUTIL_libavutil_LIBDIR:INTERNAL= +PC_AVUTIL_libavutil_PREFIX:INTERNAL= +PC_AVUTIL_libavutil_VERSION:INTERNAL= +PC_BROTLIDEC_CFLAGS:INTERNAL=-I/usr/include +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=/usr/include +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=-I/usr/include +PC_BROTLIDEC_STATIC_CFLAGS_I:INTERNAL= +PC_BROTLIDEC_STATIC_CFLAGS_OTHER:INTERNAL= +PC_BROTLIDEC_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +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.1.0 +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;-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;/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;-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;/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;-lbz2;-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;-lglib-2.0;-lm;-pthread;-L/usr/lib/x86_64-linux-gnu;-lpcre2-8;-lgraphite2 +PC_HARFBUZZ_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread +PC_HARFBUZZ_STATIC_LIBDIR:INTERNAL= +PC_HARFBUZZ_STATIC_LIBRARIES:INTERNAL=harfbuzz;m;freetype;bz2;z;png16;m;z;m;z;brotlidec;brotlicommon;glib-2.0;m;pcre2-8;graphite2 +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=8.3.0 +PC_HARFBUZZ_harfbuzz_INCLUDEDIR:INTERNAL= +PC_HARFBUZZ_harfbuzz_LIBDIR:INTERNAL= +PC_HARFBUZZ_harfbuzz_PREFIX:INTERNAL= +PC_HARFBUZZ_harfbuzz_VERSION:INTERNAL= +PC_POSTPROC_CFLAGS:INTERNAL=-I/usr/include/x86_64-linux-gnu +PC_POSTPROC_CFLAGS_I:INTERNAL= +PC_POSTPROC_CFLAGS_OTHER:INTERNAL= +PC_POSTPROC_FOUND:INTERNAL=1 +PC_POSTPROC_INCLUDEDIR:INTERNAL=/usr/include/x86_64-linux-gnu +PC_POSTPROC_INCLUDE_DIRS:INTERNAL=/usr/include/x86_64-linux-gnu +PC_POSTPROC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lpostproc +PC_POSTPROC_LDFLAGS_OTHER:INTERNAL= +PC_POSTPROC_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_POSTPROC_LIBRARIES:INTERNAL=postproc +PC_POSTPROC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_POSTPROC_LIBS:INTERNAL= +PC_POSTPROC_LIBS_L:INTERNAL= +PC_POSTPROC_LIBS_OTHER:INTERNAL= +PC_POSTPROC_LIBS_PATHS:INTERNAL= +PC_POSTPROC_MODULE_NAME:INTERNAL=libpostproc +PC_POSTPROC_PREFIX:INTERNAL=/usr +PC_POSTPROC_STATIC_CFLAGS:INTERNAL=-I/usr/include/x86_64-linux-gnu +PC_POSTPROC_STATIC_CFLAGS_I:INTERNAL= +PC_POSTPROC_STATIC_CFLAGS_OTHER:INTERNAL= +PC_POSTPROC_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/x86_64-linux-gnu +PC_POSTPROC_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lpostproc;-lm;-latomic;-L/usr/lib/x86_64-linux-gnu;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11 +PC_POSTPROC_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +PC_POSTPROC_STATIC_LIBDIR:INTERNAL= +PC_POSTPROC_STATIC_LIBRARIES:INTERNAL=postproc;m;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11 +PC_POSTPROC_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../ +PC_POSTPROC_STATIC_LIBS:INTERNAL= +PC_POSTPROC_STATIC_LIBS_L:INTERNAL= +PC_POSTPROC_STATIC_LIBS_OTHER:INTERNAL= +PC_POSTPROC_STATIC_LIBS_PATHS:INTERNAL= +PC_POSTPROC_VERSION:INTERNAL=57.3.100 +PC_POSTPROC_libpostproc_INCLUDEDIR:INTERNAL= +PC_POSTPROC_libpostproc_LIBDIR:INTERNAL= +PC_POSTPROC_libpostproc_PREFIX:INTERNAL= +PC_POSTPROC_libpostproc_VERSION:INTERNAL= +PC_SWRESAMPLE_CFLAGS:INTERNAL=-I/usr/include/x86_64-linux-gnu +PC_SWRESAMPLE_CFLAGS_I:INTERNAL= +PC_SWRESAMPLE_CFLAGS_OTHER:INTERNAL= +PC_SWRESAMPLE_FOUND:INTERNAL=1 +PC_SWRESAMPLE_INCLUDEDIR:INTERNAL=/usr/include/x86_64-linux-gnu +PC_SWRESAMPLE_INCLUDE_DIRS:INTERNAL=/usr/include/x86_64-linux-gnu +PC_SWRESAMPLE_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lswresample +PC_SWRESAMPLE_LDFLAGS_OTHER:INTERNAL= +PC_SWRESAMPLE_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_SWRESAMPLE_LIBRARIES:INTERNAL=swresample +PC_SWRESAMPLE_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_SWRESAMPLE_LIBS:INTERNAL= +PC_SWRESAMPLE_LIBS_L:INTERNAL= +PC_SWRESAMPLE_LIBS_OTHER:INTERNAL= +PC_SWRESAMPLE_LIBS_PATHS:INTERNAL= +PC_SWRESAMPLE_MODULE_NAME:INTERNAL=libswresample +PC_SWRESAMPLE_PREFIX:INTERNAL=/usr +PC_SWRESAMPLE_STATIC_CFLAGS:INTERNAL=-I/usr/include/x86_64-linux-gnu +PC_SWRESAMPLE_STATIC_CFLAGS_I:INTERNAL= +PC_SWRESAMPLE_STATIC_CFLAGS_OTHER:INTERNAL= +PC_SWRESAMPLE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/x86_64-linux-gnu +PC_SWRESAMPLE_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lswresample;-lm;-lsoxr;-latomic;-L/usr/lib/x86_64-linux-gnu;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11 +PC_SWRESAMPLE_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +PC_SWRESAMPLE_STATIC_LIBDIR:INTERNAL= +PC_SWRESAMPLE_STATIC_LIBRARIES:INTERNAL=swresample;m;soxr;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11 +PC_SWRESAMPLE_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../ +PC_SWRESAMPLE_STATIC_LIBS:INTERNAL= +PC_SWRESAMPLE_STATIC_LIBS_L:INTERNAL= +PC_SWRESAMPLE_STATIC_LIBS_OTHER:INTERNAL= +PC_SWRESAMPLE_STATIC_LIBS_PATHS:INTERNAL= +PC_SWRESAMPLE_VERSION:INTERNAL=4.12.100 +PC_SWRESAMPLE_libswresample_INCLUDEDIR:INTERNAL= +PC_SWRESAMPLE_libswresample_LIBDIR:INTERNAL= +PC_SWRESAMPLE_libswresample_PREFIX:INTERNAL= +PC_SWRESAMPLE_libswresample_VERSION:INTERNAL= +PC_SWSCALE_CFLAGS:INTERNAL=-I/usr/include/x86_64-linux-gnu +PC_SWSCALE_CFLAGS_I:INTERNAL= +PC_SWSCALE_CFLAGS_OTHER:INTERNAL= +PC_SWSCALE_FOUND:INTERNAL=1 +PC_SWSCALE_INCLUDEDIR:INTERNAL=/usr/include/x86_64-linux-gnu +PC_SWSCALE_INCLUDE_DIRS:INTERNAL=/usr/include/x86_64-linux-gnu +PC_SWSCALE_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lswscale +PC_SWSCALE_LDFLAGS_OTHER:INTERNAL= +PC_SWSCALE_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_SWSCALE_LIBRARIES:INTERNAL=swscale +PC_SWSCALE_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_SWSCALE_LIBS:INTERNAL= +PC_SWSCALE_LIBS_L:INTERNAL= +PC_SWSCALE_LIBS_OTHER:INTERNAL= +PC_SWSCALE_LIBS_PATHS:INTERNAL= +PC_SWSCALE_MODULE_NAME:INTERNAL=libswscale +PC_SWSCALE_PREFIX:INTERNAL=/usr +PC_SWSCALE_STATIC_CFLAGS:INTERNAL=-I/usr/include/x86_64-linux-gnu +PC_SWSCALE_STATIC_CFLAGS_I:INTERNAL= +PC_SWSCALE_STATIC_CFLAGS_OTHER:INTERNAL= +PC_SWSCALE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/x86_64-linux-gnu +PC_SWSCALE_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lswscale;-lm;-latomic;-L/usr/lib/x86_64-linux-gnu;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/x86_64-linux-gnu/pkgconfig/../;-lvpl;-ldl;-lstdc++;-lOpenCL;-lva;-latomic;-lX11 +PC_SWSCALE_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +PC_SWSCALE_STATIC_LIBDIR:INTERNAL= +PC_SWSCALE_STATIC_LIBRARIES:INTERNAL=swscale;m;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;stdc++;OpenCL;va;atomic;X11 +PC_SWSCALE_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu/pkgconfig/../ +PC_SWSCALE_STATIC_LIBS:INTERNAL= +PC_SWSCALE_STATIC_LIBS_L:INTERNAL= +PC_SWSCALE_STATIC_LIBS_OTHER:INTERNAL= +PC_SWSCALE_STATIC_LIBS_PATHS:INTERNAL= +PC_SWSCALE_VERSION:INTERNAL=7.5.100 +PC_SWSCALE_libswscale_INCLUDEDIR:INTERNAL= +PC_SWSCALE_libswscale_LIBDIR:INTERNAL= +PC_SWSCALE_libswscale_PREFIX:INTERNAL= +PC_SWSCALE_libswscale_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=1.0.0 +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 +PKG_FONTCONFIG_CFLAGS:INTERNAL=-I/usr/include;-I/usr/include/freetype2;-I/usr/include/libpng16 +PKG_FONTCONFIG_CFLAGS_I:INTERNAL= +PKG_FONTCONFIG_CFLAGS_OTHER:INTERNAL= +PKG_FONTCONFIG_FOUND:INTERNAL=1 +PKG_FONTCONFIG_INCLUDEDIR:INTERNAL=/usr/include +PKG_FONTCONFIG_INCLUDE_DIRS:INTERNAL=/usr/include;/usr/include/freetype2;/usr/include/libpng16 +PKG_FONTCONFIG_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lfontconfig;-lfreetype +PKG_FONTCONFIG_LDFLAGS_OTHER:INTERNAL= +PKG_FONTCONFIG_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PKG_FONTCONFIG_LIBRARIES:INTERNAL=fontconfig;freetype +PKG_FONTCONFIG_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PKG_FONTCONFIG_LIBS:INTERNAL= +PKG_FONTCONFIG_LIBS_L:INTERNAL= +PKG_FONTCONFIG_LIBS_OTHER:INTERNAL= +PKG_FONTCONFIG_LIBS_PATHS:INTERNAL= +PKG_FONTCONFIG_MODULE_NAME:INTERNAL=fontconfig +PKG_FONTCONFIG_PREFIX:INTERNAL=/usr +PKG_FONTCONFIG_STATIC_CFLAGS:INTERNAL=-I/usr/include;-I/usr/include/freetype2;-I/usr/include/libpng16;-DXML_STATIC +PKG_FONTCONFIG_STATIC_CFLAGS_I:INTERNAL= +PKG_FONTCONFIG_STATIC_CFLAGS_OTHER:INTERNAL=-DXML_STATIC +PKG_FONTCONFIG_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include;/usr/include/freetype2;/usr/include/libpng16 +PKG_FONTCONFIG_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lfontconfig;-lfreetype;-lbz2;-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;-L/usr/lib/x86_64-linux-gnu;-lexpat;-lm +PKG_FONTCONFIG_STATIC_LDFLAGS_OTHER:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBDIR:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBRARIES:INTERNAL=fontconfig;freetype;bz2;z;png16;m;z;m;z;brotlidec;brotlicommon;expat;m +PKG_FONTCONFIG_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 +PKG_FONTCONFIG_STATIC_LIBS:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBS_L:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBS_OTHER:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBS_PATHS:INTERNAL= +PKG_FONTCONFIG_VERSION:INTERNAL=2.14.2 +PKG_FONTCONFIG_fontconfig_INCLUDEDIR:INTERNAL= +PKG_FONTCONFIG_fontconfig_LIBDIR:INTERNAL= +PKG_FONTCONFIG_fontconfig_PREFIX:INTERNAL= +PKG_FONTCONFIG_fontconfig_VERSION:INTERNAL= +//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: POSTPROC_DEFINITIONS +POSTPROC_DEFINITIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: POSTPROC_INCLUDE_DIRS +POSTPROC_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: POSTPROC_LIBRARIES +POSTPROC_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: POSTPROC_VERSION +POSTPROC_VERSION-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: SWRESAMPLE_DEFINITIONS +SWRESAMPLE_DEFINITIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SWRESAMPLE_INCLUDE_DIRS +SWRESAMPLE_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SWRESAMPLE_LIBRARIES +SWRESAMPLE_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SWRESAMPLE_VERSION +SWRESAMPLE_VERSION-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SWSCALE_DEFINITIONS +SWSCALE_DEFINITIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SWSCALE_INCLUDE_DIRS +SWSCALE_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SWSCALE_LIBRARIES +SWSCALE_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SWSCALE_VERSION +SWSCALE_VERSION-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_composite_INCLUDE_PATH +X11_xcb_composite_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_composite_LIB +X11_xcb_composite_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_cursor_INCLUDE_PATH +X11_xcb_cursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_cursor_LIB +X11_xcb_cursor_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_damage_INCLUDE_PATH +X11_xcb_damage_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_damage_LIB +X11_xcb_damage_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dpms_INCLUDE_PATH +X11_xcb_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dpms_LIB +X11_xcb_dpms_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dri2_INCLUDE_PATH +X11_xcb_dri2_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dri2_LIB +X11_xcb_dri2_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dri3_INCLUDE_PATH +X11_xcb_dri3_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dri3_LIB +X11_xcb_dri3_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_errors_INCLUDE_PATH +X11_xcb_errors_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_errors_LIB +X11_xcb_errors_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_ewmh_INCLUDE_PATH +X11_xcb_ewmh_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_ewmh_LIB +X11_xcb_ewmh_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_glx_INCLUDE_PATH +X11_xcb_glx_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_glx_LIB +X11_xcb_glx_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_image_INCLUDE_PATH +X11_xcb_image_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_image_LIB +X11_xcb_image_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_present_INCLUDE_PATH +X11_xcb_present_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_present_LIB +X11_xcb_present_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_record_INCLUDE_PATH +X11_xcb_record_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_record_LIB +X11_xcb_record_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_render_INCLUDE_PATH +X11_xcb_render_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_render_LIB +X11_xcb_render_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_render_util_INCLUDE_PATH +X11_xcb_render_util_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_render_util_LIB +X11_xcb_render_util_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_res_INCLUDE_PATH +X11_xcb_res_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_res_LIB +X11_xcb_res_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_screensaver_INCLUDE_PATH +X11_xcb_screensaver_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_screensaver_LIB +X11_xcb_screensaver_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_shape_INCLUDE_PATH +X11_xcb_shape_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_shape_LIB +X11_xcb_shape_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_shm_INCLUDE_PATH +X11_xcb_shm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_shm_LIB +X11_xcb_shm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_sync_INCLUDE_PATH +X11_xcb_sync_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_sync_LIB +X11_xcb_sync_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_xf86dri_INCLUDE_PATH +X11_xcb_xf86dri_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xf86dri_LIB +X11_xcb_xf86dri_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_xinerama_INCLUDE_PATH +X11_xcb_xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xinerama_LIB +X11_xcb_xinerama_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xinput_INCLUDE_PATH +X11_xcb_xinput_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xinput_LIB +X11_xcb_xinput_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_xrm_INCLUDE_PATH +X11_xcb_xrm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xrm_LIB +X11_xcb_xrm_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_xcb_xv_INCLUDE_PATH +X11_xcb_xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xv_LIB +X11_xcb_xv_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xvmc_INCLUDE_PATH +X11_xcb_xvmc_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xvmc_LIB +X11_xcb_xvmc_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_AVCODEC:INTERNAL=libavcodec +__pkg_config_arguments_PC_AVDEVICE:INTERNAL=libavdevice +__pkg_config_arguments_PC_AVFORMAT:INTERNAL=libavformat +__pkg_config_arguments_PC_AVUTIL:INTERNAL=libavutil +__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_PC_POSTPROC:INTERNAL=libpostproc +__pkg_config_arguments_PC_SWRESAMPLE:INTERNAL=libswresample +__pkg_config_arguments_PC_SWSCALE:INTERNAL=libswscale +__pkg_config_arguments_PIPEWIRE:INTERNAL=libpipewire-0.3>=0.3.23 +__pkg_config_arguments_PKG_FONTCONFIG:INTERNAL=QUIET;fontconfig +__pkg_config_checked_PC_AVCODEC:INTERNAL=1 +__pkg_config_checked_PC_AVDEVICE:INTERNAL=1 +__pkg_config_checked_PC_AVFORMAT:INTERNAL=1 +__pkg_config_checked_PC_AVUTIL:INTERNAL=1 +__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_PC_POSTPROC:INTERNAL=1 +__pkg_config_checked_PC_SWRESAMPLE:INTERNAL=1 +__pkg_config_checked_PC_SWSCALE:INTERNAL=1 +__pkg_config_checked_PIPEWIRE:INTERNAL=1 +__pkg_config_checked_PKG_FONTCONFIG:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_AVCODEC_avcodec +pkgcfg_lib_PC_AVCODEC_avcodec-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_AVDEVICE_avdevice +pkgcfg_lib_PC_AVDEVICE_avdevice-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_AVFORMAT_avformat +pkgcfg_lib_PC_AVFORMAT_avformat-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_AVUTIL_avutil +pkgcfg_lib_PC_AVUTIL_avutil-ADVANCED: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_PC_POSTPROC_postproc +pkgcfg_lib_PC_POSTPROC_postproc-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_SWRESAMPLE_swresample +pkgcfg_lib_PC_SWRESAMPLE_swresample-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_SWSCALE_swscale +pkgcfg_lib_PC_SWSCALE_swscale-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PIPEWIRE_pipewire-0.3 +pkgcfg_lib_PIPEWIRE_pipewire-0.3-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PKG_FONTCONFIG_fontconfig +pkgcfg_lib_PKG_FONTCONFIG_fontconfig-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PKG_FONTCONFIG_freetype +pkgcfg_lib_PKG_FONTCONFIG_freetype-ADVANCED:INTERNAL=1 +prefix_result:INTERNAL=/usr/lib/x86_64-linux-gnu + diff --git a/examples/basic/build/CMakeFiles/3.28.1/CMakeCCompiler.cmake b/examples/basic/build/CMakeFiles/3.28.1/CMakeCCompiler.cmake new file mode 100644 index 0000000..b11488f --- /dev/null +++ b/examples/basic/build/CMakeFiles/3.28.1/CMakeCCompiler.cmake @@ -0,0 +1,74 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "13.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 "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-13") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-13") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +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) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED TRUE) + +# 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/13/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/13;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/examples/basic/build/CMakeFiles/3.28.1/CMakeCXXCompiler.cmake b/examples/basic/build/CMakeFiles/3.28.1/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..3ee6cf0 --- /dev/null +++ b/examples/basic/build/CMakeFiles/3.28.1/CMakeCXXCompiler.cmake @@ -0,0 +1,85 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "13.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 "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-13") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-13") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +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;ccm;cxxm;c++m) +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) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED TRUE) + +# 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++/13;/usr/include/x86_64-linux-gnu/c++/13;/usr/include/c++/13/backward;/usr/lib/gcc/x86_64-linux-gnu/13/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/13;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/examples/basic/build/CMakeFiles/3.28.1/CMakeDetermineCompilerABI_C.bin b/examples/basic/build/CMakeFiles/3.28.1/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..8075e92 Binary files /dev/null and b/examples/basic/build/CMakeFiles/3.28.1/CMakeDetermineCompilerABI_C.bin differ diff --git a/examples/basic/build/CMakeFiles/3.28.1/CMakeDetermineCompilerABI_CXX.bin b/examples/basic/build/CMakeFiles/3.28.1/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..4a17a11 Binary files /dev/null and b/examples/basic/build/CMakeFiles/3.28.1/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/examples/basic/build/CMakeFiles/3.28.1/CMakeSystem.cmake b/examples/basic/build/CMakeFiles/3.28.1/CMakeSystem.cmake new file mode 100644 index 0000000..118aca9 --- /dev/null +++ b/examples/basic/build/CMakeFiles/3.28.1/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.6.9-amd64") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.6.9-amd64") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.6.9-amd64") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.6.9-amd64") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/examples/basic/build/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c b/examples/basic/build/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..0a0ec9b --- /dev/null +++ b/examples/basic/build/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,880 @@ +#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(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#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(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#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/100 % 100) +# 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(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# 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/examples/basic/build/CMakeFiles/3.28.1/CompilerIdC/a.out b/examples/basic/build/CMakeFiles/3.28.1/CompilerIdC/a.out new file mode 100755 index 0000000..2c00fed Binary files /dev/null and b/examples/basic/build/CMakeFiles/3.28.1/CompilerIdC/a.out differ diff --git a/examples/basic/build/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp b/examples/basic/build/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..9c9c90e --- /dev/null +++ b/examples/basic/build/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,869 @@ +/* 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(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#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(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#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/100 % 100) +# 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(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# 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/examples/basic/build/CMakeFiles/3.28.1/CompilerIdCXX/a.out b/examples/basic/build/CMakeFiles/3.28.1/CompilerIdCXX/a.out new file mode 100755 index 0000000..650595d Binary files /dev/null and b/examples/basic/build/CMakeFiles/3.28.1/CompilerIdCXX/a.out differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/DependInfo.cmake b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/DependInfo.cmake new file mode 100644 index 0000000..5426b97 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/DependInfo.cmake @@ -0,0 +1,41 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/model.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/state.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/window.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o" "gcc" "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make new file mode 100644 index 0000000..13df685 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make @@ -0,0 +1,399 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +# Include any dependencies generated for this target. +include CMakeFiles/BLT_WITH_GRAPHICS.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/BLT_WITH_GRAPHICS.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/model.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/model.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/model.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/model.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/state.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/state.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/state.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/state.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/window.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/window.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/window.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/window.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.s + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o: CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building CXX object CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o -MF CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o.d -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp > CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.i + +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp -o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.s + +# Object files for target BLT_WITH_GRAPHICS +BLT_WITH_GRAPHICS_OBJECTS = \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o" \ +"CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o" + +# External object files for target BLT_WITH_GRAPHICS +BLT_WITH_GRAPHICS_EXTERNAL_OBJECTS = + +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make +libBLT_WITH_GRAPHICS.a: CMakeFiles/BLT_WITH_GRAPHICS.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Linking CXX static library libBLT_WITH_GRAPHICS.a" + $(CMAKE_COMMAND) -P CMakeFiles/BLT_WITH_GRAPHICS.dir/cmake_clean_target.cmake + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/BLT_WITH_GRAPHICS.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/BLT_WITH_GRAPHICS.dir/build: libBLT_WITH_GRAPHICS.a +.PHONY : CMakeFiles/BLT_WITH_GRAPHICS.dir/build + +CMakeFiles/BLT_WITH_GRAPHICS.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/BLT_WITH_GRAPHICS.dir/cmake_clean.cmake +.PHONY : CMakeFiles/BLT_WITH_GRAPHICS.dir/clean + +CMakeFiles/BLT_WITH_GRAPHICS.dir/depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/BLT_WITH_GRAPHICS.dir/depend + diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/cmake_clean.cmake b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/cmake_clean.cmake new file mode 100644 index 0000000..b07d9f0 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/cmake_clean.cmake @@ -0,0 +1,47 @@ +file(REMOVE_RECURSE + "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o.d" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o" + "CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o.d" + "libBLT_WITH_GRAPHICS.a" + "libBLT_WITH_GRAPHICS.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/BLT_WITH_GRAPHICS.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/cmake_clean_target.cmake b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..9d16eb4 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libBLT_WITH_GRAPHICS.a" +) diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.make b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.make new file mode 100644 index 0000000..56cd2ab --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for BLT_WITH_GRAPHICS. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts new file mode 100644 index 0000000..ef387ee --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for BLT_WITH_GRAPHICS. diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/depend.make b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/depend.make new file mode 100644 index 0000000..500243d --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for BLT_WITH_GRAPHICS. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make new file mode 100644 index 0000000..9202923 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + +CXX_FLAGS = -O2 -g -DNDEBUG -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o new file mode 100644 index 0000000..9909a00 Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o.d new file mode 100644 index 0000000..af4689b --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o.d @@ -0,0 +1,29 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/assert.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h /usr/include/GL/gl.h \ + /usr/include/GL/glext.h /usr/include/KHR/khrplatform.h diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o new file mode 100644 index 0000000..6774260 Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o.d new file mode 100644 index 0000000..60e4be1 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o.d @@ -0,0 +1,72 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/assert.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.h \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3_loader.h \ + /usr/include/c++/13/stdlib.h /usr/include/c++/13/cstdlib \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dl_find_object.h diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o new file mode 100644 index 0000000..6c242aa Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o.d new file mode 100644 index 0000000..96c83e9 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o.d @@ -0,0 +1,211 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/assert.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_internal.h \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/stdlib.h \ + /usr/include/c++/13/cstdlib \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/math.h \ + /usr/include/c++/13/cmath /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/immintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/x86gprintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/ia32intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/adxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/bmiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/bmi2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cetintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cldemoteintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clflushoptintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clwbintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clzerointrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cmpccxaddintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/enqcmdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fxsrintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/lzcntintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/lwpintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/movdirintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mwaitintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mwaitxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pconfigintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/popcntintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pkuintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/prfchiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/raointintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/rdseedintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/rtmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/serializeintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/sgxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tbmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tsxldtrkintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/uintrintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/waitpkgintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/wbnoinvdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsaveintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsavecintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsaveoptintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsavesintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xtestintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/hresetintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/smmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/wmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxvnniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxifmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxvnniint8intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512erintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512pfintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512cdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512dqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vlbwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vldqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512ifmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512ifmavlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmivlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx5124fmapsintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx5124vnniwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vpopcntdqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmi2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmi2vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vnniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vnnivlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vpopcntdqvlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bitalgintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vp2intersectintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vp2intersectvlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fp16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fp16vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/shaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/f16cintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/gfniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/vaesintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/vpclmulqdqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bf16vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bf16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxneconvertintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxtileintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxint8intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxbf16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxcomplexintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/prfchwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/keylockerintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxfp16intrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imstb_textedit.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o new file mode 100644 index 0000000..b40e2aa Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o.d new file mode 100644 index 0000000..c156b22 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o.d @@ -0,0 +1,116 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/assert.h /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h /usr/include/c++/13/math.h \ + /usr/include/c++/13/cmath /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/stdlib.h \ + /usr/include/c++/13/cstdlib \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/inttypes.h diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o new file mode 100644 index 0000000..374c9b2 Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o.d new file mode 100644 index 0000000..db788e8 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o.d @@ -0,0 +1,210 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/assert.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_internal.h \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/stdlib.h \ + /usr/include/c++/13/cstdlib \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/math.h \ + /usr/include/c++/13/cmath /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/immintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/x86gprintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/ia32intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/adxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/bmiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/bmi2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cetintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cldemoteintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clflushoptintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clwbintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clzerointrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cmpccxaddintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/enqcmdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fxsrintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/lzcntintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/lwpintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/movdirintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mwaitintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mwaitxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pconfigintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/popcntintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pkuintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/prfchiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/raointintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/rdseedintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/rtmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/serializeintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/sgxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tbmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tsxldtrkintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/uintrintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/waitpkgintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/wbnoinvdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsaveintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsavecintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsaveoptintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsavesintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xtestintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/hresetintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/smmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/wmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxvnniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxifmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxvnniint8intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512erintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512pfintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512cdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512dqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vlbwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vldqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512ifmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512ifmavlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmivlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx5124fmapsintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx5124vnniwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vpopcntdqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmi2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmi2vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vnniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vnnivlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vpopcntdqvlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bitalgintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vp2intersectintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vp2intersectvlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fp16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fp16vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/shaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/f16cintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/gfniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/vaesintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/vpclmulqdqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bf16vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bf16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxneconvertintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxtileintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxint8intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxbf16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxcomplexintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/prfchwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/keylockerintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxfp16intrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imstb_textedit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imstb_rectpack.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imstb_truetype.h diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o new file mode 100644 index 0000000..82fc27f Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o.d new file mode 100644 index 0000000..cfcbf2e --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o.d @@ -0,0 +1,211 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/assert.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_internal.h \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/stdlib.h \ + /usr/include/c++/13/cstdlib \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/math.h \ + /usr/include/c++/13/cmath /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/immintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/x86gprintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/ia32intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/adxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/bmiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/bmi2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cetintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cldemoteintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clflushoptintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clwbintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clzerointrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cmpccxaddintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/enqcmdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fxsrintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/lzcntintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/lwpintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/movdirintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mwaitintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mwaitxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pconfigintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/popcntintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pkuintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/prfchiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/raointintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/rdseedintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/rtmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/serializeintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/sgxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tbmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tsxldtrkintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/uintrintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/waitpkgintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/wbnoinvdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsaveintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsavecintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsaveoptintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsavesintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xtestintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/hresetintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/smmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/wmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxvnniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxifmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxvnniint8intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512erintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512pfintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512cdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512dqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vlbwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vldqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512ifmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512ifmavlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmivlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx5124fmapsintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx5124vnniwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vpopcntdqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmi2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmi2vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vnniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vnnivlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vpopcntdqvlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bitalgintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vp2intersectintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vp2intersectvlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fp16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fp16vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/shaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/f16cintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/gfniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/vaesintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/vpclmulqdqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bf16vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bf16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxneconvertintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxtileintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxint8intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxbf16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxcomplexintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/prfchwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/keylockerintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxfp16intrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imstb_textedit.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o new file mode 100644 index 0000000..d0e8f35 Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o.d new file mode 100644 index 0000000..21cc18b --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o.d @@ -0,0 +1,211 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/assert.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_internal.h \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/stdlib.h \ + /usr/include/c++/13/cstdlib \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/math.h \ + /usr/include/c++/13/cmath /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/immintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/x86gprintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/ia32intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/adxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/bmiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/bmi2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cetintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cldemoteintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clflushoptintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clwbintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clzerointrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cmpccxaddintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/enqcmdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fxsrintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/lzcntintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/lwpintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/movdirintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mwaitintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mwaitxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pconfigintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/popcntintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pkuintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/prfchiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/raointintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/rdseedintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/rtmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/serializeintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/sgxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tbmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tsxldtrkintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/uintrintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/waitpkgintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/wbnoinvdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsaveintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsavecintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsaveoptintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsavesintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xtestintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/hresetintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/smmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/wmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxvnniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxifmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxvnniint8intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512erintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512pfintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512cdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512dqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vlbwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vldqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512ifmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512ifmavlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmivlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx5124fmapsintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx5124vnniwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vpopcntdqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmi2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmi2vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vnniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vnnivlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vpopcntdqvlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bitalgintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vp2intersectintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vp2intersectvlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fp16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fp16vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/shaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/f16cintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/gfniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/vaesintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/vpclmulqdqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bf16vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bf16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxneconvertintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxtileintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxint8intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxbf16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxcomplexintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/prfchwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/keylockerintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxfp16intrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imstb_textedit.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/link.txt b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/link.txt new file mode 100644 index 0000000..007f4e5 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libBLT_WITH_GRAPHICS.a CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o +/usr/bin/ranlib libBLT_WITH_GRAPHICS.a diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/progress.make b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/progress.make new file mode 100644 index 0000000..b2e8089 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/progress.make @@ -0,0 +1,21 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 7 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 8 +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = 9 +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = 10 +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = 11 +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = 12 +CMAKE_PROGRESS_14 = +CMAKE_PROGRESS_15 = 13 +CMAKE_PROGRESS_16 = +CMAKE_PROGRESS_17 = 14 +CMAKE_PROGRESS_18 = +CMAKE_PROGRESS_19 = 15 +CMAKE_PROGRESS_20 = + diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o new file mode 100644 index 0000000..b2ff0e8 Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o.d new file mode 100644 index 0000000..dcea26d --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o.d @@ -0,0 +1,68 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/glad/gl.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/stdlib.h \ + /usr/include/c++/13/cstdlib \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/string.h \ + /usr/include/strings.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dl_find_object.h diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o new file mode 100644 index 0000000..0724b4e Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o.d new file mode 100644 index 0000000..6c0498a --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o.d @@ -0,0 +1,251 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/model.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/model.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/cmath \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/vector.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/glad/gl.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h /usr/include/c++/13/cassert \ + /usr/include/assert.h /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_utils.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_bits.h \ + /usr/include/byteswap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_base.h \ + /usr/include/c++/13/shared_mutex /usr/include/c++/13/optional \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \ + /usr/include/c++/13/sstream /usr/include/c++/13/istream \ + /usr/include/c++/13/ios /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc \ + /usr/include/c++/13/bits/sstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config/blt/config.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/cstdarg diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o new file mode 100644 index 0000000..27d9b96 Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o.d new file mode 100644 index 0000000..6316c13 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o.d @@ -0,0 +1,260 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/renderer/batch_2d_renderer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/model.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/cmath \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/vector.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/glad/gl.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h /usr/include/c++/13/cassert \ + /usr/include/assert.h /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_utils.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_bits.h \ + /usr/include/byteswap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_base.h \ + /usr/include/c++/13/shared_mutex /usr/include/c++/13/optional \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/shader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/renderer/resource_manager.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/texture.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \ + /usr/include/c++/13/sstream /usr/include/c++/13/istream \ + /usr/include/c++/13/ios /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc \ + /usr/include/c++/13/bits/sstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config/blt/config.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/renderer/2d_textured.vert \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/renderer/2d_textured.frag diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o new file mode 100644 index 0000000..aaf6e60 Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o.d new file mode 100644 index 0000000..10c2417 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o.d @@ -0,0 +1,171 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/renderer/camera.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/state.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/shader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/glad/gl.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/vector.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstdint \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/window.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW/glfw3.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o new file mode 100644 index 0000000..10554ba Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o.d new file mode 100644 index 0000000..b093c47 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o.d @@ -0,0 +1,256 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/renderer/resource_manager.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cmath \ + /usr/include/c++/13/bits/requires_hosted.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/cassert \ + /usr/include/assert.h /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/cstdint \ + /usr/include/c++/13/ctime /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_utils.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_bits.h \ + /usr/include/byteswap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_base.h \ + /usr/include/c++/13/shared_mutex /usr/include/c++/13/optional \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/texture.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/glad/gl.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \ + /usr/include/c++/13/sstream /usr/include/c++/13/istream \ + /usr/include/c++/13/ios /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc \ + /usr/include/c++/13/bits/sstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config/blt/config.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/thread.h \ + /usr/include/c++/13/thread /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h /usr/include/c++/13/queue \ + /usr/include/c++/13/deque /usr/include/c++/13/bits/stl_deque.h \ + /usr/include/c++/13/bits/deque.tcc /usr/include/c++/13/bits/stl_queue.h \ + /usr/include/c++/13/variant /usr/include/c++/13/chrono diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o new file mode 100644 index 0000000..df9cd9e Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o.d new file mode 100644 index 0000000..2c79dda --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o.d @@ -0,0 +1,245 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/shader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/glad/gl.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/vector.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstdint \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/fs/loader.h \ + /usr/include/c++/13/fstream /usr/include/c++/13/istream \ + /usr/include/c++/13/ios /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc /usr/include/c++/13/bits/codecvt.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/basic_file.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++io.h \ + /usr/include/c++/13/bits/fstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/string.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/sstream \ + /usr/include/c++/13/bits/sstream.tcc /usr/include/c++/13/algorithm \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/optional \ + /usr/include/c++/13/unordered_set \ + /usr/include/c++/13/bits/unordered_set.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config/blt/config.h \ + /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /usr/include/byteswap.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/queue.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/ranges.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h \ + /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/expected.h \ + /usr/include/c++/13/variant /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/cxxabi.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cxxabi_tweaks.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o new file mode 100644 index 0000000..aeadb15 Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o.d new file mode 100644 index 0000000..22e1c24 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o.d @@ -0,0 +1,4 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/sound/sound.h diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o new file mode 100644 index 0000000..ec9c90e Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o.d new file mode 100644 index 0000000..05065d2 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o.d @@ -0,0 +1,162 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/state.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/state.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/shader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/glad/gl.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/vector.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstdint \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o new file mode 100644 index 0000000..e719b56 Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o.d new file mode 100644 index 0000000..5e02ff7 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o.d @@ -0,0 +1,111 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/stb/stb_vorbis.h \ + /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/stdlib.h \ + /usr/include/c++/13/cstdlib \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/string.h \ + /usr/include/strings.h /usr/include/assert.h /usr/include/c++/13/math.h \ + /usr/include/c++/13/cmath /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o new file mode 100644 index 0000000..1ec1a7b Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o.d new file mode 100644 index 0000000..19ab7a0 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o.d @@ -0,0 +1,222 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/stb/stb_image_write.h \ + /usr/include/c++/13/stdlib.h /usr/include/c++/13/cstdlib \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/string.h \ + /usr/include/strings.h /usr/include/c++/13/math.h \ + /usr/include/c++/13/cmath /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/assert.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/stb/stb_image_resize2.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/stb/stb_image_resize2.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/stb/stb_image.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/stb/stb_perlin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/texture.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/glad/gl.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/c++/13/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/sstream \ + /usr/include/c++/13/istream /usr/include/c++/13/ios \ + /usr/include/c++/13/exception /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc \ + /usr/include/c++/13/bits/sstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config/blt/config.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/cstdarg \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o new file mode 100644 index 0000000..f95f153 Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o.d new file mode 100644 index 0000000..d92c08c --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o.d @@ -0,0 +1,225 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/gfx/window.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/window.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/gl_includes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/glad/gl.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/functional \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/stl_function.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/type_traits /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/tuple /usr/include/c++/13/bits/stl_pair.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/std_function.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/erase_if.h \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdint \ + /usr/include/c++/13/string /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \ + /usr/include/c++/13/sstream /usr/include/c++/13/istream \ + /usr/include/c++/13/ios /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc \ + /usr/include/c++/13/bits/sstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config/blt/config.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/time.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/limits \ + /usr/include/c++/13/ctime /usr/include/c++/13/bits/parse_numbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/input.h \ + /usr/include/c++/13/algorithm \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h /usr/include/c++/13/queue \ + /usr/include/c++/13/deque /usr/include/c++/13/bits/stl_deque.h \ + /usr/include/c++/13/bits/deque.tcc /usr/include/c++/13/bits/stl_queue.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h /usr/include/assert.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/imgui/ImGuiUtils.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/imgui/IconsFontAwesome5.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/imgui/imgui_spectrum.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o new file mode 100644 index 0000000..b8d8e43 Binary files /dev/null and b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o differ diff --git a/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o.d b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o.d new file mode 100644 index 0000000..6483e41 --- /dev/null +++ b/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o.d @@ -0,0 +1,96 @@ +CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/imgui/ImGuiUtils.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/imgui/IconsFontAwesome5.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/include/blt/gfx/imgui/imgui_spectrum.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/imgui/imconfig.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/assert.h /usr/include/c++/13/cmath \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc diff --git a/examples/basic/build/CMakeFiles/CMakeConfigureLog.yaml b/examples/basic/build/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..640083f --- /dev/null +++ b/examples/basic/build/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,1937 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake:233 (message)" + - "CMakeLists.txt:6 (project)" + message: | + The system is: Linux - 6.6.9-amd64 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake-3.28/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:6 (project)" + message: | + 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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/3.28.1/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake-3.28/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:6 (project)" + message: | + 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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/3.28.1/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "/usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:6 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-EIOD5i" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-EIOD5i" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-EIOD5i' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_3dddc/fast + /usr/bin/gmake -f CMakeFiles/cmTC_3dddc.dir/build.make CMakeFiles/cmTC_3dddc.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-EIOD5i' + Building C object CMakeFiles/cmTC_3dddc.dir/CMakeCCompilerABI.c.o + /usr/bin/cc -v -o CMakeFiles/cmTC_3dddc.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.28/Modules/CMakeCCompilerABI.c + 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 13.2.0-13' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --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-libstdcxx-backtrace --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/reproducible-path/gcc-13-13.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-13-13.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 13.2.0 (Debian 13.2.0-13) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3dddc.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3dddc.dir/' + /usr/libexec/gcc/x86_64-linux-gnu/13/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.28/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3dddc.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -o /tmp/ccWNJPw2.s + GNU C17 (Debian 13.2.0-13) version 13.2.0 (x86_64-linux-gnu) + compiled by GNU C version 13.2.0, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + 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/13/include-fixed/x86_64-linux-gnu" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-linux-gnu/13/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include + End of search list. + Compiler executable checksum: 0d3d45984f4e9379bf5f79faffd134b1 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3dddc.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3dddc.dir/' + as -v --64 -o CMakeFiles/cmTC_3dddc.dir/CMakeCCompilerABI.c.o /tmp/ccWNJPw2.s + GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.42 + COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3dddc.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3dddc.dir/CMakeCCompilerABI.c.' + Linking C executable cmTC_3dddc + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3dddc.dir/link.txt --verbose=1 + /usr/bin/cc -v CMakeFiles/cmTC_3dddc.dir/CMakeCCompilerABI.c.o -o cmTC_3dddc + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/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 13.2.0-13' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --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-libstdcxx-backtrace --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/reproducible-path/gcc-13-13.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-13-13.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 13.2.0 (Debian 13.2.0-13) + COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3dddc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_3dddc.' + /usr/libexec/gcc/x86_64-linux-gnu/13/collect2 -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccXlxcPW.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_3dddc /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../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/13/../../.. CMakeFiles/cmTC_3dddc.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/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3dddc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_3dddc.' + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-EIOD5i' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "/usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-linux-gnu/13/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/13/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/13/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/13/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:159 (message)" + - "/usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-EIOD5i'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_3dddc/fast] + ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_3dddc.dir/build.make CMakeFiles/cmTC_3dddc.dir/build] + ignore line: [gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-EIOD5i'] + ignore line: [Building C object CMakeFiles/cmTC_3dddc.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_3dddc.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.28/Modules/CMakeCCompilerABI.c] + 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 13.2.0-13' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --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-libstdcxx-backtrace --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/reproducible-path/gcc-13-13.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/reproducible-path/gcc-13-13.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 13.2.0 (Debian 13.2.0-13) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3dddc.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3dddc.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.28/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3dddc.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -o /tmp/ccWNJPw2.s] + ignore line: [GNU C17 (Debian 13.2.0-13) version 13.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 13.2.0 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + 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/13/include-fixed/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../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/13/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: [Compiler executable checksum: 0d3d45984f4e9379bf5f79faffd134b1] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3dddc.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3dddc.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_3dddc.dir/CMakeCCompilerABI.c.o /tmp/ccWNJPw2.s] + ignore line: [GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.42] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3dddc.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3dddc.dir/CMakeCCompilerABI.c.'] + ignore line: [Linking C executable cmTC_3dddc] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3dddc.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_3dddc.dir/CMakeCCompilerABI.c.o -o cmTC_3dddc ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/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 13.2.0-13' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --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-libstdcxx-backtrace --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/reproducible-path/gcc-13-13.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/reproducible-path/gcc-13-13.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 13.2.0 (Debian 13.2.0-13) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3dddc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_3dddc.'] + link line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/collect2 -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/ccXlxcPW.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_3dddc /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../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/13/../../.. CMakeFiles/cmTC_3dddc.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/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/libexec/gcc/x86_64-linux-gnu/13/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccXlxcPW.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_3dddc] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/13] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../../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/13/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../..] + arg [CMakeFiles/cmTC_3dddc.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/13/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13] ==> [/usr/lib/gcc/x86_64-linux-gnu/13] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../../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/13/../../..] ==> [/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/13/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/13;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" + - "/usr/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:6 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-wcjfSN" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-wcjfSN" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-wcjfSN' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_f5846/fast + /usr/bin/gmake -f CMakeFiles/cmTC_f5846.dir/build.make CMakeFiles/cmTC_f5846.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-wcjfSN' + Building CXX object CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.o + /usr/bin/c++ -v -o CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp + 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 13.2.0-13' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --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-libstdcxx-backtrace --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/reproducible-path/gcc-13-13.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-13-13.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 13.2.0 (Debian 13.2.0-13) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f5846.dir/' + /usr/libexec/gcc/x86_64-linux-gnu/13/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_f5846.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -o /tmp/ccqpVDBG.s + GNU C++17 (Debian 13.2.0-13) version 13.2.0 (x86_64-linux-gnu) + compiled by GNU C version 13.2.0, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/13" + ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed/x86_64-linux-gnu" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed" + ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/include/c++/13 + /usr/include/x86_64-linux-gnu/c++/13 + /usr/include/c++/13/backward + /usr/lib/gcc/x86_64-linux-gnu/13/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include + End of search list. + Compiler executable checksum: 5415ce0e345cb9d41328e3de40b2f524 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f5846.dir/' + as -v --64 -o CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccqpVDBG.s + GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.42 + COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.' + Linking CXX executable cmTC_f5846 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5846.dir/link.txt --verbose=1 + /usr/bin/c++ -v CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f5846 + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/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 13.2.0-13' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --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-libstdcxx-backtrace --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/reproducible-path/gcc-13-13.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-13-13.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 13.2.0 (Debian 13.2.0-13) + COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_f5846' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_f5846.' + /usr/libexec/gcc/x86_64-linux-gnu/13/collect2 -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0lsBuw.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_f5846 /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../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/13/../../.. CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_f5846' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_f5846.' + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-wcjfSN' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" + - "/usr/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/include/c++/13] + add: [/usr/include/x86_64-linux-gnu/c++/13] + add: [/usr/include/c++/13/backward] + add: [/usr/lib/gcc/x86_64-linux-gnu/13/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++/13] ==> [/usr/include/c++/13] + collapse include dir [/usr/include/x86_64-linux-gnu/c++/13] ==> [/usr/include/x86_64-linux-gnu/c++/13] + collapse include dir [/usr/include/c++/13/backward] ==> [/usr/include/c++/13/backward] + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/13/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/13/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++/13;/usr/include/x86_64-linux-gnu/c++/13;/usr/include/c++/13/backward;/usr/lib/gcc/x86_64-linux-gnu/13/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake:159 (message)" + - "/usr/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + ignore line: [Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-wcjfSN'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_f5846/fast] + ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_f5846.dir/build.make CMakeFiles/cmTC_f5846.dir/build] + ignore line: [gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-wcjfSN'] + ignore line: [Building CXX object CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp] + 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 13.2.0-13' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --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-libstdcxx-backtrace --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/reproducible-path/gcc-13-13.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/reproducible-path/gcc-13-13.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 13.2.0 (Debian 13.2.0-13) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f5846.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_f5846.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -o /tmp/ccqpVDBG.s] + ignore line: [GNU C++17 (Debian 13.2.0-13) version 13.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 13.2.0 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + 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++/13"] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/13/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/include/c++/13] + ignore line: [ /usr/include/x86_64-linux-gnu/c++/13] + ignore line: [ /usr/include/c++/13/backward] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/13/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: [Compiler executable checksum: 5415ce0e345cb9d41328e3de40b2f524] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f5846.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccqpVDBG.s] + ignore line: [GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.42] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [Linking CXX executable cmTC_f5846] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5846.dir/link.txt --verbose=1] + ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f5846 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/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 13.2.0-13' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --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-libstdcxx-backtrace --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/reproducible-path/gcc-13-13.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/reproducible-path/gcc-13-13.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 13.2.0 (Debian 13.2.0-13) ] + ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/13/:/usr/libexec/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/13/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/13/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_f5846' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_f5846.'] + link line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/collect2 -plugin /usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so -plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0lsBuw.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_f5846 /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/13 -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../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/13/../../.. CMakeFiles/cmTC_f5846.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/libexec/gcc/x86_64-linux-gnu/13/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/libexec/gcc/x86_64-linux-gnu/13/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc0lsBuw.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_f5846] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/13] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/13/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../../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/13/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../..] + arg [CMakeFiles/cmTC_f5846.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/13/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13] ==> [/usr/lib/gcc/x86_64-linux-gnu/13] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/13/../../../../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/13/../../..] ==> [/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/13/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/13/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/13;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake-3.28/Modules/CheckCSourceCompiles.cmake:52 (cmake_check_source_compiles)" + - "/usr/share/cmake-3.28/Modules/FindThreads.cmake:97 (CHECK_C_SOURCE_COMPILES)" + - "/usr/share/cmake-3.28/Modules/FindThreads.cmake:163 (_threads_check_libc)" + - "libraries/glfw-3.3.8/CMakeLists.txt:62 (find_package)" + checks: + - "Performing Test CMAKE_HAVE_LIBC_PTHREAD" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-46UQBK" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-46UQBK" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_LIBC_PTHREAD" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-46UQBK' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_0cbc2/fast + /usr/bin/gmake -f CMakeFiles/cmTC_0cbc2.dir/build.make CMakeFiles/cmTC_0cbc2.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-46UQBK' + Building C object CMakeFiles/cmTC_0cbc2.dir/src.c.o + /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_0cbc2.dir/src.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-46UQBK/src.c + Linking C executable cmTC_0cbc2 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0cbc2.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_0cbc2.dir/src.c.o -o cmTC_0cbc2 + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-46UQBK' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckLibraryExists.cmake:69 (try_compile)" + - "/usr/share/cmake-3.28/Modules/FindX11.cmake:682 (check_library_exists)" + - "libraries/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-fGHbaF" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-fGHbaF" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMake/modules" + buildResult: + variable: "X11_LIB_X11_SOLO" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-fGHbaF' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_08e77/fast + /usr/bin/gmake -f CMakeFiles/cmTC_08e77.dir/build.make CMakeFiles/cmTC_08e77.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-fGHbaF' + Building C object CMakeFiles/cmTC_08e77.dir/CheckFunctionExists.c.o + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -o CMakeFiles/cmTC_08e77.dir/CheckFunctionExists.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-fGHbaF/CheckFunctionExists.c + Linking C executable cmTC_08e77 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_08e77.dir/link.txt --verbose=1 + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=XOpenDisplay CMakeFiles/cmTC_08e77.dir/CheckFunctionExists.c.o -o cmTC_08e77 /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libXext.so + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-fGHbaF' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)" + - "/usr/share/cmake-3.28/Modules/FindX11.cmake:697 (check_function_exists)" + - "libraries/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for gethostbyname" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-uLRIsY" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-uLRIsY" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_GETHOSTBYNAME" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-uLRIsY' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_26b01/fast + /usr/bin/gmake -f CMakeFiles/cmTC_26b01.dir/build.make CMakeFiles/cmTC_26b01.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-uLRIsY' + Building C object CMakeFiles/cmTC_26b01.dir/CheckFunctionExists.c.o + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname -o CMakeFiles/cmTC_26b01.dir/CheckFunctionExists.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-uLRIsY/CheckFunctionExists.c + Linking C executable cmTC_26b01 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_26b01.dir/link.txt --verbose=1 + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=gethostbyname CMakeFiles/cmTC_26b01.dir/CheckFunctionExists.c.o -o cmTC_26b01 + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-uLRIsY' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)" + - "/usr/share/cmake-3.28/Modules/FindX11.cmake:711 (check_function_exists)" + - "libraries/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for connect" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-Mkf3nA" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-Mkf3nA" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_CONNECT" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-Mkf3nA' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_1f1b0/fast + /usr/bin/gmake -f CMakeFiles/cmTC_1f1b0.dir/build.make CMakeFiles/cmTC_1f1b0.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-Mkf3nA' + Building C object CMakeFiles/cmTC_1f1b0.dir/CheckFunctionExists.c.o + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect -o CMakeFiles/cmTC_1f1b0.dir/CheckFunctionExists.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-Mkf3nA/CheckFunctionExists.c + Linking C executable cmTC_1f1b0 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1f1b0.dir/link.txt --verbose=1 + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect CMakeFiles/cmTC_1f1b0.dir/CheckFunctionExists.c.o -o cmTC_1f1b0 + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-Mkf3nA' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)" + - "/usr/share/cmake-3.28/Modules/FindX11.cmake:720 (check_function_exists)" + - "libraries/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for remove" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-U3qysK" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-U3qysK" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_REMOVE" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-U3qysK' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_dcca3/fast + /usr/bin/gmake -f CMakeFiles/cmTC_dcca3.dir/build.make CMakeFiles/cmTC_dcca3.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-U3qysK' + Building C object CMakeFiles/cmTC_dcca3.dir/CheckFunctionExists.c.o + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=remove -o CMakeFiles/cmTC_dcca3.dir/CheckFunctionExists.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-U3qysK/CheckFunctionExists.c + Linking C executable cmTC_dcca3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dcca3.dir/link.txt --verbose=1 + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=remove CMakeFiles/cmTC_dcca3.dir/CheckFunctionExists.c.o -o cmTC_dcca3 + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-U3qysK' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckFunctionExists.cmake:86 (try_compile)" + - "/usr/share/cmake-3.28/Modules/FindX11.cmake:729 (check_function_exists)" + - "libraries/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for shmat" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-GnEvZT" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-GnEvZT" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_HAVE_SHMAT" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-GnEvZT' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_73e81/fast + /usr/bin/gmake -f CMakeFiles/cmTC_73e81.dir/build.make CMakeFiles/cmTC_73e81.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-GnEvZT' + Building C object CMakeFiles/cmTC_73e81.dir/CheckFunctionExists.c.o + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=shmat -o CMakeFiles/cmTC_73e81.dir/CheckFunctionExists.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-GnEvZT/CheckFunctionExists.c + Linking C executable cmTC_73e81 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_73e81.dir/link.txt --verbose=1 + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=shmat CMakeFiles/cmTC_73e81.dir/CheckFunctionExists.c.o -o cmTC_73e81 + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-GnEvZT' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckLibraryExists.cmake:69 (try_compile)" + - "/usr/share/cmake-3.28/Modules/FindX11.cmake:739 (check_library_exists)" + - "libraries/glfw-3.3.8/CMakeLists.txt:208 (find_package)" + checks: + - "Looking for IceConnectionNumber in ICE" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-zyX08g" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-zyX08g" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMake/modules" + buildResult: + variable: "CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-zyX08g' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_26c10/fast + /usr/bin/gmake -f CMakeFiles/cmTC_26c10.dir/build.make CMakeFiles/cmTC_26c10.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-zyX08g' + Building C object CMakeFiles/cmTC_26c10.dir/CheckFunctionExists.c.o + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -o CMakeFiles/cmTC_26c10.dir/CheckFunctionExists.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-zyX08g/CheckFunctionExists.c + Linking C executable cmTC_26c10 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_26c10.dir/link.txt --verbose=1 + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber CMakeFiles/cmTC_26c10.dir/CheckFunctionExists.c.o -o cmTC_26c10 -lICE + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-zyX08g' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)" + - "libraries/openal-soft/CMakeLists.txt:194 (check_cxx_source_compiles)" + checks: + - "Performing Test HAVE_STDC_FORMAT_MACROS" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-bBh4JE" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-bBh4JE" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_STDC_FORMAT_MACROS" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-bBh4JE' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_f5cbd/fast + /usr/bin/gmake -f CMakeFiles/cmTC_f5cbd.dir/build.make CMakeFiles/cmTC_f5cbd.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-bBh4JE' + Building CXX object CMakeFiles/cmTC_f5cbd.dir/src.cxx.o + /usr/bin/c++ -DHAVE_STDC_FORMAT_MACROS -std=gnu++17 -o CMakeFiles/cmTC_f5cbd.dir/src.cxx.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-bBh4JE/src.cxx + Linking CXX executable cmTC_f5cbd + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5cbd.dir/link.txt --verbose=1 + /usr/bin/c++ CMakeFiles/cmTC_f5cbd.dir/src.cxx.o -o cmTC_f5cbd + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-bBh4JE' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckSymbolExists.cmake:140 (try_compile)" + - "/usr/share/cmake-3.28/Modules/CheckSymbolExists.cmake:66 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "libraries/openal-soft/CMakeLists.txt:208 (check_symbol_exists)" + checks: + - "Looking for posix_memalign" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-45kvtn" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-45kvtn" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_POSIX_MEMALIGN_DEFAULT" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-45kvtn' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_202f0/fast + /usr/bin/gmake -f CMakeFiles/cmTC_202f0.dir/build.make CMakeFiles/cmTC_202f0.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-45kvtn' + Building C object CMakeFiles/cmTC_202f0.dir/CheckSymbolExists.c.o + /usr/bin/cc -o CMakeFiles/cmTC_202f0.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-45kvtn/CheckSymbolExists.c + Linking C executable cmTC_202f0 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_202f0.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_202f0.dir/CheckSymbolExists.c.o -o cmTC_202f0 + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-45kvtn' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)" + - "libraries/openal-soft/CMakeLists.txt:223 (check_cxx_source_compiles)" + checks: + - "Performing Test HAVE___RESTRICT" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-fJaBti" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-fJaBti" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE___RESTRICT" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-fJaBti' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_eb48a/fast + /usr/bin/gmake -f CMakeFiles/cmTC_eb48a.dir/build.make CMakeFiles/cmTC_eb48a.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-fJaBti' + Building CXX object CMakeFiles/cmTC_eb48a.dir/src.cxx.o + /usr/bin/c++ -DHAVE___RESTRICT -std=gnu++17 -o CMakeFiles/cmTC_eb48a.dir/src.cxx.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-fJaBti/src.cxx + Linking CXX executable cmTC_eb48a + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb48a.dir/link.txt --verbose=1 + /usr/bin/c++ CMakeFiles/cmTC_eb48a.dir/src.cxx.o -o cmTC_eb48a + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-fJaBti' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake:52 (cmake_check_source_compiles)" + - "libraries/openal-soft/CMakeLists.txt:234 (check_cxx_source_compiles)" + checks: + - "Performing Test HAVE_LIBATOMIC" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-B5HzD5" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-B5HzD5" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_LIBATOMIC" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-B5HzD5' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_e1dc7/fast + /usr/bin/gmake -f CMakeFiles/cmTC_e1dc7.dir/build.make CMakeFiles/cmTC_e1dc7.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-B5HzD5' + Building CXX object CMakeFiles/cmTC_e1dc7.dir/src.cxx.o + /usr/bin/c++ -DHAVE_LIBATOMIC -std=gnu++17 -o CMakeFiles/cmTC_e1dc7.dir/src.cxx.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-B5HzD5/src.cxx + Linking CXX executable cmTC_e1dc7 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e1dc7.dir/link.txt --verbose=1 + /usr/bin/c++ CMakeFiles/cmTC_e1dc7.dir/src.cxx.o -o cmTC_e1dc7 -latomic + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-B5HzD5' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake-3.28/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake-3.28/Modules/CheckCXXCompilerFlag.cmake:34 (cmake_check_compiler_flag)" + - "libraries/openal-soft/CMakeLists.txt:288 (check_cxx_compiler_flag)" + checks: + - "Performing Test HAVE_WNO_CXX20_ATTR_EXT" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-kluY8v" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-kluY8v" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_WNO_CXX20_ATTR_EXT" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-kluY8v' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_4cf0d/fast + /usr/bin/gmake -f CMakeFiles/cmTC_4cf0d.dir/build.make CMakeFiles/cmTC_4cf0d.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-kluY8v' + Building CXX object CMakeFiles/cmTC_4cf0d.dir/src.cxx.o + /usr/bin/c++ -DHAVE_WNO_CXX20_ATTR_EXT -std=gnu++17 -Wno-c++20-attribute-extensions -o CMakeFiles/cmTC_4cf0d.dir/src.cxx.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-kluY8v/src.cxx + Linking CXX executable cmTC_4cf0d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4cf0d.dir/link.txt --verbose=1 + /usr/bin/c++ CMakeFiles/cmTC_4cf0d.dir/src.cxx.o -o cmTC_4cf0d -latomic + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-kluY8v' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake-3.28/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake-3.28/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)" + - "libraries/openal-soft/CMakeLists.txt:310 (check_c_compiler_flag)" + checks: + - "Performing Test HAVE_FNO_MATH_ERRNO" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-KJFnKh" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-KJFnKh" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_FNO_MATH_ERRNO" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-KJFnKh' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_406ac/fast + /usr/bin/gmake -f CMakeFiles/cmTC_406ac.dir/build.make CMakeFiles/cmTC_406ac.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-KJFnKh' + Building C object CMakeFiles/cmTC_406ac.dir/src.c.o + /usr/bin/cc -DHAVE_FNO_MATH_ERRNO -fno-math-errno -o CMakeFiles/cmTC_406ac.dir/src.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-KJFnKh/src.c + Linking C executable cmTC_406ac + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_406ac.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_406ac.dir/src.c.o -o cmTC_406ac -latomic + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-KJFnKh' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake-3.28/Modules/CheckCSourceCompiles.cmake:52 (cmake_check_source_compiles)" + - "libraries/openal-soft/CMakeLists.txt:369 (check_c_source_compiles)" + checks: + - "Performing Test HAVE_GCC_PROTECTED_VISIBILITY" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-c9cYQu" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-c9cYQu" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_GCC_PROTECTED_VISIBILITY" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-c9cYQu' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_d4a98/fast + /usr/bin/gmake -f CMakeFiles/cmTC_d4a98.dir/build.make CMakeFiles/cmTC_d4a98.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-c9cYQu' + Building C object CMakeFiles/cmTC_d4a98.dir/src.c.o + /usr/bin/cc -DHAVE_GCC_PROTECTED_VISIBILITY -Wattributes -Werror -o CMakeFiles/cmTC_d4a98.dir/src.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-c9cYQu/src.c + Linking C executable cmTC_d4a98 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d4a98.dir/link.txt --verbose=1 + /usr/bin/cc -Wattributes -Werror CMakeFiles/cmTC_d4a98.dir/src.c.o -o cmTC_d4a98 -latomic + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-c9cYQu' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake-3.28/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake-3.28/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)" + - "libraries/openal-soft/CMakeLists.txt:396 (check_c_compiler_flag)" + checks: + - "Performing Test HAVE_MSSE2_SWITCH" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-h4fp32" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-h4fp32" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_MSSE2_SWITCH" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-h4fp32' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_79240/fast + /usr/bin/gmake -f CMakeFiles/cmTC_79240.dir/build.make CMakeFiles/cmTC_79240.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-h4fp32' + Building C object CMakeFiles/cmTC_79240.dir/src.c.o + /usr/bin/cc -DHAVE_MSSE2_SWITCH -Werror -msse2 -o CMakeFiles/cmTC_79240.dir/src.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-h4fp32/src.c + Linking C executable cmTC_79240 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_79240.dir/link.txt --verbose=1 + /usr/bin/cc -Werror CMakeFiles/cmTC_79240.dir/src.c.o -o cmTC_79240 -latomic + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-h4fp32' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "libraries/openal-soft/CMakeLists.txt:404 (check_include_file)" + checks: + - "Looking for xmmintrin.h" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-XtkML3" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-XtkML3" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_XMMINTRIN_H" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-XtkML3' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_8f603/fast + /usr/bin/gmake -f CMakeFiles/cmTC_8f603.dir/build.make CMakeFiles/cmTC_8f603.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-XtkML3' + Building C object CMakeFiles/cmTC_8f603.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_8f603.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-XtkML3/CheckIncludeFile.c + Linking C executable cmTC_8f603 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8f603.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_8f603.dir/CheckIncludeFile.c.o -o cmTC_8f603 -latomic + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-XtkML3' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "libraries/openal-soft/CMakeLists.txt:405 (check_include_file)" + checks: + - "Looking for emmintrin.h" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-MyS9Dc" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-MyS9Dc" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_EMMINTRIN_H" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-MyS9Dc' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_20dae/fast + /usr/bin/gmake -f CMakeFiles/cmTC_20dae.dir/build.make CMakeFiles/cmTC_20dae.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-MyS9Dc' + Building C object CMakeFiles/cmTC_20dae.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_20dae.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-MyS9Dc/CheckIncludeFile.c + Linking C executable cmTC_20dae + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_20dae.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_20dae.dir/CheckIncludeFile.c.o -o cmTC_20dae -latomic + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-MyS9Dc' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "libraries/openal-soft/CMakeLists.txt:406 (check_include_file)" + checks: + - "Looking for pmmintrin.h" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-EMbWrD" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-EMbWrD" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_PMMINTRIN_H" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-EMbWrD' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_f930f/fast + /usr/bin/gmake -f CMakeFiles/cmTC_f930f.dir/build.make CMakeFiles/cmTC_f930f.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-EMbWrD' + Building C object CMakeFiles/cmTC_f930f.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_f930f.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-EMbWrD/CheckIncludeFile.c + Linking C executable cmTC_f930f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f930f.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_f930f.dir/CheckIncludeFile.c.o -o cmTC_f930f -latomic + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-EMbWrD' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "libraries/openal-soft/CMakeLists.txt:407 (check_include_file)" + checks: + - "Looking for smmintrin.h" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-QW0AqP" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-QW0AqP" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_SMMINTRIN_H" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-QW0AqP' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_65b6c/fast + /usr/bin/gmake -f CMakeFiles/cmTC_65b6c.dir/build.make CMakeFiles/cmTC_65b6c.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-QW0AqP' + Building C object CMakeFiles/cmTC_65b6c.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_65b6c.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-QW0AqP/CheckIncludeFile.c + Linking C executable cmTC_65b6c + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_65b6c.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_65b6c.dir/CheckIncludeFile.c.o -o cmTC_65b6c -latomic + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-QW0AqP' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "libraries/openal-soft/CMakeLists.txt:408 (check_include_file)" + checks: + - "Looking for arm_neon.h" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-pwc3Co" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-pwc3Co" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_ARM_NEON_H" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-pwc3Co' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_d5650/fast + /usr/bin/gmake -f CMakeFiles/cmTC_d5650.dir/build.make CMakeFiles/cmTC_d5650.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-pwc3Co' + Building C object CMakeFiles/cmTC_d5650.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_d5650.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-pwc3Co/CheckIncludeFile.c + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-pwc3Co/CheckIncludeFile.c:1:10: fatal error: arm_neon.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~~ + compilation terminated. + gmake[1]: *** [CMakeFiles/cmTC_d5650.dir/build.make:78: CMakeFiles/cmTC_d5650.dir/CheckIncludeFile.c.o] Error 1 + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-pwc3Co' + gmake: *** [Makefile:127: cmTC_d5650/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake-3.28/Modules/CheckCSourceCompiles.cmake:52 (cmake_check_source_compiles)" + - "libraries/openal-soft/CMakeLists.txt:508 (check_c_source_compiles)" + checks: + - "Performing Test HAVE_SSE_INTRINSICS" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-FRMSxl" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-FRMSxl" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_SSE_INTRINSICS" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-FRMSxl' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_1c6f3/fast + /usr/bin/gmake -f CMakeFiles/cmTC_1c6f3.dir/build.make CMakeFiles/cmTC_1c6f3.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-FRMSxl' + Building C object CMakeFiles/cmTC_1c6f3.dir/src.c.o + /usr/bin/cc -DHAVE_SSE_INTRINSICS -o CMakeFiles/cmTC_1c6f3.dir/src.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-FRMSxl/src.c + Linking C executable cmTC_1c6f3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1c6f3.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_1c6f3.dir/src.c.o -o cmTC_1c6f3 -latomic + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-FRMSxl' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "libraries/openal-soft/CMakeLists.txt:515 (check_include_file)" + checks: + - "Looking for malloc.h" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-mAs7fF" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-mAs7fF" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_MALLOC_H" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-mAs7fF' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_0072d/fast + /usr/bin/gmake -f CMakeFiles/cmTC_0072d.dir/build.make CMakeFiles/cmTC_0072d.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-mAs7fF' + Building C object CMakeFiles/cmTC_0072d.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_0072d.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-mAs7fF/CheckIncludeFile.c + Linking C executable cmTC_0072d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0072d.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_0072d.dir/CheckIncludeFile.c.o -o cmTC_0072d -latomic + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-mAs7fF' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "libraries/openal-soft/CMakeLists.txt:516 (check_include_file)" + checks: + - "Looking for cpuid.h" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-MOx0Lb" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-MOx0Lb" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_CPUID_H" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-MOx0Lb' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_67083/fast + /usr/bin/gmake -f CMakeFiles/cmTC_67083.dir/build.make CMakeFiles/cmTC_67083.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-MOx0Lb' + Building C object CMakeFiles/cmTC_67083.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_67083.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-MOx0Lb/CheckIncludeFile.c + Linking C executable cmTC_67083 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_67083.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_67083.dir/CheckIncludeFile.c.o -o cmTC_67083 -latomic + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-MOx0Lb' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "libraries/openal-soft/CMakeLists.txt:517 (check_include_file)" + checks: + - "Looking for intrin.h" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-xRIa87" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-xRIa87" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_INTRIN_H" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-xRIa87' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_ffeeb/fast + /usr/bin/gmake -f CMakeFiles/cmTC_ffeeb.dir/build.make CMakeFiles/cmTC_ffeeb.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-xRIa87' + Building C object CMakeFiles/cmTC_ffeeb.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_ffeeb.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-xRIa87/CheckIncludeFile.c + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-xRIa87/CheckIncludeFile.c:1:10: fatal error: intrin.h: No such file or directory + 1 | #include + | ^~~~~~~~~~ + compilation terminated. + gmake[1]: *** [CMakeFiles/cmTC_ffeeb.dir/build.make:78: CMakeFiles/cmTC_ffeeb.dir/CheckIncludeFile.c.o] Error 1 + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-xRIa87' + gmake: *** [Makefile:127: cmTC_ffeeb/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "libraries/openal-soft/CMakeLists.txt:518 (check_include_file)" + checks: + - "Looking for guiddef.h" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-bLf70p" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-bLf70p" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_GUIDDEF_H" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-bLf70p' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_ecc3d/fast + /usr/bin/gmake -f CMakeFiles/cmTC_ecc3d.dir/build.make CMakeFiles/cmTC_ecc3d.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-bLf70p' + Building C object CMakeFiles/cmTC_ecc3d.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_ecc3d.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-bLf70p/CheckIncludeFile.c + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-bLf70p/CheckIncludeFile.c:1:10: fatal error: guiddef.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~ + compilation terminated. + gmake[1]: *** [CMakeFiles/cmTC_ecc3d.dir/build.make:78: CMakeFiles/cmTC_ecc3d.dir/CheckIncludeFile.c.o] Error 1 + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-bLf70p' + gmake: *** [Makefile:127: cmTC_ecc3d/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "libraries/openal-soft/CMakeLists.txt:520 (check_include_file)" + checks: + - "Looking for initguid.h" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-whnYCN" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-whnYCN" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_INITGUID_H" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-whnYCN' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_dc5d2/fast + /usr/bin/gmake -f CMakeFiles/cmTC_dc5d2.dir/build.make CMakeFiles/cmTC_dc5d2.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-whnYCN' + Building C object CMakeFiles/cmTC_dc5d2.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_dc5d2.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-whnYCN/CheckIncludeFile.c + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-whnYCN/CheckIncludeFile.c:1:10: fatal error: initguid.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~~ + compilation terminated. + gmake[1]: *** [CMakeFiles/cmTC_dc5d2.dir/build.make:78: CMakeFiles/cmTC_dc5d2.dir/CheckIncludeFile.c.o] Error 1 + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-whnYCN' + gmake: *** [Makefile:127: cmTC_dc5d2/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckLibraryExists.cmake:69 (try_compile)" + - "libraries/openal-soft/CMakeLists.txt:525 (check_library_exists)" + checks: + - "Looking for pow in m" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-ObJvhR" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-ObJvhR" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_LIBM" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-ObJvhR' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_9b1e5/fast + /usr/bin/gmake -f CMakeFiles/cmTC_9b1e5.dir/build.make CMakeFiles/cmTC_9b1e5.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-ObJvhR' + Building C object CMakeFiles/cmTC_9b1e5.dir/CheckFunctionExists.c.o + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pow -o CMakeFiles/cmTC_9b1e5.dir/CheckFunctionExists.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-ObJvhR/CheckFunctionExists.c + : warning: conflicting types for built-in function ‘pow’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch] + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-ObJvhR/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ + 7 | CHECK_FUNCTION_EXISTS(void); + | ^~~~~~~~~~~~~~~~~~~~~ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-ObJvhR/CheckFunctionExists.c:1:1: note: ‘pow’ is declared in header ‘’ + +++ |+#include + 1 | #ifdef CHECK_FUNCTION_EXISTS + Linking C executable cmTC_9b1e5 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9b1e5.dir/link.txt --verbose=1 + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pow CMakeFiles/cmTC_9b1e5.dir/CheckFunctionExists.c.o -o cmTC_9b1e5 -lm -latomic + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-ObJvhR' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckLibraryExists.cmake:69 (try_compile)" + - "libraries/openal-soft/CMakeLists.txt:534 (check_library_exists)" + checks: + - "Looking for clock_gettime in rt" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-0sca3w" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-0sca3w" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_LIBRT" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-0sca3w' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_597db/fast + /usr/bin/gmake -f CMakeFiles/cmTC_597db.dir/build.make CMakeFiles/cmTC_597db.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-0sca3w' + Building C object CMakeFiles/cmTC_597db.dir/CheckFunctionExists.c.o + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=clock_gettime -o CMakeFiles/cmTC_597db.dir/CheckFunctionExists.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-0sca3w/CheckFunctionExists.c + Linking C executable cmTC_597db + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_597db.dir/link.txt --verbose=1 + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=clock_gettime CMakeFiles/cmTC_597db.dir/CheckFunctionExists.c.o -o cmTC_597db -lrt -latomic -lm + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-0sca3w' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "libraries/openal-soft/CMakeLists.txt:541 (check_include_file)" + checks: + - "Looking for dlfcn.h" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-TuM8sq" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-TuM8sq" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_DLFCN_H" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-TuM8sq' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_6ae47/fast + /usr/bin/gmake -f CMakeFiles/cmTC_6ae47.dir/build.make CMakeFiles/cmTC_6ae47.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-TuM8sq' + Building C object CMakeFiles/cmTC_6ae47.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_6ae47.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-TuM8sq/CheckIncludeFile.c + Linking C executable cmTC_6ae47 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6ae47.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_6ae47.dir/CheckIncludeFile.c.o -o cmTC_6ae47 -latomic -lm + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-TuM8sq' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckLibraryExists.cmake:69 (try_compile)" + - "libraries/openal-soft/CMakeLists.txt:542 (check_library_exists)" + checks: + - "Looking for dlopen in dl" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-xgq4ID" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-xgq4ID" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_LIBDL" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-xgq4ID' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_2e7ae/fast + /usr/bin/gmake -f CMakeFiles/cmTC_2e7ae.dir/build.make CMakeFiles/cmTC_2e7ae.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-xgq4ID' + Building C object CMakeFiles/cmTC_2e7ae.dir/CheckFunctionExists.c.o + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=dlopen -o CMakeFiles/cmTC_2e7ae.dir/CheckFunctionExists.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-xgq4ID/CheckFunctionExists.c + Linking C executable cmTC_2e7ae + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2e7ae.dir/link.txt --verbose=1 + /usr/bin/cc -DCHECK_FUNCTION_EXISTS=dlopen CMakeFiles/cmTC_2e7ae.dir/CheckFunctionExists.c.o -o cmTC_2e7ae -ldl -latomic -lm + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-xgq4ID' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake-3.28/Modules/CheckCSourceCompiles.cmake:52 (cmake_check_source_compiles)" + - "libraries/openal-soft/CMakeLists.txt:551 (check_c_source_compiles)" + checks: + - "Performing Test HAVE_GCC_GET_CPUID" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-cX23kn" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-cX23kn" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_GCC_GET_CPUID" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-cX23kn' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_baa35/fast + /usr/bin/gmake -f CMakeFiles/cmTC_baa35.dir/build.make CMakeFiles/cmTC_baa35.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-cX23kn' + Building C object CMakeFiles/cmTC_baa35.dir/src.c.o + /usr/bin/cc -DHAVE_GCC_GET_CPUID -o CMakeFiles/cmTC_baa35.dir/src.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-cX23kn/src.c + Linking C executable cmTC_baa35 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_baa35.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_baa35.dir/src.c.o -o cmTC_baa35 -latomic -lm -ldl + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-cX23kn' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckSymbolExists.cmake:140 (try_compile)" + - "/usr/share/cmake-3.28/Modules/CheckSymbolExists.cmake:66 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "libraries/openal-soft/CMakeLists.txt:568 (check_symbol_exists)" + checks: + - "Looking for proc_pidpath" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-jQ9XBk" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-jQ9XBk" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_PROC_PIDPATH" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-jQ9XBk' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_4e532/fast + /usr/bin/gmake -f CMakeFiles/cmTC_4e532.dir/build.make CMakeFiles/cmTC_4e532.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-jQ9XBk' + Building C object CMakeFiles/cmTC_4e532.dir/CheckSymbolExists.c.o + /usr/bin/cc -o CMakeFiles/cmTC_4e532.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-jQ9XBk/CheckSymbolExists.c + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-jQ9XBk/CheckSymbolExists.c:2:10: fatal error: libproc.h: No such file or directory + 2 | #include + | ^~~~~~~~~~~ + compilation terminated. + gmake[1]: *** [CMakeFiles/cmTC_4e532.dir/build.make:78: CMakeFiles/cmTC_4e532.dir/CheckSymbolExists.c.o] Error 1 + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-jQ9XBk' + gmake: *** [Makefile:127: cmTC_4e532/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "libraries/openal-soft/CMakeLists.txt:573 (check_include_file)" + checks: + - "Looking for pthread.h" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-wQJDYg" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-wQJDYg" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_PTHREAD_H" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-wQJDYg' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_86093/fast + /usr/bin/gmake -f CMakeFiles/cmTC_86093.dir/build.make CMakeFiles/cmTC_86093.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-wQJDYg' + Building C object CMakeFiles/cmTC_86093.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_86093.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-wQJDYg/CheckIncludeFile.c + Linking C executable cmTC_86093 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_86093.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_86093.dir/CheckIncludeFile.c.o -o cmTC_86093 -latomic -lm -ldl + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-wQJDYg' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake-3.28/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake-3.28/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)" + - "libraries/openal-soft/CMakeLists.txt:578 (check_c_compiler_flag)" + checks: + - "Performing Test HAVE_PTHREAD" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-9873eU" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-9873eU" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_PTHREAD" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-9873eU' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_3001a/fast + /usr/bin/gmake -f CMakeFiles/cmTC_3001a.dir/build.make CMakeFiles/cmTC_3001a.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-9873eU' + Building C object CMakeFiles/cmTC_3001a.dir/src.c.o + /usr/bin/cc -DHAVE_PTHREAD -pthread -o CMakeFiles/cmTC_3001a.dir/src.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-9873eU/src.c + Linking C executable cmTC_3001a + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3001a.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_3001a.dir/src.c.o -o cmTC_3001a -latomic -lm -ldl + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-9873eU' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckSymbolExists.cmake:140 (try_compile)" + - "/usr/share/cmake-3.28/Modules/CheckSymbolExists.cmake:66 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "libraries/openal-soft/CMakeLists.txt:585 (check_symbol_exists)" + checks: + - "Looking for pthread_setschedparam" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-i06tZQ" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-i06tZQ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_PTHREAD_SETSCHEDPARAM" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-i06tZQ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_e2d8f/fast + /usr/bin/gmake -f CMakeFiles/cmTC_e2d8f.dir/build.make CMakeFiles/cmTC_e2d8f.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-i06tZQ' + Building C object CMakeFiles/cmTC_e2d8f.dir/CheckSymbolExists.c.o + /usr/bin/cc -pthread -o CMakeFiles/cmTC_e2d8f.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-i06tZQ/CheckSymbolExists.c + Linking C executable cmTC_e2d8f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e2d8f.dir/link.txt --verbose=1 + /usr/bin/cc -pthread CMakeFiles/cmTC_e2d8f.dir/CheckSymbolExists.c.o -o cmTC_e2d8f -latomic -lm -ldl + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-i06tZQ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckIncludeFiles.cmake:132 (try_compile)" + - "libraries/openal-soft/CMakeLists.txt:588 (check_include_files)" + checks: + - "Looking for include files pthread.h, pthread_np.h" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-1xSRPS" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-1xSRPS" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_PTHREAD_NP_H" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-1xSRPS' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_aa24f/fast + /usr/bin/gmake -f CMakeFiles/cmTC_aa24f.dir/build.make CMakeFiles/cmTC_aa24f.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-1xSRPS' + Building C object CMakeFiles/cmTC_aa24f.dir/HAVE_PTHREAD_NP_H.c.o + /usr/bin/cc -pthread -o CMakeFiles/cmTC_aa24f.dir/HAVE_PTHREAD_NP_H.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-1xSRPS/HAVE_PTHREAD_NP_H.c + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-1xSRPS/HAVE_PTHREAD_NP_H.c:3:10: fatal error: pthread_np.h: No such file or directory + 3 | #include + | ^~~~~~~~~~~~~~ + compilation terminated. + gmake[1]: *** [CMakeFiles/cmTC_aa24f.dir/build.make:78: CMakeFiles/cmTC_aa24f.dir/HAVE_PTHREAD_NP_H.c.o] Error 1 + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-1xSRPS' + gmake: *** [Makefile:127: cmTC_aa24f/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckSymbolExists.cmake:140 (try_compile)" + - "/usr/share/cmake-3.28/Modules/CheckSymbolExists.cmake:66 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "libraries/openal-soft/CMakeLists.txt:595 (check_symbol_exists)" + checks: + - "Looking for pthread_setname_np" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-YLbpms" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-YLbpms" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_PTHREAD_SETNAME_NP" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-YLbpms' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_4d2f6/fast + /usr/bin/gmake -f CMakeFiles/cmTC_4d2f6.dir/build.make CMakeFiles/cmTC_4d2f6.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-YLbpms' + Building C object CMakeFiles/cmTC_4d2f6.dir/CheckSymbolExists.c.o + /usr/bin/cc -pthread -o CMakeFiles/cmTC_4d2f6.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-YLbpms/CheckSymbolExists.c + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-YLbpms/CheckSymbolExists.c: In function ‘main’: + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-YLbpms/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-YLbpms/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in + gmake[1]: *** [CMakeFiles/cmTC_4d2f6.dir/build.make:78: CMakeFiles/cmTC_4d2f6.dir/CheckSymbolExists.c.o] Error 1 + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-YLbpms' + gmake: *** [Makefile:127: cmTC_4d2f6/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckSymbolExists.cmake:140 (try_compile)" + - "/usr/share/cmake-3.28/Modules/CheckSymbolExists.cmake:66 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "libraries/openal-soft/CMakeLists.txt:597 (check_symbol_exists)" + checks: + - "Looking for pthread_set_name_np" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-RhvebZ" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-RhvebZ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_PTHREAD_SET_NAME_NP" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-RhvebZ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_95d45/fast + /usr/bin/gmake -f CMakeFiles/cmTC_95d45.dir/build.make CMakeFiles/cmTC_95d45.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-RhvebZ' + Building C object CMakeFiles/cmTC_95d45.dir/CheckSymbolExists.c.o + /usr/bin/cc -pthread -o CMakeFiles/cmTC_95d45.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-RhvebZ/CheckSymbolExists.c + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-RhvebZ/CheckSymbolExists.c: In function ‘main’: + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-RhvebZ/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-RhvebZ/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in + gmake[1]: *** [CMakeFiles/cmTC_95d45.dir/build.make:78: CMakeFiles/cmTC_95d45.dir/CheckSymbolExists.c.o] Error 1 + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-RhvebZ' + gmake: *** [Makefile:127: cmTC_95d45/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckSymbolExists.cmake:140 (try_compile)" + - "/usr/share/cmake-3.28/Modules/CheckSymbolExists.cmake:66 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "libraries/openal-soft/CMakeLists.txt:602 (check_symbol_exists)" + checks: + - "Looking for getopt" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-YotmkY" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-YotmkY" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake" + buildResult: + variable: "HAVE_GETOPT" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-YotmkY' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_79358/fast + /usr/bin/gmake -f CMakeFiles/cmTC_79358.dir/build.make CMakeFiles/cmTC_79358.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-YotmkY' + Building C object CMakeFiles/cmTC_79358.dir/CheckSymbolExists.c.o + /usr/bin/cc -pthread -o CMakeFiles/cmTC_79358.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-YotmkY/CheckSymbolExists.c + Linking C executable cmTC_79358 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_79358.dir/link.txt --verbose=1 + /usr/bin/cc -pthread CMakeFiles/cmTC_79358.dir/CheckSymbolExists.c.o -o cmTC_79358 -latomic -lm -ldl + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-YotmkY' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckSymbolExists.cmake:140 (try_compile)" + - "/usr/share/cmake-3.28/Modules/CheckSymbolExists.cmake:66 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "/usr/share/cmake-3.28/Modules/FindBZip2.cmake:93 (CHECK_SYMBOL_EXISTS)" + - "libraries/freetype-2.13.2/CMakeLists.txt:286 (find_package)" + checks: + - "Looking for BZ2_bzCompressInit" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-sBXz6s" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-sBXz6s" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake" + buildResult: + variable: "BZIP2_NEED_PREFIX" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-sBXz6s' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_6f9d0/fast + /usr/bin/gmake -f CMakeFiles/cmTC_6f9d0.dir/build.make CMakeFiles/cmTC_6f9d0.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-sBXz6s' + Building C object CMakeFiles/cmTC_6f9d0.dir/CheckSymbolExists.c.o + /usr/bin/cc -o CMakeFiles/cmTC_6f9d0.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-sBXz6s/CheckSymbolExists.c + Linking C executable cmTC_6f9d0 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6f9d0.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_6f9d0.dir/CheckSymbolExists.c.o -o cmTC_6f9d0 /usr/lib/x86_64-linux-gnu/libbz2.so + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-sBXz6s' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "libraries/freetype-2.13.2/CMakeLists.txt:301 (check_include_file)" + checks: + - "Looking for unistd.h" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-898FiT" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-898FiT" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake" + buildResult: + variable: "HAVE_UNISTD_H" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-898FiT' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_849db/fast + /usr/bin/gmake -f CMakeFiles/cmTC_849db.dir/build.make CMakeFiles/cmTC_849db.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-898FiT' + Building C object CMakeFiles/cmTC_849db.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_849db.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-898FiT/CheckIncludeFile.c + Linking C executable cmTC_849db + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_849db.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_849db.dir/CheckIncludeFile.c.o -o cmTC_849db + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-898FiT' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "libraries/freetype-2.13.2/CMakeLists.txt:302 (check_include_file)" + checks: + - "Looking for fcntl.h" + directories: + source: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-6Hq1Bj" + binary: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-6Hq1Bj" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake" + buildResult: + variable: "HAVE_FCNTL_H" + cached: true + stdout: | + Change Dir: '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-6Hq1Bj' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_f675b/fast + /usr/bin/gmake -f CMakeFiles/cmTC_f675b.dir/build.make CMakeFiles/cmTC_f675b.dir/build + gmake[1]: Entering directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-6Hq1Bj' + Building C object CMakeFiles/cmTC_f675b.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_f675b.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-6Hq1Bj/CheckIncludeFile.c + Linking C executable cmTC_f675b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f675b.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_f675b.dir/CheckIncludeFile.c.o -o cmTC_f675b + gmake[1]: Leaving directory '/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/CMakeScratch/TryCompile-6Hq1Bj' + + exitCode: 0 +... diff --git a/examples/basic/build/CMakeFiles/CMakeDirectoryInformation.cmake b/examples/basic/build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ee43ade --- /dev/null +++ b/examples/basic/build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/examples/basic/build/CMakeFiles/CMakeRuleHashes.txt b/examples/basic/build/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 0000000..4a6992b --- /dev/null +++ b/examples/basic/build/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,8 @@ +# Hashes of file build rules. +aafa807cee34f02f8a0300ed3f43658d libraries/glfw-3.3.8/CMakeFiles/uninstall +b81bc2d03543b9e4aa25aa128527a0b5 libraries/glfw-3.3.8/src/CMakeFiles/update_mappings +64c28191ad43197f879355e5bb6edb58 libraries/openal-soft/CMakeFiles/build_version +e45bd270b17bf840147d74c7d6406db9 libraries/openal-soft/default_hrtf.txt +d398298604a678fd12c86fd358b5eec7 libraries/openal-soft/utils/alsoft-config/moc_mainwindow.cpp +2ac82b454b6129e61634efba345d2552 libraries/openal-soft/utils/alsoft-config/ui_mainwindow.h +44e868fcae5157d7faf2fa19732fc678 libraries/openal-soft/version_witness.txt diff --git a/examples/basic/build/CMakeFiles/CMakeScratch/CompilerIdC/CMakeCCompilerId.c b/examples/basic/build/CMakeFiles/CMakeScratch/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..66be365 --- /dev/null +++ b/examples/basic/build/CMakeFiles/CMakeScratch/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,866 @@ +#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/100 % 100) +# 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(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# 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/examples/basic/build/CMakeFiles/CMakeScratch/CompilerIdC/a.out b/examples/basic/build/CMakeFiles/CMakeScratch/CompilerIdC/a.out new file mode 100644 index 0000000..24c300a Binary files /dev/null and b/examples/basic/build/CMakeFiles/CMakeScratch/CompilerIdC/a.out differ diff --git a/examples/basic/build/CMakeFiles/Makefile.cmake b/examples/basic/build/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..80d8b6b --- /dev/null +++ b/examples/basic/build/CMakeFiles/Makefile.cmake @@ -0,0 +1,270 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/CMakeLists.txt" + "CMakeFiles/3.28.1/CMakeCCompiler.cmake" + "CMakeFiles/3.28.1/CMakeCXXCompiler.cmake" + "CMakeFiles/3.28.1/CMakeSystem.cmake" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/config.h.in" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindBrotliDec.cmake" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindHarfBuzz.cmake" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake.in" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc.in" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake.in" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h.in" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake.in" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindALSA.cmake" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindAudioIO.cmake" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindFFmpeg.cmake" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindJACK.cmake" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindMySOFA.cmake" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOSS.cmake" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOpenSL.cmake" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPortAudio.cmake" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPulseAudio.cmake" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSndFile.cmake" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSoundIO.cmake" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h.in" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc.in" + "/home/brett/Documents/code/c++/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/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfig.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Core/Qt5CoreMacros.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfig.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/SDL2/sdl2-config-version.cmake" + "/usr/lib/x86_64-linux-gnu/cmake/SDL2/sdl2-config.cmake" + "/usr/share/cmake-3.28/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + "/usr/share/cmake-3.28/Modules/CMakeCCompiler.cmake.in" + "/usr/share/cmake-3.28/Modules/CMakeCCompilerABI.c" + "/usr/share/cmake-3.28/Modules/CMakeCInformation.cmake" + "/usr/share/cmake-3.28/Modules/CMakeCXXCompiler.cmake.in" + "/usr/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp" + "/usr/share/cmake-3.28/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake-3.28/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + "/usr/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake-3.28/Modules/CMakeCompilerIdDetection.cmake" + "/usr/share/cmake-3.28/Modules/CMakeDependentOption.cmake" + "/usr/share/cmake-3.28/Modules/CMakeDetermineCCompiler.cmake" + "/usr/share/cmake-3.28/Modules/CMakeDetermineCXXCompiler.cmake" + "/usr/share/cmake-3.28/Modules/CMakeDetermineCompileFeatures.cmake" + "/usr/share/cmake-3.28/Modules/CMakeDetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake" + "/usr/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake" + "/usr/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake" + "/usr/share/cmake-3.28/Modules/CMakeFindBinUtils.cmake" + "/usr/share/cmake-3.28/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake-3.28/Modules/CMakePackageConfigHelpers.cmake" + "/usr/share/cmake-3.28/Modules/CMakeParseArguments.cmake" + "/usr/share/cmake-3.28/Modules/CMakeParseImplicitIncludeInfo.cmake" + "/usr/share/cmake-3.28/Modules/CMakeParseImplicitLinkInfo.cmake" + "/usr/share/cmake-3.28/Modules/CMakeParseLibraryArchitecture.cmake" + "/usr/share/cmake-3.28/Modules/CMakePushCheckState.cmake" + "/usr/share/cmake-3.28/Modules/CMakeSystem.cmake.in" + "/usr/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake" + "/usr/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake" + "/usr/share/cmake-3.28/Modules/CMakeTestCompilerCommon.cmake" + "/usr/share/cmake-3.28/Modules/CMakeUnixFindMake.cmake" + "/usr/share/cmake-3.28/Modules/CPack.cmake" + "/usr/share/cmake-3.28/Modules/CPackComponent.cmake" + "/usr/share/cmake-3.28/Modules/CheckCCompilerFlag.cmake" + "/usr/share/cmake-3.28/Modules/CheckCSourceCompiles.cmake" + "/usr/share/cmake-3.28/Modules/CheckCXXCompilerFlag.cmake" + "/usr/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake" + "/usr/share/cmake-3.28/Modules/CheckFunctionExists.cmake" + "/usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake" + "/usr/share/cmake-3.28/Modules/CheckIncludeFiles.cmake" + "/usr/share/cmake-3.28/Modules/CheckLibraryExists.cmake" + "/usr/share/cmake-3.28/Modules/CheckSourceCompiles.cmake" + "/usr/share/cmake-3.28/Modules/CheckStructHasMember.cmake" + "/usr/share/cmake-3.28/Modules/CheckSymbolExists.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/ADSP-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/Borland-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/Clang-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/Cray-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/GHS-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/GNU-FindBinUtils.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/GNU.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/HP-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/IAR-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/Intel-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/LCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/MSVC-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/PGI-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/PathScale-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/SCO-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/TI-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/Tasking-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/Watcom-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/XL-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + "/usr/share/cmake-3.28/Modules/FeatureSummary.cmake" + "/usr/share/cmake-3.28/Modules/FindBZip2.cmake" + "/usr/share/cmake-3.28/Modules/FindFontconfig.cmake" + "/usr/share/cmake-3.28/Modules/FindFreetype.cmake" + "/usr/share/cmake-3.28/Modules/FindGit.cmake" + "/usr/share/cmake-3.28/Modules/FindPNG.cmake" + "/usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake" + "/usr/share/cmake-3.28/Modules/FindPackageMessage.cmake" + "/usr/share/cmake-3.28/Modules/FindPkgConfig.cmake" + "/usr/share/cmake-3.28/Modules/FindThreads.cmake" + "/usr/share/cmake-3.28/Modules/FindX11.cmake" + "/usr/share/cmake-3.28/Modules/FindZLIB.cmake" + "/usr/share/cmake-3.28/Modules/GNUInstallDirs.cmake" + "/usr/share/cmake-3.28/Modules/Internal/CheckCompilerFlag.cmake" + "/usr/share/cmake-3.28/Modules/Internal/CheckFlagCommonConfig.cmake" + "/usr/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake" + "/usr/share/cmake-3.28/Modules/Internal/FeatureTesting.cmake" + "/usr/share/cmake-3.28/Modules/Platform/Linux-Determine-CXX.cmake" + "/usr/share/cmake-3.28/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake-3.28/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake-3.28/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake-3.28/Modules/Platform/Linux-Initialize.cmake" + "/usr/share/cmake-3.28/Modules/Platform/Linux.cmake" + "/usr/share/cmake-3.28/Modules/Platform/UnixPaths.cmake" + "/usr/share/cmake-3.28/Modules/SelectLibraryConfigurations.cmake" + "/usr/share/cmake-3.28/Modules/WriteBasicConfigVersionFile.cmake" + "/usr/share/cmake-3.28/Templates/CPackConfig.cmake.in" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/3.28.1/CMakeSystem.cmake" + "CMakeFiles/3.28.1/CMakeCCompiler.cmake" + "CMakeFiles/3.28.1/CMakeCXXCompiler.cmake" + "CMakeFiles/3.28.1/CMakeCCompiler.cmake" + "CMakeFiles/3.28.1/CMakeCXXCompiler.cmake" + "CMakeFiles/CMakeDirectoryInformation.cmake" + "libraries/glfw-3.3.8/src/glfw3Config.cmake" + "libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake" + "libraries/glfw-3.3.8/src/glfw_config.h" + "libraries/glfw-3.3.8/src/glfw3.pc" + "libraries/glfw-3.3.8/cmake_uninstall.cmake" + "libraries/glfw-3.3.8/CMakeFiles/CMakeDirectoryInformation.cmake" + "libraries/glfw-3.3.8/src/CMakeFiles/CMakeDirectoryInformation.cmake" + "libraries/openal-soft/config.h" + "libraries/openal-soft/openal.pc" + "libraries/openal-soft/OpenALConfig.cmake" + "libraries/openal-soft/CMakeFiles/CMakeDirectoryInformation.cmake" + "libraries/openal-soft/utils/alsoft-config/CMakeFiles/CMakeDirectoryInformation.cmake" + "libraries/BLT/config/blt/config.h" + "libraries/BLT/CMakeFiles/CMakeDirectoryInformation.cmake" + "libraries/freetype-2.13.2/freetype-config-version.cmake" + "CPackConfig.cmake" + "CPackSourceConfig.cmake" + "libraries/freetype-2.13.2/CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/BLT_WITH_GRAPHICS.dir/DependInfo.cmake" + "libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/DependInfo.cmake" + "libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/DependInfo.cmake" + "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/DependInfo.cmake" + "libraries/openal-soft/CMakeFiles/build_version.dir/DependInfo.cmake" + "libraries/openal-soft/CMakeFiles/alcommon.dir/DependInfo.cmake" + "libraries/openal-soft/CMakeFiles/OpenAL.dir/DependInfo.cmake" + "libraries/openal-soft/CMakeFiles/openal-info.dir/DependInfo.cmake" + "libraries/openal-soft/CMakeFiles/al-excommon.dir/DependInfo.cmake" + "libraries/openal-soft/CMakeFiles/altonegen.dir/DependInfo.cmake" + "libraries/openal-soft/CMakeFiles/alrecord.dir/DependInfo.cmake" + "libraries/openal-soft/CMakeFiles/alloopback.dir/DependInfo.cmake" + "libraries/openal-soft/CMakeFiles/alffplay.dir/DependInfo.cmake" + "libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/DependInfo.cmake" + "libraries/BLT/CMakeFiles/BLT.dir/DependInfo.cmake" + "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/DependInfo.cmake" + ) diff --git a/examples/basic/build/CMakeFiles/Makefile2 b/examples/basic/build/CMakeFiles/Makefile2 new file mode 100644 index 0000000..9d0f244 --- /dev/null +++ b/examples/basic/build/CMakeFiles/Makefile2 @@ -0,0 +1,629 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/BLT_WITH_GRAPHICS.dir/all +all: libraries/glfw-3.3.8/all +all: libraries/openal-soft/all +all: libraries/BLT/all +all: libraries/freetype-2.13.2/all +.PHONY : all + +# The main recursive "preinstall" target. +preinstall: libraries/glfw-3.3.8/preinstall +preinstall: libraries/openal-soft/preinstall +preinstall: libraries/BLT/preinstall +preinstall: libraries/freetype-2.13.2/preinstall +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/BLT_WITH_GRAPHICS.dir/clean +clean: libraries/glfw-3.3.8/clean +clean: libraries/openal-soft/clean +clean: libraries/BLT/clean +clean: libraries/freetype-2.13.2/clean +.PHONY : clean + +#============================================================================= +# Directory level rules for directory libraries/BLT + +# Recursive "all" directory target. +libraries/BLT/all: libraries/BLT/CMakeFiles/BLT.dir/all +.PHONY : libraries/BLT/all + +# Recursive "preinstall" directory target. +libraries/BLT/preinstall: +.PHONY : libraries/BLT/preinstall + +# Recursive "clean" directory target. +libraries/BLT/clean: libraries/BLT/CMakeFiles/BLT.dir/clean +.PHONY : libraries/BLT/clean + +#============================================================================= +# Directory level rules for directory libraries/freetype-2.13.2 + +# Recursive "all" directory target. +libraries/freetype-2.13.2/all: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/all +.PHONY : libraries/freetype-2.13.2/all + +# Recursive "preinstall" directory target. +libraries/freetype-2.13.2/preinstall: +.PHONY : libraries/freetype-2.13.2/preinstall + +# Recursive "clean" directory target. +libraries/freetype-2.13.2/clean: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/clean +.PHONY : libraries/freetype-2.13.2/clean + +#============================================================================= +# Directory level rules for directory libraries/glfw-3.3.8 + +# Recursive "all" directory target. +libraries/glfw-3.3.8/all: libraries/glfw-3.3.8/src/all +.PHONY : libraries/glfw-3.3.8/all + +# Recursive "preinstall" directory target. +libraries/glfw-3.3.8/preinstall: libraries/glfw-3.3.8/src/preinstall +.PHONY : libraries/glfw-3.3.8/preinstall + +# Recursive "clean" directory target. +libraries/glfw-3.3.8/clean: libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/clean +libraries/glfw-3.3.8/clean: libraries/glfw-3.3.8/src/clean +.PHONY : libraries/glfw-3.3.8/clean + +#============================================================================= +# Directory level rules for directory libraries/glfw-3.3.8/src + +# Recursive "all" directory target. +libraries/glfw-3.3.8/src/all: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/all +.PHONY : libraries/glfw-3.3.8/src/all + +# Recursive "preinstall" directory target. +libraries/glfw-3.3.8/src/preinstall: +.PHONY : libraries/glfw-3.3.8/src/preinstall + +# Recursive "clean" directory target. +libraries/glfw-3.3.8/src/clean: libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/clean +libraries/glfw-3.3.8/src/clean: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/clean +.PHONY : libraries/glfw-3.3.8/src/clean + +#============================================================================= +# Directory level rules for directory libraries/openal-soft + +# Recursive "all" directory target. +libraries/openal-soft/all: libraries/openal-soft/CMakeFiles/OpenAL.dir/all +libraries/openal-soft/all: libraries/openal-soft/CMakeFiles/openal-info.dir/all +libraries/openal-soft/all: libraries/openal-soft/CMakeFiles/altonegen.dir/all +libraries/openal-soft/all: libraries/openal-soft/CMakeFiles/alrecord.dir/all +libraries/openal-soft/all: libraries/openal-soft/CMakeFiles/alloopback.dir/all +libraries/openal-soft/all: libraries/openal-soft/CMakeFiles/alffplay.dir/all +libraries/openal-soft/all: libraries/openal-soft/utils/alsoft-config/all +.PHONY : libraries/openal-soft/all + +# Recursive "preinstall" directory target. +libraries/openal-soft/preinstall: libraries/openal-soft/utils/alsoft-config/preinstall +.PHONY : libraries/openal-soft/preinstall + +# Recursive "clean" directory target. +libraries/openal-soft/clean: libraries/openal-soft/CMakeFiles/build_version.dir/clean +libraries/openal-soft/clean: libraries/openal-soft/CMakeFiles/alcommon.dir/clean +libraries/openal-soft/clean: libraries/openal-soft/CMakeFiles/OpenAL.dir/clean +libraries/openal-soft/clean: libraries/openal-soft/CMakeFiles/openal-info.dir/clean +libraries/openal-soft/clean: libraries/openal-soft/CMakeFiles/al-excommon.dir/clean +libraries/openal-soft/clean: libraries/openal-soft/CMakeFiles/altonegen.dir/clean +libraries/openal-soft/clean: libraries/openal-soft/CMakeFiles/alrecord.dir/clean +libraries/openal-soft/clean: libraries/openal-soft/CMakeFiles/alloopback.dir/clean +libraries/openal-soft/clean: libraries/openal-soft/CMakeFiles/alffplay.dir/clean +libraries/openal-soft/clean: libraries/openal-soft/utils/alsoft-config/clean +.PHONY : libraries/openal-soft/clean + +#============================================================================= +# Directory level rules for directory libraries/openal-soft/utils/alsoft-config + +# Recursive "all" directory target. +libraries/openal-soft/utils/alsoft-config/all: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/all +.PHONY : libraries/openal-soft/utils/alsoft-config/all + +# Recursive "preinstall" directory target. +libraries/openal-soft/utils/alsoft-config/preinstall: +.PHONY : libraries/openal-soft/utils/alsoft-config/preinstall + +# Recursive "clean" directory target. +libraries/openal-soft/utils/alsoft-config/clean: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean +.PHONY : libraries/openal-soft/utils/alsoft-config/clean + +#============================================================================= +# Target rules for target CMakeFiles/BLT_WITH_GRAPHICS.dir + +# All Build rule for target. +CMakeFiles/BLT_WITH_GRAPHICS.dir/all: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/all +CMakeFiles/BLT_WITH_GRAPHICS.dir/all: libraries/openal-soft/CMakeFiles/OpenAL.dir/all +CMakeFiles/BLT_WITH_GRAPHICS.dir/all: libraries/BLT/CMakeFiles/BLT.dir/all +CMakeFiles/BLT_WITH_GRAPHICS.dir/all: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=7,8,9,10,11,12,13,14,15 "Built target BLT_WITH_GRAPHICS" +.PHONY : CMakeFiles/BLT_WITH_GRAPHICS.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/BLT_WITH_GRAPHICS.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 90 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/BLT_WITH_GRAPHICS.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : CMakeFiles/BLT_WITH_GRAPHICS.dir/rule + +# Convenience name for target. +BLT_WITH_GRAPHICS: CMakeFiles/BLT_WITH_GRAPHICS.dir/rule +.PHONY : BLT_WITH_GRAPHICS + +# clean rule for target. +CMakeFiles/BLT_WITH_GRAPHICS.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/clean +.PHONY : CMakeFiles/BLT_WITH_GRAPHICS.dir/clean + +#============================================================================= +# Target rules for target libraries/glfw-3.3.8/CMakeFiles/uninstall.dir + +# All Build rule for target. +libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/all: + $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/build.make libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/depend + $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/build.make libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num= "Built target uninstall" +.PHONY : libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/all + +# Build rule for subdir invocation for target. +libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/rule + +# Convenience name for target. +uninstall: libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/rule +.PHONY : uninstall + +# clean rule for target. +libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/clean: + $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/build.make libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/clean +.PHONY : libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/clean + +#============================================================================= +# Target rules for target libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir + +# All Build rule for target. +libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/all: + $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/depend + $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=100 "Built target update_mappings" +.PHONY : libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/all + +# Build rule for subdir invocation for target. +libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/rule + +# Convenience name for target. +update_mappings: libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/rule +.PHONY : update_mappings + +# clean rule for target. +libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/clean: + $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/clean +.PHONY : libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/clean + +#============================================================================= +# Target rules for target libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +# All Build rule for target. +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/all: + $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/depend + $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=91,92,93,94,95,96,97,98 "Built target glfw" +.PHONY : libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/all + +# Build rule for subdir invocation for target. +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 8 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/rule + +# Convenience name for target. +glfw: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/rule +.PHONY : glfw + +# clean rule for target. +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/clean: + $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/clean +.PHONY : libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/clean + +#============================================================================= +# Target rules for target libraries/openal-soft/CMakeFiles/build_version.dir + +# All Build rule for target. +libraries/openal-soft/CMakeFiles/build_version.dir/all: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/build_version.dir/build.make libraries/openal-soft/CMakeFiles/build_version.dir/depend + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/build_version.dir/build.make libraries/openal-soft/CMakeFiles/build_version.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=71 "Built target build_version" +.PHONY : libraries/openal-soft/CMakeFiles/build_version.dir/all + +# Build rule for subdir invocation for target. +libraries/openal-soft/CMakeFiles/build_version.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/build_version.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : libraries/openal-soft/CMakeFiles/build_version.dir/rule + +# Convenience name for target. +build_version: libraries/openal-soft/CMakeFiles/build_version.dir/rule +.PHONY : build_version + +# clean rule for target. +libraries/openal-soft/CMakeFiles/build_version.dir/clean: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/build_version.dir/build.make libraries/openal-soft/CMakeFiles/build_version.dir/clean +.PHONY : libraries/openal-soft/CMakeFiles/build_version.dir/clean + +#============================================================================= +# Target rules for target libraries/openal-soft/CMakeFiles/alcommon.dir + +# All Build rule for target. +libraries/openal-soft/CMakeFiles/alcommon.dir/all: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/depend + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=59,60,61,62,63 "Built target alcommon" +.PHONY : libraries/openal-soft/CMakeFiles/alcommon.dir/all + +# Build rule for subdir invocation for target. +libraries/openal-soft/CMakeFiles/alcommon.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 5 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/alcommon.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : libraries/openal-soft/CMakeFiles/alcommon.dir/rule + +# Convenience name for target. +alcommon: libraries/openal-soft/CMakeFiles/alcommon.dir/rule +.PHONY : alcommon + +# clean rule for target. +libraries/openal-soft/CMakeFiles/alcommon.dir/clean: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/clean +.PHONY : libraries/openal-soft/CMakeFiles/alcommon.dir/clean + +#============================================================================= +# Target rules for target libraries/openal-soft/CMakeFiles/OpenAL.dir + +# All Build rule for target. +libraries/openal-soft/CMakeFiles/OpenAL.dir/all: libraries/openal-soft/CMakeFiles/build_version.dir/all +libraries/openal-soft/CMakeFiles/OpenAL.dir/all: libraries/openal-soft/CMakeFiles/alcommon.dir/all + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/depend + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=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 "Built target OpenAL" +.PHONY : libraries/openal-soft/CMakeFiles/OpenAL.dir/all + +# Build rule for subdir invocation for target. +libraries/openal-soft/CMakeFiles/OpenAL.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 48 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/OpenAL.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : libraries/openal-soft/CMakeFiles/OpenAL.dir/rule + +# Convenience name for target. +OpenAL: libraries/openal-soft/CMakeFiles/OpenAL.dir/rule +.PHONY : OpenAL + +# clean rule for target. +libraries/openal-soft/CMakeFiles/OpenAL.dir/clean: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/clean +.PHONY : libraries/openal-soft/CMakeFiles/OpenAL.dir/clean + +#============================================================================= +# Target rules for target libraries/openal-soft/CMakeFiles/openal-info.dir + +# All Build rule for target. +libraries/openal-soft/CMakeFiles/openal-info.dir/all: libraries/openal-soft/CMakeFiles/OpenAL.dir/all + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/openal-info.dir/build.make libraries/openal-soft/CMakeFiles/openal-info.dir/depend + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/openal-info.dir/build.make libraries/openal-soft/CMakeFiles/openal-info.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=99 "Built target openal-info" +.PHONY : libraries/openal-soft/CMakeFiles/openal-info.dir/all + +# Build rule for subdir invocation for target. +libraries/openal-soft/CMakeFiles/openal-info.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 49 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/openal-info.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : libraries/openal-soft/CMakeFiles/openal-info.dir/rule + +# Convenience name for target. +openal-info: libraries/openal-soft/CMakeFiles/openal-info.dir/rule +.PHONY : openal-info + +# clean rule for target. +libraries/openal-soft/CMakeFiles/openal-info.dir/clean: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/openal-info.dir/build.make libraries/openal-soft/CMakeFiles/openal-info.dir/clean +.PHONY : libraries/openal-soft/CMakeFiles/openal-info.dir/clean + +#============================================================================= +# Target rules for target libraries/openal-soft/CMakeFiles/al-excommon.dir + +# All Build rule for target. +libraries/openal-soft/CMakeFiles/al-excommon.dir/all: libraries/openal-soft/CMakeFiles/OpenAL.dir/all + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/al-excommon.dir/build.make libraries/openal-soft/CMakeFiles/al-excommon.dir/depend + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/al-excommon.dir/build.make libraries/openal-soft/CMakeFiles/al-excommon.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=58 "Built target al-excommon" +.PHONY : libraries/openal-soft/CMakeFiles/al-excommon.dir/all + +# Build rule for subdir invocation for target. +libraries/openal-soft/CMakeFiles/al-excommon.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 49 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/al-excommon.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : libraries/openal-soft/CMakeFiles/al-excommon.dir/rule + +# Convenience name for target. +al-excommon: libraries/openal-soft/CMakeFiles/al-excommon.dir/rule +.PHONY : al-excommon + +# clean rule for target. +libraries/openal-soft/CMakeFiles/al-excommon.dir/clean: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/al-excommon.dir/build.make libraries/openal-soft/CMakeFiles/al-excommon.dir/clean +.PHONY : libraries/openal-soft/CMakeFiles/al-excommon.dir/clean + +#============================================================================= +# Target rules for target libraries/openal-soft/CMakeFiles/altonegen.dir + +# All Build rule for target. +libraries/openal-soft/CMakeFiles/altonegen.dir/all: libraries/openal-soft/CMakeFiles/OpenAL.dir/all +libraries/openal-soft/CMakeFiles/altonegen.dir/all: libraries/openal-soft/CMakeFiles/al-excommon.dir/all + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/altonegen.dir/build.make libraries/openal-soft/CMakeFiles/altonegen.dir/depend + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/altonegen.dir/build.make libraries/openal-soft/CMakeFiles/altonegen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=70 "Built target altonegen" +.PHONY : libraries/openal-soft/CMakeFiles/altonegen.dir/all + +# Build rule for subdir invocation for target. +libraries/openal-soft/CMakeFiles/altonegen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 50 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/altonegen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : libraries/openal-soft/CMakeFiles/altonegen.dir/rule + +# Convenience name for target. +altonegen: libraries/openal-soft/CMakeFiles/altonegen.dir/rule +.PHONY : altonegen + +# clean rule for target. +libraries/openal-soft/CMakeFiles/altonegen.dir/clean: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/altonegen.dir/build.make libraries/openal-soft/CMakeFiles/altonegen.dir/clean +.PHONY : libraries/openal-soft/CMakeFiles/altonegen.dir/clean + +#============================================================================= +# Target rules for target libraries/openal-soft/CMakeFiles/alrecord.dir + +# All Build rule for target. +libraries/openal-soft/CMakeFiles/alrecord.dir/all: libraries/openal-soft/CMakeFiles/OpenAL.dir/all +libraries/openal-soft/CMakeFiles/alrecord.dir/all: libraries/openal-soft/CMakeFiles/al-excommon.dir/all + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alrecord.dir/build.make libraries/openal-soft/CMakeFiles/alrecord.dir/depend + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alrecord.dir/build.make libraries/openal-soft/CMakeFiles/alrecord.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=66 "Built target alrecord" +.PHONY : libraries/openal-soft/CMakeFiles/alrecord.dir/all + +# Build rule for subdir invocation for target. +libraries/openal-soft/CMakeFiles/alrecord.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 50 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/alrecord.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : libraries/openal-soft/CMakeFiles/alrecord.dir/rule + +# Convenience name for target. +alrecord: libraries/openal-soft/CMakeFiles/alrecord.dir/rule +.PHONY : alrecord + +# clean rule for target. +libraries/openal-soft/CMakeFiles/alrecord.dir/clean: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alrecord.dir/build.make libraries/openal-soft/CMakeFiles/alrecord.dir/clean +.PHONY : libraries/openal-soft/CMakeFiles/alrecord.dir/clean + +#============================================================================= +# Target rules for target libraries/openal-soft/CMakeFiles/alloopback.dir + +# All Build rule for target. +libraries/openal-soft/CMakeFiles/alloopback.dir/all: libraries/openal-soft/CMakeFiles/OpenAL.dir/all +libraries/openal-soft/CMakeFiles/alloopback.dir/all: libraries/openal-soft/CMakeFiles/al-excommon.dir/all + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alloopback.dir/build.make libraries/openal-soft/CMakeFiles/alloopback.dir/depend + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alloopback.dir/build.make libraries/openal-soft/CMakeFiles/alloopback.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=65 "Built target alloopback" +.PHONY : libraries/openal-soft/CMakeFiles/alloopback.dir/all + +# Build rule for subdir invocation for target. +libraries/openal-soft/CMakeFiles/alloopback.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 50 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/alloopback.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : libraries/openal-soft/CMakeFiles/alloopback.dir/rule + +# Convenience name for target. +alloopback: libraries/openal-soft/CMakeFiles/alloopback.dir/rule +.PHONY : alloopback + +# clean rule for target. +libraries/openal-soft/CMakeFiles/alloopback.dir/clean: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alloopback.dir/build.make libraries/openal-soft/CMakeFiles/alloopback.dir/clean +.PHONY : libraries/openal-soft/CMakeFiles/alloopback.dir/clean + +#============================================================================= +# Target rules for target libraries/openal-soft/CMakeFiles/alffplay.dir + +# All Build rule for target. +libraries/openal-soft/CMakeFiles/alffplay.dir/all: libraries/openal-soft/CMakeFiles/OpenAL.dir/all +libraries/openal-soft/CMakeFiles/alffplay.dir/all: libraries/openal-soft/CMakeFiles/al-excommon.dir/all + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alffplay.dir/build.make libraries/openal-soft/CMakeFiles/alffplay.dir/depend + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alffplay.dir/build.make libraries/openal-soft/CMakeFiles/alffplay.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=64 "Built target alffplay" +.PHONY : libraries/openal-soft/CMakeFiles/alffplay.dir/all + +# Build rule for subdir invocation for target. +libraries/openal-soft/CMakeFiles/alffplay.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 50 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/alffplay.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : libraries/openal-soft/CMakeFiles/alffplay.dir/rule + +# Convenience name for target. +alffplay: libraries/openal-soft/CMakeFiles/alffplay.dir/rule +.PHONY : alffplay + +# clean rule for target. +libraries/openal-soft/CMakeFiles/alffplay.dir/clean: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alffplay.dir/build.make libraries/openal-soft/CMakeFiles/alffplay.dir/clean +.PHONY : libraries/openal-soft/CMakeFiles/alffplay.dir/clean + +#============================================================================= +# Target rules for target libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir + +# All Build rule for target. +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/all: libraries/openal-soft/CMakeFiles/build_version.dir/all +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/all: libraries/openal-soft/CMakeFiles/alcommon.dir/all + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=67,68,69 "Built target alsoft-config" +.PHONY : libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/all + +# Build rule for subdir invocation for target. +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 9 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule + +# Convenience name for target. +alsoft-config: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule +.PHONY : alsoft-config + +# clean rule for target. +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean +.PHONY : libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean + +#============================================================================= +# Target rules for target libraries/BLT/CMakeFiles/BLT.dir + +# All Build rule for target. +libraries/BLT/CMakeFiles/BLT.dir/all: + $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/depend + $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=1,2,3,4,5,6 "Built target BLT" +.PHONY : libraries/BLT/CMakeFiles/BLT.dir/all + +# Build rule for subdir invocation for target. +libraries/BLT/CMakeFiles/BLT.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/BLT/CMakeFiles/BLT.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : libraries/BLT/CMakeFiles/BLT.dir/rule + +# Convenience name for target. +BLT: libraries/BLT/CMakeFiles/BLT.dir/rule +.PHONY : BLT + +# clean rule for target. +libraries/BLT/CMakeFiles/BLT.dir/clean: + $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/clean +.PHONY : libraries/BLT/CMakeFiles/BLT.dir/clean + +#============================================================================= +# Target rules for target libraries/freetype-2.13.2/CMakeFiles/freetype.dir + +# All Build rule for target. +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/all: + $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/depend + $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90 "Built target freetype" +.PHONY : libraries/freetype-2.13.2/CMakeFiles/freetype.dir/all + +# Build rule for subdir invocation for target. +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 19 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/freetype-2.13.2/CMakeFiles/freetype.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : libraries/freetype-2.13.2/CMakeFiles/freetype.dir/rule + +# Convenience name for target. +freetype: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/rule +.PHONY : freetype + +# clean rule for target. +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/clean: + $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/clean +.PHONY : libraries/freetype-2.13.2/CMakeFiles/freetype.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/examples/basic/build/CMakeFiles/TargetDirectories.txt b/examples/basic/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..9b0b767 --- /dev/null +++ b/examples/basic/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,72 @@ +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/BLT_WITH_GRAPHICS.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/package.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/install.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/package.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/install.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/package.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/install.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/package.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/install.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/CMakeFiles/package.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/CMakeFiles/install.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/package.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/install.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/install/strip.dir diff --git a/examples/basic/build/CMakeFiles/cmake.check_cache b/examples/basic/build/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/examples/basic/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/examples/basic/build/CMakeFiles/progress.marks b/examples/basic/build/CMakeFiles/progress.marks new file mode 100644 index 0000000..3ad5abd --- /dev/null +++ b/examples/basic/build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +99 diff --git a/examples/basic/build/CPackConfig.cmake b/examples/basic/build/CPackConfig.cmake new file mode 100644 index 0000000..7269e5f --- /dev/null +++ b/examples/basic/build/CPackConfig.cmake @@ -0,0 +1,79 @@ +# 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++/Libraries/BLT-With-Graphics-Template;/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build") +set(CPACK_CMAKE_GENERATOR "Unix Makefiles") +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.28/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "BLT_WITH_GRAPHICS built using CMake") +set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON") +set(CPACK_GENERATOR "TGZ") +set(CPACK_INNOSETUP_ARCHITECTURE "x64") +set(CPACK_INSTALL_CMAKE_PROJECTS "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build;BLT_WITH_GRAPHICS;ALL;/") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake") +set(CPACK_NSIS_DISPLAY_NAME "BLT_WITH_GRAPHICS 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 "BLT_WITH_GRAPHICS 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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CPackConfig.cmake") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/home/brett/Documents/code/c++/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 "BLT_WITH_GRAPHICS-2.13.2-Linux") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "BLT_WITH_GRAPHICS 2.13.2") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "BLT_WITH_GRAPHICS 2.13.2") +set(CPACK_PACKAGE_NAME "BLT_WITH_GRAPHICS") +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++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/LICENSE.TXT") +set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.28/Templates/CPack.GenericDescription.txt") +set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.28/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() diff --git a/examples/basic/build/CPackSourceConfig.cmake b/examples/basic/build/CPackSourceConfig.cmake new file mode 100644 index 0000000..032dfd5 --- /dev/null +++ b/examples/basic/build/CPackSourceConfig.cmake @@ -0,0 +1,87 @@ +# 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++/Libraries/BLT-With-Graphics-Template;/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build") +set(CPACK_CMAKE_GENERATOR "Unix Makefiles") +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.28/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "BLT_WITH_GRAPHICS 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_INNOSETUP_ARCHITECTURE "x64") +set(CPACK_INSTALLED_DIRECTORIES "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template;/") +set(CPACK_INSTALL_CMAKE_PROJECTS "") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake") +set(CPACK_NSIS_DISPLAY_NAME "BLT_WITH_GRAPHICS 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 "BLT_WITH_GRAPHICS 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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CPackConfig.cmake") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/home/brett/Documents/code/c++/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 "BLT_WITH_GRAPHICS-2.13.2-Source") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "BLT_WITH_GRAPHICS 2.13.2") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "BLT_WITH_GRAPHICS 2.13.2") +set(CPACK_PACKAGE_NAME "BLT_WITH_GRAPHICS") +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++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/LICENSE.TXT") +set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.28/Templates/CPack.GenericDescription.txt") +set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.28/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++/Libraries/BLT-With-Graphics-Template;/") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CPackSourceConfig.cmake") +set(CPACK_SOURCE_PACKAGE_FILE_NAME "BLT_WITH_GRAPHICS-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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() diff --git a/examples/basic/build/Makefile b/examples/basic/build/Makefile new file mode 100644 index 0000000..650c5f6 --- /dev/null +++ b/examples/basic/build/Makefile @@ -0,0 +1,948 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\" \"headers\" \"pkgconfig\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named BLT_WITH_GRAPHICS + +# Build rule for target. +BLT_WITH_GRAPHICS: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BLT_WITH_GRAPHICS +.PHONY : BLT_WITH_GRAPHICS + +# fast build rule for target. +BLT_WITH_GRAPHICS/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/build +.PHONY : BLT_WITH_GRAPHICS/fast + +#============================================================================= +# Target rules for targets named uninstall + +# Build rule for target. +uninstall: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall +.PHONY : uninstall + +# fast build rule for target. +uninstall/fast: + $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/build.make libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/build +.PHONY : uninstall/fast + +#============================================================================= +# Target rules for targets named update_mappings + +# Build rule for target. +update_mappings: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 update_mappings +.PHONY : update_mappings + +# fast build rule for target. +update_mappings/fast: + $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/build +.PHONY : update_mappings/fast + +#============================================================================= +# Target rules for targets named glfw + +# Build rule for target. +glfw: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 glfw +.PHONY : glfw + +# fast build rule for target. +glfw/fast: + $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build +.PHONY : glfw/fast + +#============================================================================= +# Target rules for targets named build_version + +# Build rule for target. +build_version: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 build_version +.PHONY : build_version + +# fast build rule for target. +build_version/fast: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/build_version.dir/build.make libraries/openal-soft/CMakeFiles/build_version.dir/build +.PHONY : build_version/fast + +#============================================================================= +# Target rules for targets named alcommon + +# Build rule for target. +alcommon: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alcommon +.PHONY : alcommon + +# fast build rule for target. +alcommon/fast: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/build +.PHONY : alcommon/fast + +#============================================================================= +# Target rules for targets named OpenAL + +# Build rule for target. +OpenAL: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 OpenAL +.PHONY : OpenAL + +# fast build rule for target. +OpenAL/fast: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/build +.PHONY : OpenAL/fast + +#============================================================================= +# Target rules for targets named openal-info + +# Build rule for target. +openal-info: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 openal-info +.PHONY : openal-info + +# fast build rule for target. +openal-info/fast: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/openal-info.dir/build.make libraries/openal-soft/CMakeFiles/openal-info.dir/build +.PHONY : openal-info/fast + +#============================================================================= +# Target rules for targets named al-excommon + +# Build rule for target. +al-excommon: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 al-excommon +.PHONY : al-excommon + +# fast build rule for target. +al-excommon/fast: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/al-excommon.dir/build.make libraries/openal-soft/CMakeFiles/al-excommon.dir/build +.PHONY : al-excommon/fast + +#============================================================================= +# Target rules for targets named altonegen + +# Build rule for target. +altonegen: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 altonegen +.PHONY : altonegen + +# fast build rule for target. +altonegen/fast: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/altonegen.dir/build.make libraries/openal-soft/CMakeFiles/altonegen.dir/build +.PHONY : altonegen/fast + +#============================================================================= +# Target rules for targets named alrecord + +# Build rule for target. +alrecord: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alrecord +.PHONY : alrecord + +# fast build rule for target. +alrecord/fast: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alrecord.dir/build.make libraries/openal-soft/CMakeFiles/alrecord.dir/build +.PHONY : alrecord/fast + +#============================================================================= +# Target rules for targets named alloopback + +# Build rule for target. +alloopback: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alloopback +.PHONY : alloopback + +# fast build rule for target. +alloopback/fast: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alloopback.dir/build.make libraries/openal-soft/CMakeFiles/alloopback.dir/build +.PHONY : alloopback/fast + +#============================================================================= +# Target rules for targets named alffplay + +# Build rule for target. +alffplay: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alffplay +.PHONY : alffplay + +# fast build rule for target. +alffplay/fast: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alffplay.dir/build.make libraries/openal-soft/CMakeFiles/alffplay.dir/build +.PHONY : alffplay/fast + +#============================================================================= +# Target rules for targets named alsoft-config + +# Build rule for target. +alsoft-config: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alsoft-config +.PHONY : alsoft-config + +# fast build rule for target. +alsoft-config/fast: + $(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build +.PHONY : alsoft-config/fast + +#============================================================================= +# Target rules for targets named BLT + +# Build rule for target. +BLT: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 BLT +.PHONY : BLT + +# fast build rule for target. +BLT/fast: + $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/build +.PHONY : BLT/fast + +#============================================================================= +# Target rules for targets named freetype + +# Build rule for target. +freetype: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 freetype +.PHONY : freetype + +# fast build rule for target. +freetype/fast: + $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build +.PHONY : freetype/fast + +libraries/imgui/backends/imgui_impl_glfw.o: libraries/imgui/backends/imgui_impl_glfw.cpp.o +.PHONY : libraries/imgui/backends/imgui_impl_glfw.o + +# target to build an object file +libraries/imgui/backends/imgui_impl_glfw.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o +.PHONY : libraries/imgui/backends/imgui_impl_glfw.cpp.o + +libraries/imgui/backends/imgui_impl_glfw.i: libraries/imgui/backends/imgui_impl_glfw.cpp.i +.PHONY : libraries/imgui/backends/imgui_impl_glfw.i + +# target to preprocess a source file +libraries/imgui/backends/imgui_impl_glfw.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.i +.PHONY : libraries/imgui/backends/imgui_impl_glfw.cpp.i + +libraries/imgui/backends/imgui_impl_glfw.s: libraries/imgui/backends/imgui_impl_glfw.cpp.s +.PHONY : libraries/imgui/backends/imgui_impl_glfw.s + +# target to generate assembly for a file +libraries/imgui/backends/imgui_impl_glfw.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.s +.PHONY : libraries/imgui/backends/imgui_impl_glfw.cpp.s + +libraries/imgui/backends/imgui_impl_opengl3.o: libraries/imgui/backends/imgui_impl_opengl3.cpp.o +.PHONY : libraries/imgui/backends/imgui_impl_opengl3.o + +# target to build an object file +libraries/imgui/backends/imgui_impl_opengl3.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o +.PHONY : libraries/imgui/backends/imgui_impl_opengl3.cpp.o + +libraries/imgui/backends/imgui_impl_opengl3.i: libraries/imgui/backends/imgui_impl_opengl3.cpp.i +.PHONY : libraries/imgui/backends/imgui_impl_opengl3.i + +# target to preprocess a source file +libraries/imgui/backends/imgui_impl_opengl3.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.i +.PHONY : libraries/imgui/backends/imgui_impl_opengl3.cpp.i + +libraries/imgui/backends/imgui_impl_opengl3.s: libraries/imgui/backends/imgui_impl_opengl3.cpp.s +.PHONY : libraries/imgui/backends/imgui_impl_opengl3.s + +# target to generate assembly for a file +libraries/imgui/backends/imgui_impl_opengl3.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.s +.PHONY : libraries/imgui/backends/imgui_impl_opengl3.cpp.s + +libraries/imgui/imgui.o: libraries/imgui/imgui.cpp.o +.PHONY : libraries/imgui/imgui.o + +# target to build an object file +libraries/imgui/imgui.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o +.PHONY : libraries/imgui/imgui.cpp.o + +libraries/imgui/imgui.i: libraries/imgui/imgui.cpp.i +.PHONY : libraries/imgui/imgui.i + +# target to preprocess a source file +libraries/imgui/imgui.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.i +.PHONY : libraries/imgui/imgui.cpp.i + +libraries/imgui/imgui.s: libraries/imgui/imgui.cpp.s +.PHONY : libraries/imgui/imgui.s + +# target to generate assembly for a file +libraries/imgui/imgui.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.s +.PHONY : libraries/imgui/imgui.cpp.s + +libraries/imgui/imgui_demo.o: libraries/imgui/imgui_demo.cpp.o +.PHONY : libraries/imgui/imgui_demo.o + +# target to build an object file +libraries/imgui/imgui_demo.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o +.PHONY : libraries/imgui/imgui_demo.cpp.o + +libraries/imgui/imgui_demo.i: libraries/imgui/imgui_demo.cpp.i +.PHONY : libraries/imgui/imgui_demo.i + +# target to preprocess a source file +libraries/imgui/imgui_demo.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.i +.PHONY : libraries/imgui/imgui_demo.cpp.i + +libraries/imgui/imgui_demo.s: libraries/imgui/imgui_demo.cpp.s +.PHONY : libraries/imgui/imgui_demo.s + +# target to generate assembly for a file +libraries/imgui/imgui_demo.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.s +.PHONY : libraries/imgui/imgui_demo.cpp.s + +libraries/imgui/imgui_draw.o: libraries/imgui/imgui_draw.cpp.o +.PHONY : libraries/imgui/imgui_draw.o + +# target to build an object file +libraries/imgui/imgui_draw.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o +.PHONY : libraries/imgui/imgui_draw.cpp.o + +libraries/imgui/imgui_draw.i: libraries/imgui/imgui_draw.cpp.i +.PHONY : libraries/imgui/imgui_draw.i + +# target to preprocess a source file +libraries/imgui/imgui_draw.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.i +.PHONY : libraries/imgui/imgui_draw.cpp.i + +libraries/imgui/imgui_draw.s: libraries/imgui/imgui_draw.cpp.s +.PHONY : libraries/imgui/imgui_draw.s + +# target to generate assembly for a file +libraries/imgui/imgui_draw.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.s +.PHONY : libraries/imgui/imgui_draw.cpp.s + +libraries/imgui/imgui_tables.o: libraries/imgui/imgui_tables.cpp.o +.PHONY : libraries/imgui/imgui_tables.o + +# target to build an object file +libraries/imgui/imgui_tables.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o +.PHONY : libraries/imgui/imgui_tables.cpp.o + +libraries/imgui/imgui_tables.i: libraries/imgui/imgui_tables.cpp.i +.PHONY : libraries/imgui/imgui_tables.i + +# target to preprocess a source file +libraries/imgui/imgui_tables.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.i +.PHONY : libraries/imgui/imgui_tables.cpp.i + +libraries/imgui/imgui_tables.s: libraries/imgui/imgui_tables.cpp.s +.PHONY : libraries/imgui/imgui_tables.s + +# target to generate assembly for a file +libraries/imgui/imgui_tables.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.s +.PHONY : libraries/imgui/imgui_tables.cpp.s + +libraries/imgui/imgui_widgets.o: libraries/imgui/imgui_widgets.cpp.o +.PHONY : libraries/imgui/imgui_widgets.o + +# target to build an object file +libraries/imgui/imgui_widgets.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o +.PHONY : libraries/imgui/imgui_widgets.cpp.o + +libraries/imgui/imgui_widgets.i: libraries/imgui/imgui_widgets.cpp.i +.PHONY : libraries/imgui/imgui_widgets.i + +# target to preprocess a source file +libraries/imgui/imgui_widgets.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.i +.PHONY : libraries/imgui/imgui_widgets.cpp.i + +libraries/imgui/imgui_widgets.s: libraries/imgui/imgui_widgets.cpp.s +.PHONY : libraries/imgui/imgui_widgets.s + +# target to generate assembly for a file +libraries/imgui/imgui_widgets.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.s +.PHONY : libraries/imgui/imgui_widgets.cpp.s + +src/blt/gfx/glad.o: src/blt/gfx/glad.cpp.o +.PHONY : src/blt/gfx/glad.o + +# target to build an object file +src/blt/gfx/glad.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o +.PHONY : src/blt/gfx/glad.cpp.o + +src/blt/gfx/glad.i: src/blt/gfx/glad.cpp.i +.PHONY : src/blt/gfx/glad.i + +# target to preprocess a source file +src/blt/gfx/glad.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.i +.PHONY : src/blt/gfx/glad.cpp.i + +src/blt/gfx/glad.s: src/blt/gfx/glad.cpp.s +.PHONY : src/blt/gfx/glad.s + +# target to generate assembly for a file +src/blt/gfx/glad.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.s +.PHONY : src/blt/gfx/glad.cpp.s + +src/blt/gfx/model.o: src/blt/gfx/model.cpp.o +.PHONY : src/blt/gfx/model.o + +# target to build an object file +src/blt/gfx/model.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o +.PHONY : src/blt/gfx/model.cpp.o + +src/blt/gfx/model.i: src/blt/gfx/model.cpp.i +.PHONY : src/blt/gfx/model.i + +# target to preprocess a source file +src/blt/gfx/model.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.i +.PHONY : src/blt/gfx/model.cpp.i + +src/blt/gfx/model.s: src/blt/gfx/model.cpp.s +.PHONY : src/blt/gfx/model.s + +# target to generate assembly for a file +src/blt/gfx/model.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.s +.PHONY : src/blt/gfx/model.cpp.s + +src/blt/gfx/renderer/batch_2d_renderer.o: src/blt/gfx/renderer/batch_2d_renderer.cpp.o +.PHONY : src/blt/gfx/renderer/batch_2d_renderer.o + +# target to build an object file +src/blt/gfx/renderer/batch_2d_renderer.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o +.PHONY : src/blt/gfx/renderer/batch_2d_renderer.cpp.o + +src/blt/gfx/renderer/batch_2d_renderer.i: src/blt/gfx/renderer/batch_2d_renderer.cpp.i +.PHONY : src/blt/gfx/renderer/batch_2d_renderer.i + +# target to preprocess a source file +src/blt/gfx/renderer/batch_2d_renderer.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.i +.PHONY : src/blt/gfx/renderer/batch_2d_renderer.cpp.i + +src/blt/gfx/renderer/batch_2d_renderer.s: src/blt/gfx/renderer/batch_2d_renderer.cpp.s +.PHONY : src/blt/gfx/renderer/batch_2d_renderer.s + +# target to generate assembly for a file +src/blt/gfx/renderer/batch_2d_renderer.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.s +.PHONY : src/blt/gfx/renderer/batch_2d_renderer.cpp.s + +src/blt/gfx/renderer/camera.o: src/blt/gfx/renderer/camera.cpp.o +.PHONY : src/blt/gfx/renderer/camera.o + +# target to build an object file +src/blt/gfx/renderer/camera.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o +.PHONY : src/blt/gfx/renderer/camera.cpp.o + +src/blt/gfx/renderer/camera.i: src/blt/gfx/renderer/camera.cpp.i +.PHONY : src/blt/gfx/renderer/camera.i + +# target to preprocess a source file +src/blt/gfx/renderer/camera.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.i +.PHONY : src/blt/gfx/renderer/camera.cpp.i + +src/blt/gfx/renderer/camera.s: src/blt/gfx/renderer/camera.cpp.s +.PHONY : src/blt/gfx/renderer/camera.s + +# target to generate assembly for a file +src/blt/gfx/renderer/camera.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.s +.PHONY : src/blt/gfx/renderer/camera.cpp.s + +src/blt/gfx/renderer/resource_manager.o: src/blt/gfx/renderer/resource_manager.cpp.o +.PHONY : src/blt/gfx/renderer/resource_manager.o + +# target to build an object file +src/blt/gfx/renderer/resource_manager.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o +.PHONY : src/blt/gfx/renderer/resource_manager.cpp.o + +src/blt/gfx/renderer/resource_manager.i: src/blt/gfx/renderer/resource_manager.cpp.i +.PHONY : src/blt/gfx/renderer/resource_manager.i + +# target to preprocess a source file +src/blt/gfx/renderer/resource_manager.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.i +.PHONY : src/blt/gfx/renderer/resource_manager.cpp.i + +src/blt/gfx/renderer/resource_manager.s: src/blt/gfx/renderer/resource_manager.cpp.s +.PHONY : src/blt/gfx/renderer/resource_manager.s + +# target to generate assembly for a file +src/blt/gfx/renderer/resource_manager.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.s +.PHONY : src/blt/gfx/renderer/resource_manager.cpp.s + +src/blt/gfx/shader.o: src/blt/gfx/shader.cpp.o +.PHONY : src/blt/gfx/shader.o + +# target to build an object file +src/blt/gfx/shader.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o +.PHONY : src/blt/gfx/shader.cpp.o + +src/blt/gfx/shader.i: src/blt/gfx/shader.cpp.i +.PHONY : src/blt/gfx/shader.i + +# target to preprocess a source file +src/blt/gfx/shader.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.i +.PHONY : src/blt/gfx/shader.cpp.i + +src/blt/gfx/shader.s: src/blt/gfx/shader.cpp.s +.PHONY : src/blt/gfx/shader.s + +# target to generate assembly for a file +src/blt/gfx/shader.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.s +.PHONY : src/blt/gfx/shader.cpp.s + +src/blt/gfx/sound/sound.o: src/blt/gfx/sound/sound.cpp.o +.PHONY : src/blt/gfx/sound/sound.o + +# target to build an object file +src/blt/gfx/sound/sound.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o +.PHONY : src/blt/gfx/sound/sound.cpp.o + +src/blt/gfx/sound/sound.i: src/blt/gfx/sound/sound.cpp.i +.PHONY : src/blt/gfx/sound/sound.i + +# target to preprocess a source file +src/blt/gfx/sound/sound.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.i +.PHONY : src/blt/gfx/sound/sound.cpp.i + +src/blt/gfx/sound/sound.s: src/blt/gfx/sound/sound.cpp.s +.PHONY : src/blt/gfx/sound/sound.s + +# target to generate assembly for a file +src/blt/gfx/sound/sound.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.s +.PHONY : src/blt/gfx/sound/sound.cpp.s + +src/blt/gfx/state.o: src/blt/gfx/state.cpp.o +.PHONY : src/blt/gfx/state.o + +# target to build an object file +src/blt/gfx/state.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o +.PHONY : src/blt/gfx/state.cpp.o + +src/blt/gfx/state.i: src/blt/gfx/state.cpp.i +.PHONY : src/blt/gfx/state.i + +# target to preprocess a source file +src/blt/gfx/state.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.i +.PHONY : src/blt/gfx/state.cpp.i + +src/blt/gfx/state.s: src/blt/gfx/state.cpp.s +.PHONY : src/blt/gfx/state.s + +# target to generate assembly for a file +src/blt/gfx/state.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.s +.PHONY : src/blt/gfx/state.cpp.s + +src/blt/gfx/stb/stb_vorbis.o: src/blt/gfx/stb/stb_vorbis.cpp.o +.PHONY : src/blt/gfx/stb/stb_vorbis.o + +# target to build an object file +src/blt/gfx/stb/stb_vorbis.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o +.PHONY : src/blt/gfx/stb/stb_vorbis.cpp.o + +src/blt/gfx/stb/stb_vorbis.i: src/blt/gfx/stb/stb_vorbis.cpp.i +.PHONY : src/blt/gfx/stb/stb_vorbis.i + +# target to preprocess a source file +src/blt/gfx/stb/stb_vorbis.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.i +.PHONY : src/blt/gfx/stb/stb_vorbis.cpp.i + +src/blt/gfx/stb/stb_vorbis.s: src/blt/gfx/stb/stb_vorbis.cpp.s +.PHONY : src/blt/gfx/stb/stb_vorbis.s + +# target to generate assembly for a file +src/blt/gfx/stb/stb_vorbis.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.s +.PHONY : src/blt/gfx/stb/stb_vorbis.cpp.s + +src/blt/gfx/texture.o: src/blt/gfx/texture.cpp.o +.PHONY : src/blt/gfx/texture.o + +# target to build an object file +src/blt/gfx/texture.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o +.PHONY : src/blt/gfx/texture.cpp.o + +src/blt/gfx/texture.i: src/blt/gfx/texture.cpp.i +.PHONY : src/blt/gfx/texture.i + +# target to preprocess a source file +src/blt/gfx/texture.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.i +.PHONY : src/blt/gfx/texture.cpp.i + +src/blt/gfx/texture.s: src/blt/gfx/texture.cpp.s +.PHONY : src/blt/gfx/texture.s + +# target to generate assembly for a file +src/blt/gfx/texture.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.s +.PHONY : src/blt/gfx/texture.cpp.s + +src/blt/gfx/window.o: src/blt/gfx/window.cpp.o +.PHONY : src/blt/gfx/window.o + +# target to build an object file +src/blt/gfx/window.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o +.PHONY : src/blt/gfx/window.cpp.o + +src/blt/gfx/window.i: src/blt/gfx/window.cpp.i +.PHONY : src/blt/gfx/window.i + +# target to preprocess a source file +src/blt/gfx/window.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.i +.PHONY : src/blt/gfx/window.cpp.i + +src/blt/gfx/window.s: src/blt/gfx/window.cpp.s +.PHONY : src/blt/gfx/window.s + +# target to generate assembly for a file +src/blt/gfx/window.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.s +.PHONY : src/blt/gfx/window.cpp.s + +src/blt/imgui/imgui_utils.o: src/blt/imgui/imgui_utils.cpp.o +.PHONY : src/blt/imgui/imgui_utils.o + +# target to build an object file +src/blt/imgui/imgui_utils.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o +.PHONY : src/blt/imgui/imgui_utils.cpp.o + +src/blt/imgui/imgui_utils.i: src/blt/imgui/imgui_utils.cpp.i +.PHONY : src/blt/imgui/imgui_utils.i + +# target to preprocess a source file +src/blt/imgui/imgui_utils.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.i +.PHONY : src/blt/imgui/imgui_utils.cpp.i + +src/blt/imgui/imgui_utils.s: src/blt/imgui/imgui_utils.cpp.s +.PHONY : src/blt/imgui/imgui_utils.s + +# target to generate assembly for a file +src/blt/imgui/imgui_utils.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/BLT_WITH_GRAPHICS.dir/build.make CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.s +.PHONY : src/blt/imgui/imgui_utils.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... build_version" + @echo "... uninstall" + @echo "... update_mappings" + @echo "... BLT" + @echo "... BLT_WITH_GRAPHICS" + @echo "... OpenAL" + @echo "... al-excommon" + @echo "... alcommon" + @echo "... alffplay" + @echo "... alloopback" + @echo "... alrecord" + @echo "... alsoft-config" + @echo "... altonegen" + @echo "... freetype" + @echo "... glfw" + @echo "... openal-info" + @echo "... libraries/imgui/backends/imgui_impl_glfw.o" + @echo "... libraries/imgui/backends/imgui_impl_glfw.i" + @echo "... libraries/imgui/backends/imgui_impl_glfw.s" + @echo "... libraries/imgui/backends/imgui_impl_opengl3.o" + @echo "... libraries/imgui/backends/imgui_impl_opengl3.i" + @echo "... libraries/imgui/backends/imgui_impl_opengl3.s" + @echo "... libraries/imgui/imgui.o" + @echo "... libraries/imgui/imgui.i" + @echo "... libraries/imgui/imgui.s" + @echo "... libraries/imgui/imgui_demo.o" + @echo "... libraries/imgui/imgui_demo.i" + @echo "... libraries/imgui/imgui_demo.s" + @echo "... libraries/imgui/imgui_draw.o" + @echo "... libraries/imgui/imgui_draw.i" + @echo "... libraries/imgui/imgui_draw.s" + @echo "... libraries/imgui/imgui_tables.o" + @echo "... libraries/imgui/imgui_tables.i" + @echo "... libraries/imgui/imgui_tables.s" + @echo "... libraries/imgui/imgui_widgets.o" + @echo "... libraries/imgui/imgui_widgets.i" + @echo "... libraries/imgui/imgui_widgets.s" + @echo "... src/blt/gfx/glad.o" + @echo "... src/blt/gfx/glad.i" + @echo "... src/blt/gfx/glad.s" + @echo "... src/blt/gfx/model.o" + @echo "... src/blt/gfx/model.i" + @echo "... src/blt/gfx/model.s" + @echo "... src/blt/gfx/renderer/batch_2d_renderer.o" + @echo "... src/blt/gfx/renderer/batch_2d_renderer.i" + @echo "... src/blt/gfx/renderer/batch_2d_renderer.s" + @echo "... src/blt/gfx/renderer/camera.o" + @echo "... src/blt/gfx/renderer/camera.i" + @echo "... src/blt/gfx/renderer/camera.s" + @echo "... src/blt/gfx/renderer/resource_manager.o" + @echo "... src/blt/gfx/renderer/resource_manager.i" + @echo "... src/blt/gfx/renderer/resource_manager.s" + @echo "... src/blt/gfx/shader.o" + @echo "... src/blt/gfx/shader.i" + @echo "... src/blt/gfx/shader.s" + @echo "... src/blt/gfx/sound/sound.o" + @echo "... src/blt/gfx/sound/sound.i" + @echo "... src/blt/gfx/sound/sound.s" + @echo "... src/blt/gfx/state.o" + @echo "... src/blt/gfx/state.i" + @echo "... src/blt/gfx/state.s" + @echo "... src/blt/gfx/stb/stb_vorbis.o" + @echo "... src/blt/gfx/stb/stb_vorbis.i" + @echo "... src/blt/gfx/stb/stb_vorbis.s" + @echo "... src/blt/gfx/texture.o" + @echo "... src/blt/gfx/texture.i" + @echo "... src/blt/gfx/texture.s" + @echo "... src/blt/gfx/window.o" + @echo "... src/blt/gfx/window.i" + @echo "... src/blt/gfx/window.s" + @echo "... src/blt/imgui/imgui_utils.o" + @echo "... src/blt/imgui/imgui_utils.i" + @echo "... src/blt/imgui/imgui_utils.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/examples/basic/build/cmake_install.cmake b/examples/basic/build/cmake_install.cmake new file mode 100644 index 0000000..d72cfcf --- /dev/null +++ b/examples/basic/build/cmake_install.cmake @@ -0,0 +1,74 @@ +# Install script for directory: /home/brett/Documents/code/c++/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/examples/basic/build/libBLT_WITH_GRAPHICS.a b/examples/basic/build/libBLT_WITH_GRAPHICS.a new file mode 100644 index 0000000..8ab292c Binary files /dev/null and b/examples/basic/build/libBLT_WITH_GRAPHICS.a differ diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/DependInfo.cmake b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/DependInfo.cmake new file mode 100644 index 0000000..f2260cd --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/DependInfo.cmake @@ -0,0 +1,35 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/filesystem.cpp" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o" "gcc" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/loader.cpp" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o" "gcc" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt.cpp" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o" "gcc" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt_block.cpp" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o" "gcc" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o" "gcc" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o" "gcc" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o" "gcc" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o" "gcc" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o" "gcc" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o" "gcc" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o" "gcc" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o" "gcc" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o" "gcc" "libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/build.make b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/build.make new file mode 100644 index 0000000..0c0fdc3 --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/build.make @@ -0,0 +1,303 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +# Include any dependencies generated for this target. +include libraries/BLT/CMakeFiles/BLT.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.make + +# Include the progress variables for this target. +include libraries/BLT/CMakeFiles/BLT.dir/progress.make + +# Include the compile flags for this target's objects. +include libraries/BLT/CMakeFiles/BLT.dir/flags.make + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/flags.make +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o -MF CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/std/assert.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp > CMakeFiles/BLT.dir/src/blt/std/assert.cpp.i + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/std/assert.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp -o CMakeFiles/BLT.dir/src/blt/std/assert.cpp.s + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/flags.make +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o -MF CMakeFiles/BLT.dir/src/blt/std/format.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/std/format.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/std/format.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp > CMakeFiles/BLT.dir/src/blt/std/format.cpp.i + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/std/format.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp -o CMakeFiles/BLT.dir/src/blt/std/format.cpp.s + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/flags.make +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o -MF CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/std/logging.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp > CMakeFiles/BLT.dir/src/blt/std/logging.cpp.i + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/std/logging.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp -o CMakeFiles/BLT.dir/src/blt/std/logging.cpp.s + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/flags.make +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o -MF CMakeFiles/BLT.dir/src/blt/std/string.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/std/string.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/std/string.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp > CMakeFiles/BLT.dir/src/blt/std/string.cpp.i + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/std/string.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp -o CMakeFiles/BLT.dir/src/blt/std/string.cpp.s + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/flags.make +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o -MF CMakeFiles/BLT.dir/src/blt/std/system.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/std/system.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/std/system.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp > CMakeFiles/BLT.dir/src/blt/std/system.cpp.i + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/std/system.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp -o CMakeFiles/BLT.dir/src/blt/std/system.cpp.s + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/flags.make +libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp +libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o -MF CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp > CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.i + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp -o CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.s + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/flags.make +libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp +libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o -MF CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp > CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.i + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp -o CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.s + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/flags.make +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/filesystem.cpp +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o -MF CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/filesystem.cpp + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/filesystem.cpp > CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.i + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/filesystem.cpp -o CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.s + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/flags.make +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/loader.cpp +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o -MF CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/loader.cpp + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/loader.cpp > CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.i + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/loader.cpp -o CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.s + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/flags.make +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt.cpp +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o -MF CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt.cpp + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt.cpp > CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.i + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt.cpp -o CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.s + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/flags.make +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt_block.cpp +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o -MF CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt_block.cpp + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt_block.cpp > CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.i + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt_block.cpp -o CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.s + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/flags.make +libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp +libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o -MF CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp > CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.i + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp -o CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.s + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/flags.make +libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp +libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o: libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o -MF CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o.d -o CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp > CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.i + +libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp -o CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.s + +# Object files for target BLT +BLT_OBJECTS = \ +"CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o" \ +"CMakeFiles/BLT.dir/src/blt/std/format.cpp.o" \ +"CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o" \ +"CMakeFiles/BLT.dir/src/blt/std/string.cpp.o" \ +"CMakeFiles/BLT.dir/src/blt/std/system.cpp.o" \ +"CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o" \ +"CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o" \ +"CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o" \ +"CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o" \ +"CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o" \ +"CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o" \ +"CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o" \ +"CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o" + +# External object files for target BLT +BLT_EXTERNAL_OBJECTS = + +libraries/BLT/libBLT.a: libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o +libraries/BLT/libBLT.a: libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o +libraries/BLT/libBLT.a: libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o +libraries/BLT/libBLT.a: libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o +libraries/BLT/libBLT.a: libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o +libraries/BLT/libBLT.a: libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o +libraries/BLT/libBLT.a: libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o +libraries/BLT/libBLT.a: libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o +libraries/BLT/libBLT.a: libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o +libraries/BLT/libBLT.a: libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o +libraries/BLT/libBLT.a: libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o +libraries/BLT/libBLT.a: libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o +libraries/BLT/libBLT.a: libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o +libraries/BLT/libBLT.a: libraries/BLT/CMakeFiles/BLT.dir/build.make +libraries/BLT/libBLT.a: libraries/BLT/CMakeFiles/BLT.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Linking CXX static library libBLT.a" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && $(CMAKE_COMMAND) -P CMakeFiles/BLT.dir/cmake_clean_target.cmake + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/BLT.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +libraries/BLT/CMakeFiles/BLT.dir/build: libraries/BLT/libBLT.a +.PHONY : libraries/BLT/CMakeFiles/BLT.dir/build + +libraries/BLT/CMakeFiles/BLT.dir/clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT && $(CMAKE_COMMAND) -P CMakeFiles/BLT.dir/cmake_clean.cmake +.PHONY : libraries/BLT/CMakeFiles/BLT.dir/clean + +libraries/BLT/CMakeFiles/BLT.dir/depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : libraries/BLT/CMakeFiles/BLT.dir/depend + diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/cmake_clean.cmake b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/cmake_clean.cmake new file mode 100644 index 0000000..c13a4f6 --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/cmake_clean.cmake @@ -0,0 +1,35 @@ +file(REMOVE_RECURSE + "CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o" + "CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o.d" + "CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o" + "CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o.d" + "CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o" + "CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o.d" + "CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o" + "CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o.d" + "CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o" + "CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o.d" + "CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o" + "CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o.d" + "CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o" + "CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o.d" + "CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o" + "CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o.d" + "CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o" + "CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o.d" + "CMakeFiles/BLT.dir/src/blt/std/format.cpp.o" + "CMakeFiles/BLT.dir/src/blt/std/format.cpp.o.d" + "CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o" + "CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o.d" + "CMakeFiles/BLT.dir/src/blt/std/string.cpp.o" + "CMakeFiles/BLT.dir/src/blt/std/string.cpp.o.d" + "CMakeFiles/BLT.dir/src/blt/std/system.cpp.o" + "CMakeFiles/BLT.dir/src/blt/std/system.cpp.o.d" + "libBLT.a" + "libBLT.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/BLT.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/cmake_clean_target.cmake b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..62f8507 --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libBLT.a" +) diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.make b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.make new file mode 100644 index 0000000..3863633 --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for BLT. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts new file mode 100644 index 0000000..3e818bd --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for BLT. diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/depend.make b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/depend.make new file mode 100644 index 0000000..c9976dc --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for BLT. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/flags.make b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/flags.make new file mode 100644 index 0000000..43a25ca --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++17 -Wall -Wextra -Wpedantic + diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/link.txt b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/link.txt new file mode 100644 index 0000000..9fb8b6c --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libBLT.a CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o CMakeFiles/BLT.dir/src/blt/std/format.cpp.o CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o CMakeFiles/BLT.dir/src/blt/std/string.cpp.o CMakeFiles/BLT.dir/src/blt/std/system.cpp.o CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o +/usr/bin/ranlib libBLT.a diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/progress.make b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/progress.make new file mode 100644 index 0000000..33ad93e --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/progress.make @@ -0,0 +1,15 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 1 +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = 2 +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = 3 +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = 4 +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = 5 +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = 6 + diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o new file mode 100644 index 0000000..4c1b363 Binary files /dev/null and b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o differ diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o.d b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o.d new file mode 100644 index 0000000..d89708f --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o.d @@ -0,0 +1,181 @@ +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/filesystem.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/fs/filesystem.h \ + /usr/include/c++/13/fstream /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/istream \ + /usr/include/c++/13/ios /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/exception /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/new /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc /usr/include/c++/13/bits/codecvt.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/basic_file.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++io.h \ + /usr/include/c++/13/bits/fstream.tcc /usr/include/memory.h \ + /usr/include/string.h /usr/include/strings.h /usr/include/c++/13/cstring \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/sstream \ + /usr/include/c++/13/bits/sstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config/blt/config.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/cstdarg diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o new file mode 100644 index 0000000..a9ff72f Binary files /dev/null and b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o differ diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o.d b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o.d new file mode 100644 index 0000000..6ebe6d0 --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o.d @@ -0,0 +1,188 @@ +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/loader.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/fs/loader.h \ + /usr/include/c++/13/fstream /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/istream \ + /usr/include/c++/13/ios /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/exception /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/new /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc /usr/include/c++/13/bits/codecvt.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/basic_file.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++io.h \ + /usr/include/c++/13/bits/fstream.tcc /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/string.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/sstream \ + /usr/include/c++/13/bits/sstream.tcc /usr/include/c++/13/algorithm \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/optional \ + /usr/include/c++/13/unordered_set \ + /usr/include/c++/13/bits/unordered_set.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config/blt/config.h \ + /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o new file mode 100644 index 0000000..64d31b8 Binary files /dev/null and b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o differ diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o.d b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o.d new file mode 100644 index 0000000..984d322 --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o.d @@ -0,0 +1,271 @@ +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/fs/nbt.h \ + /usr/include/c++/13/utility \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/cstring \ + /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/erase_if.h \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/format.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h \ + /usr/include/byteswap.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/queue.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/ranges.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h \ + /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/expected.h \ + /usr/include/c++/13/variant /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/cxxabi.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cxxabi_tweaks.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/fs/filesystem.h \ + /usr/include/c++/13/fstream /usr/include/c++/13/istream \ + /usr/include/c++/13/ios /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc /usr/include/c++/13/bits/codecvt.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/basic_file.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++io.h \ + /usr/include/c++/13/bits/fstream.tcc /usr/include/memory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/sstream /usr/include/c++/13/bits/sstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config/blt/config.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap.h \ + /usr/include/c++/13/cassert /usr/include/assert.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_utils.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_bits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_base.h \ + /usr/include/c++/13/shared_mutex /usr/include/c++/13/optional \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o new file mode 100644 index 0000000..966b5c3 Binary files /dev/null and b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o differ diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o.d b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o.d new file mode 100644 index 0000000..bbcab80 --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o.d @@ -0,0 +1,159 @@ +libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/fs/nbt_block.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/fs/nbt_block.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/type_traits /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/fstream /usr/include/c++/13/istream \ + /usr/include/c++/13/ios /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc /usr/include/c++/13/bits/codecvt.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/basic_file.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++io.h \ + /usr/include/c++/13/bits/fstream.tcc diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o new file mode 100644 index 0000000..b5df9b4 Binary files /dev/null and b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o differ diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o.d b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o.d new file mode 100644 index 0000000..20c6cf2 --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o.d @@ -0,0 +1,256 @@ +libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/argparse.h \ + /usr/include/c++/13/utility \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/vector.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/string /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc /usr/include/c++/13/optional \ + /usr/include/c++/13/exception /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cmath \ + /usr/include/math.h /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/cassert \ + /usr/include/assert.h /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/cstdint \ + /usr/include/c++/13/ctime /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_utils.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_bits.h \ + /usr/include/byteswap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_base.h \ + /usr/include/c++/13/shared_mutex \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/string.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/ostream \ + /usr/include/c++/13/ios /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc \ + /usr/include/c++/13/bits/ostream.tcc /usr/include/c++/13/istream \ + /usr/include/c++/13/bits/istream.tcc /usr/include/c++/13/sstream \ + /usr/include/c++/13/bits/sstream.tcc /usr/include/c++/13/unordered_set \ + /usr/include/c++/13/bits/unordered_set.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h \ + /usr/include/c++/13/variant \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/ranges.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/expected.h \ + /usr/include/c++/13/cxxabi.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cxxabi_tweaks.h diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o new file mode 100644 index 0000000..6360e0d Binary files /dev/null and b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o differ diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o.d b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o.d new file mode 100644 index 0000000..9065ec5 --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o.d @@ -0,0 +1,262 @@ +libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/obj_loader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/cmath \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/vector.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h /usr/include/c++/13/cassert \ + /usr/include/assert.h /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_utils.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_bits.h \ + /usr/include/byteswap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_base.h \ + /usr/include/c++/13/shared_mutex /usr/include/c++/13/optional \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/fs/loader.h \ + /usr/include/c++/13/fstream /usr/include/c++/13/istream \ + /usr/include/c++/13/ios /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc /usr/include/c++/13/bits/codecvt.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/basic_file.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++io.h \ + /usr/include/c++/13/bits/fstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/string.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/sstream \ + /usr/include/c++/13/bits/sstream.tcc /usr/include/c++/13/unordered_set \ + /usr/include/c++/13/bits/unordered_set.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config/blt/config.h \ + /usr/include/c++/13/cstdarg /usr/include/c++/13/charconv \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/ranges.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/expected.h \ + /usr/include/c++/13/variant /usr/include/c++/13/cxxabi.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cxxabi_tweaks.h diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o new file mode 100644 index 0000000..f47ddd3 Binary files /dev/null and b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o differ diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o.d b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o.d new file mode 100644 index 0000000..ad37704 --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o.d @@ -0,0 +1,247 @@ +libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/type_traits /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/queue.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/byteswap.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/sstream \ + /usr/include/c++/13/istream /usr/include/c++/13/ios \ + /usr/include/c++/13/exception /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc \ + /usr/include/c++/13/bits/sstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config/blt/config.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/cstdarg \ + /usr/include/c++/13/fstream /usr/include/c++/13/bits/codecvt.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/basic_file.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++io.h \ + /usr/include/c++/13/bits/fstream.tcc /usr/include/c++/13/mutex \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/time.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/format.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/queue.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/ranges.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h \ + /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/expected.h \ + /usr/include/c++/13/variant /usr/include/c++/13/cxxabi.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cxxabi_tweaks.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o new file mode 100644 index 0000000..3997095 Binary files /dev/null and b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o differ diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o.d b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o.d new file mode 100644 index 0000000..aa27a8d --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o.d @@ -0,0 +1,362 @@ +libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler_v2.h \ + /usr/include/c++/13/cstdint \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/type_traits /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/sstream \ + /usr/include/c++/13/istream /usr/include/c++/13/ios \ + /usr/include/c++/13/exception /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc \ + /usr/include/c++/13/bits/sstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config/blt/config.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/time.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/limits \ + /usr/include/c++/13/ctime /usr/include/c++/13/bits/parse_numbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/system.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/x86intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/x86gprintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/ia32intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/adxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/bmiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/bmi2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cetintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cldemoteintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clflushoptintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clwbintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clzerointrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cmpccxaddintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/enqcmdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fxsrintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/lzcntintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/lwpintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/movdirintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mwaitintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mwaitxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pconfigintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/popcntintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pkuintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/prfchiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/raointintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/rdseedintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/rtmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/serializeintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/sgxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tbmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tsxldtrkintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/uintrintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/waitpkgintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/wbnoinvdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsaveintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsavecintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsaveoptintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsavesintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xtestintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/hresetintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/immintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/smmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/wmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxvnniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxifmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxvnniint8intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512erintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512pfintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512cdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512dqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vlbwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vldqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512ifmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512ifmavlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmivlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx5124fmapsintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx5124vnniwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vpopcntdqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmi2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmi2vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vnniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vnnivlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vpopcntdqvlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bitalgintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vp2intersectintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vp2intersectvlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fp16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fp16vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/shaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/f16cintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/gfniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/vaesintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/vpclmulqdqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bf16vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bf16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxneconvertintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxtileintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxint8intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxbf16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxcomplexintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/prfchwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/keylockerintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxfp16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm3dnow.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fma4intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/ammintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xopintrin.h \ + /usr/include/c++/13/optional \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/format.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h \ + /usr/include/c++/13/algorithm \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /usr/include/byteswap.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/queue.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/ranges.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h \ + /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/expected.h \ + /usr/include/c++/13/variant /usr/include/c++/13/cxxabi.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cxxabi_tweaks.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap.h \ + /usr/include/c++/13/cassert /usr/include/assert.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_utils.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_bits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_base.h \ + /usr/include/c++/13/shared_mutex \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap/parallel_hashmap/phmap_fwd_decl.h diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o new file mode 100644 index 0000000..94d0997 Binary files /dev/null and b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o differ diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o.d b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o.d new file mode 100644 index 0000000..2b3ecac --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o.d @@ -0,0 +1,213 @@ +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h \ + /usr/include/c++/13/cstdlib \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/ranges.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h /usr/include/c++/13/limits \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/expected.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h /usr/include/c++/13/cxxabi.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cxxabi_tweaks.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/sstream \ + /usr/include/c++/13/istream /usr/include/c++/13/ios \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc \ + /usr/include/c++/13/bits/sstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config/blt/config.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/string.h \ + /usr/include/c++/13/optional /usr/include/c++/13/unordered_set \ + /usr/include/c++/13/bits/unordered_set.h /usr/include/c++/13/iomanip \ + /usr/include/c++/13/locale \ + /usr/include/c++/13/bits/locale_facets_nonio.h /usr/include/c++/13/ctime \ + /usr/include/x86_64-linux-gnu/c++/13/bits/time_members.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/messages_members.h \ + /usr/include/libintl.h /usr/include/c++/13/bits/codecvt.h \ + /usr/include/c++/13/bits/locale_facets_nonio.tcc \ + /usr/include/c++/13/bits/locale_conv.h \ + /usr/include/c++/13/bits/quoted_string.h /usr/include/execinfo.h diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o new file mode 100644 index 0000000..5d2f781 Binary files /dev/null and b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o differ diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o.d b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o.d new file mode 100644 index 0000000..3378773 --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o.d @@ -0,0 +1,245 @@ +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/format.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/type_traits /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /usr/include/byteswap.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/queue.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/ranges.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.h \ + /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/expected.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h /usr/include/c++/13/cxxabi.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cxxabi_tweaks.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/string.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/ostream \ + /usr/include/c++/13/ios /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc \ + /usr/include/c++/13/bits/ostream.tcc /usr/include/c++/13/istream \ + /usr/include/c++/13/bits/istream.tcc /usr/include/c++/13/sstream \ + /usr/include/c++/13/bits/sstream.tcc /usr/include/c++/13/optional \ + /usr/include/c++/13/unordered_set \ + /usr/include/c++/13/bits/unordered_set.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config/blt/config.h \ + /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h \ + /usr/include/c++/13/stack /usr/include/c++/13/deque \ + /usr/include/c++/13/bits/stl_deque.h /usr/include/c++/13/bits/deque.tcc \ + /usr/include/c++/13/bits/stl_stack.h /usr/include/c++/13/queue \ + /usr/include/c++/13/bits/stl_queue.h diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o new file mode 100644 index 0000000..63d8a40 Binary files /dev/null and b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o differ diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o.d b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o.d new file mode 100644 index 0000000..8019ce9 --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o.d @@ -0,0 +1,203 @@ +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/type_traits /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/sstream \ + /usr/include/c++/13/istream /usr/include/c++/13/ios \ + /usr/include/c++/13/exception /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc \ + /usr/include/c++/13/bits/sstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config/blt/config.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/cstdarg \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/parse_numbers.h /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /usr/include/c++/13/filesystem /usr/include/c++/13/bits/fs_fwd.h \ + /usr/include/c++/13/bits/fs_path.h /usr/include/c++/13/locale \ + /usr/include/c++/13/bits/locale_facets_nonio.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/time_members.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/messages_members.h \ + /usr/include/libintl.h /usr/include/c++/13/bits/codecvt.h \ + /usr/include/c++/13/bits/locale_facets_nonio.tcc \ + /usr/include/c++/13/bits/locale_conv.h /usr/include/c++/13/iomanip \ + /usr/include/c++/13/bits/quoted_string.h /usr/include/c++/13/codecvt \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/fs_dir.h /usr/include/c++/13/bits/fs_ops.h \ + /usr/include/c++/13/fstream \ + /usr/include/x86_64-linux-gnu/c++/13/bits/basic_file.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++io.h \ + /usr/include/c++/13/bits/fstream.tcc diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o new file mode 100644 index 0000000..0429edb Binary files /dev/null and b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o differ diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o.d b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o.d new file mode 100644 index 0000000..020c2bc --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o.d @@ -0,0 +1,176 @@ +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/string.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/ostream \ + /usr/include/c++/13/ios /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/exception /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/new /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc \ + /usr/include/c++/13/bits/ostream.tcc /usr/include/c++/13/istream \ + /usr/include/c++/13/bits/istream.tcc /usr/include/c++/13/sstream \ + /usr/include/c++/13/bits/sstream.tcc /usr/include/c++/13/algorithm \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/unordered_set \ + /usr/include/c++/13/bits/unordered_set.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o new file mode 100644 index 0000000..365f08f Binary files /dev/null and b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o differ diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o.d b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o.d new file mode 100644 index 0000000..ffbfa81 --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o.d @@ -0,0 +1,313 @@ +libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/system.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/x86intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/x86gprintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/ia32intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/adxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/bmiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/bmi2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cetintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cldemoteintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clflushoptintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clwbintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clzerointrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cmpccxaddintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/enqcmdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fxsrintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/lzcntintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/lwpintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/movdirintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mwaitintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mwaitxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pconfigintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/popcntintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pkuintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/prfchiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/raointintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/rdseedintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/rtmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/serializeintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/sgxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tbmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tsxldtrkintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/uintrintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/waitpkgintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/wbnoinvdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsaveintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsavecintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsaveoptintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsavesintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xtestintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/hresetintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/immintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h /usr/include/c++/13/cstdlib \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/smmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/wmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxvnniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxifmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxvnniint8intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512erintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512pfintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512cdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512dqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vlbwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vldqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512ifmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512ifmavlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmivlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx5124fmapsintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx5124vnniwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vpopcntdqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmi2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmi2vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vnniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vnnivlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vpopcntdqvlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bitalgintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vp2intersectintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vp2intersectvlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fp16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fp16vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/shaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/f16cintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/gfniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/vaesintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/vpclmulqdqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bf16vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bf16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxneconvertintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxtileintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxint8intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxbf16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxcomplexintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/prfchwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/keylockerintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxfp16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm3dnow.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fma4intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/ammintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xopintrin.h \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/type_traits /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/optional /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/sstream \ + /usr/include/c++/13/istream /usr/include/c++/13/ios \ + /usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc \ + /usr/include/c++/13/bits/sstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/config/blt/config.h \ + /usr/include/c++/13/iostream /usr/include/c++/13/cstdarg \ + /usr/include/x86_64-linux-gnu/sys/time.h /usr/include/c++/13/climits \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/fs/loader.h \ + /usr/include/c++/13/fstream /usr/include/c++/13/bits/codecvt.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/basic_file.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++io.h \ + /usr/include/c++/13/bits/fstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/string.h \ + /usr/include/c++/13/algorithm \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h \ + /usr/include/c++/13/unordered_set \ + /usr/include/c++/13/bits/unordered_set.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/CMakeDirectoryInformation.cmake b/examples/basic/build/libraries/BLT/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ee43ade --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/examples/basic/build/libraries/BLT/CMakeFiles/progress.marks b/examples/basic/build/libraries/BLT/CMakeFiles/progress.marks new file mode 100644 index 0000000..1e8b314 --- /dev/null +++ b/examples/basic/build/libraries/BLT/CMakeFiles/progress.marks @@ -0,0 +1 @@ +6 diff --git a/examples/basic/build/libraries/BLT/Makefile b/examples/basic/build/libraries/BLT/Makefile new file mode 100644 index 0000000..18086c6 --- /dev/null +++ b/examples/basic/build/libraries/BLT/Makefile @@ -0,0 +1,577 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\" \"headers\" \"pkgconfig\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT//CMakeFiles/progress.marks + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/BLT/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/BLT/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/BLT/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/BLT/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +libraries/BLT/CMakeFiles/BLT.dir/rule: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/BLT/CMakeFiles/BLT.dir/rule +.PHONY : libraries/BLT/CMakeFiles/BLT.dir/rule + +# Convenience name for target. +BLT: libraries/BLT/CMakeFiles/BLT.dir/rule +.PHONY : BLT + +# fast build rule for target. +BLT/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/build +.PHONY : BLT/fast + +src/blt/fs/filesystem.o: src/blt/fs/filesystem.cpp.o +.PHONY : src/blt/fs/filesystem.o + +# target to build an object file +src/blt/fs/filesystem.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.o +.PHONY : src/blt/fs/filesystem.cpp.o + +src/blt/fs/filesystem.i: src/blt/fs/filesystem.cpp.i +.PHONY : src/blt/fs/filesystem.i + +# target to preprocess a source file +src/blt/fs/filesystem.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.i +.PHONY : src/blt/fs/filesystem.cpp.i + +src/blt/fs/filesystem.s: src/blt/fs/filesystem.cpp.s +.PHONY : src/blt/fs/filesystem.s + +# target to generate assembly for a file +src/blt/fs/filesystem.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/filesystem.cpp.s +.PHONY : src/blt/fs/filesystem.cpp.s + +src/blt/fs/loader.o: src/blt/fs/loader.cpp.o +.PHONY : src/blt/fs/loader.o + +# target to build an object file +src/blt/fs/loader.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.o +.PHONY : src/blt/fs/loader.cpp.o + +src/blt/fs/loader.i: src/blt/fs/loader.cpp.i +.PHONY : src/blt/fs/loader.i + +# target to preprocess a source file +src/blt/fs/loader.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.i +.PHONY : src/blt/fs/loader.cpp.i + +src/blt/fs/loader.s: src/blt/fs/loader.cpp.s +.PHONY : src/blt/fs/loader.s + +# target to generate assembly for a file +src/blt/fs/loader.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/loader.cpp.s +.PHONY : src/blt/fs/loader.cpp.s + +src/blt/fs/nbt.o: src/blt/fs/nbt.cpp.o +.PHONY : src/blt/fs/nbt.o + +# target to build an object file +src/blt/fs/nbt.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.o +.PHONY : src/blt/fs/nbt.cpp.o + +src/blt/fs/nbt.i: src/blt/fs/nbt.cpp.i +.PHONY : src/blt/fs/nbt.i + +# target to preprocess a source file +src/blt/fs/nbt.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.i +.PHONY : src/blt/fs/nbt.cpp.i + +src/blt/fs/nbt.s: src/blt/fs/nbt.cpp.s +.PHONY : src/blt/fs/nbt.s + +# target to generate assembly for a file +src/blt/fs/nbt.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt.cpp.s +.PHONY : src/blt/fs/nbt.cpp.s + +src/blt/fs/nbt_block.o: src/blt/fs/nbt_block.cpp.o +.PHONY : src/blt/fs/nbt_block.o + +# target to build an object file +src/blt/fs/nbt_block.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.o +.PHONY : src/blt/fs/nbt_block.cpp.o + +src/blt/fs/nbt_block.i: src/blt/fs/nbt_block.cpp.i +.PHONY : src/blt/fs/nbt_block.i + +# target to preprocess a source file +src/blt/fs/nbt_block.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.i +.PHONY : src/blt/fs/nbt_block.cpp.i + +src/blt/fs/nbt_block.s: src/blt/fs/nbt_block.cpp.s +.PHONY : src/blt/fs/nbt_block.s + +# target to generate assembly for a file +src/blt/fs/nbt_block.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/fs/nbt_block.cpp.s +.PHONY : src/blt/fs/nbt_block.cpp.s + +src/blt/parse/argparse.o: src/blt/parse/argparse.cpp.o +.PHONY : src/blt/parse/argparse.o + +# target to build an object file +src/blt/parse/argparse.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o +.PHONY : src/blt/parse/argparse.cpp.o + +src/blt/parse/argparse.i: src/blt/parse/argparse.cpp.i +.PHONY : src/blt/parse/argparse.i + +# target to preprocess a source file +src/blt/parse/argparse.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.i +.PHONY : src/blt/parse/argparse.cpp.i + +src/blt/parse/argparse.s: src/blt/parse/argparse.cpp.s +.PHONY : src/blt/parse/argparse.s + +# target to generate assembly for a file +src/blt/parse/argparse.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.s +.PHONY : src/blt/parse/argparse.cpp.s + +src/blt/parse/obj_loader.o: src/blt/parse/obj_loader.cpp.o +.PHONY : src/blt/parse/obj_loader.o + +# target to build an object file +src/blt/parse/obj_loader.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o +.PHONY : src/blt/parse/obj_loader.cpp.o + +src/blt/parse/obj_loader.i: src/blt/parse/obj_loader.cpp.i +.PHONY : src/blt/parse/obj_loader.i + +# target to preprocess a source file +src/blt/parse/obj_loader.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.i +.PHONY : src/blt/parse/obj_loader.cpp.i + +src/blt/parse/obj_loader.s: src/blt/parse/obj_loader.cpp.s +.PHONY : src/blt/parse/obj_loader.s + +# target to generate assembly for a file +src/blt/parse/obj_loader.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.s +.PHONY : src/blt/parse/obj_loader.cpp.s + +src/blt/profiling/profiler.o: src/blt/profiling/profiler.cpp.o +.PHONY : src/blt/profiling/profiler.o + +# target to build an object file +src/blt/profiling/profiler.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o +.PHONY : src/blt/profiling/profiler.cpp.o + +src/blt/profiling/profiler.i: src/blt/profiling/profiler.cpp.i +.PHONY : src/blt/profiling/profiler.i + +# target to preprocess a source file +src/blt/profiling/profiler.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.i +.PHONY : src/blt/profiling/profiler.cpp.i + +src/blt/profiling/profiler.s: src/blt/profiling/profiler.cpp.s +.PHONY : src/blt/profiling/profiler.s + +# target to generate assembly for a file +src/blt/profiling/profiler.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.s +.PHONY : src/blt/profiling/profiler.cpp.s + +src/blt/profiling/profiler_v2.o: src/blt/profiling/profiler_v2.cpp.o +.PHONY : src/blt/profiling/profiler_v2.o + +# target to build an object file +src/blt/profiling/profiler_v2.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o +.PHONY : src/blt/profiling/profiler_v2.cpp.o + +src/blt/profiling/profiler_v2.i: src/blt/profiling/profiler_v2.cpp.i +.PHONY : src/blt/profiling/profiler_v2.i + +# target to preprocess a source file +src/blt/profiling/profiler_v2.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.i +.PHONY : src/blt/profiling/profiler_v2.cpp.i + +src/blt/profiling/profiler_v2.s: src/blt/profiling/profiler_v2.cpp.s +.PHONY : src/blt/profiling/profiler_v2.s + +# target to generate assembly for a file +src/blt/profiling/profiler_v2.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.s +.PHONY : src/blt/profiling/profiler_v2.cpp.s + +src/blt/std/assert.o: src/blt/std/assert.cpp.o +.PHONY : src/blt/std/assert.o + +# target to build an object file +src/blt/std/assert.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o +.PHONY : src/blt/std/assert.cpp.o + +src/blt/std/assert.i: src/blt/std/assert.cpp.i +.PHONY : src/blt/std/assert.i + +# target to preprocess a source file +src/blt/std/assert.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.i +.PHONY : src/blt/std/assert.cpp.i + +src/blt/std/assert.s: src/blt/std/assert.cpp.s +.PHONY : src/blt/std/assert.s + +# target to generate assembly for a file +src/blt/std/assert.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.s +.PHONY : src/blt/std/assert.cpp.s + +src/blt/std/format.o: src/blt/std/format.cpp.o +.PHONY : src/blt/std/format.o + +# target to build an object file +src/blt/std/format.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o +.PHONY : src/blt/std/format.cpp.o + +src/blt/std/format.i: src/blt/std/format.cpp.i +.PHONY : src/blt/std/format.i + +# target to preprocess a source file +src/blt/std/format.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.i +.PHONY : src/blt/std/format.cpp.i + +src/blt/std/format.s: src/blt/std/format.cpp.s +.PHONY : src/blt/std/format.s + +# target to generate assembly for a file +src/blt/std/format.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.s +.PHONY : src/blt/std/format.cpp.s + +src/blt/std/logging.o: src/blt/std/logging.cpp.o +.PHONY : src/blt/std/logging.o + +# target to build an object file +src/blt/std/logging.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o +.PHONY : src/blt/std/logging.cpp.o + +src/blt/std/logging.i: src/blt/std/logging.cpp.i +.PHONY : src/blt/std/logging.i + +# target to preprocess a source file +src/blt/std/logging.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.i +.PHONY : src/blt/std/logging.cpp.i + +src/blt/std/logging.s: src/blt/std/logging.cpp.s +.PHONY : src/blt/std/logging.s + +# target to generate assembly for a file +src/blt/std/logging.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.s +.PHONY : src/blt/std/logging.cpp.s + +src/blt/std/string.o: src/blt/std/string.cpp.o +.PHONY : src/blt/std/string.o + +# target to build an object file +src/blt/std/string.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o +.PHONY : src/blt/std/string.cpp.o + +src/blt/std/string.i: src/blt/std/string.cpp.i +.PHONY : src/blt/std/string.i + +# target to preprocess a source file +src/blt/std/string.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.i +.PHONY : src/blt/std/string.cpp.i + +src/blt/std/string.s: src/blt/std/string.cpp.s +.PHONY : src/blt/std/string.s + +# target to generate assembly for a file +src/blt/std/string.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.s +.PHONY : src/blt/std/string.cpp.s + +src/blt/std/system.o: src/blt/std/system.cpp.o +.PHONY : src/blt/std/system.o + +# target to build an object file +src/blt/std/system.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o +.PHONY : src/blt/std/system.cpp.o + +src/blt/std/system.i: src/blt/std/system.cpp.i +.PHONY : src/blt/std/system.i + +# target to preprocess a source file +src/blt/std/system.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.i +.PHONY : src/blt/std/system.cpp.i + +src/blt/std/system.s: src/blt/std/system.cpp.s +.PHONY : src/blt/std/system.s + +# target to generate assembly for a file +src/blt/std/system.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/BLT/CMakeFiles/BLT.dir/build.make libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.s +.PHONY : src/blt/std/system.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... BLT" + @echo "... src/blt/fs/filesystem.o" + @echo "... src/blt/fs/filesystem.i" + @echo "... src/blt/fs/filesystem.s" + @echo "... src/blt/fs/loader.o" + @echo "... src/blt/fs/loader.i" + @echo "... src/blt/fs/loader.s" + @echo "... src/blt/fs/nbt.o" + @echo "... src/blt/fs/nbt.i" + @echo "... src/blt/fs/nbt.s" + @echo "... src/blt/fs/nbt_block.o" + @echo "... src/blt/fs/nbt_block.i" + @echo "... src/blt/fs/nbt_block.s" + @echo "... src/blt/parse/argparse.o" + @echo "... src/blt/parse/argparse.i" + @echo "... src/blt/parse/argparse.s" + @echo "... src/blt/parse/obj_loader.o" + @echo "... src/blt/parse/obj_loader.i" + @echo "... src/blt/parse/obj_loader.s" + @echo "... src/blt/profiling/profiler.o" + @echo "... src/blt/profiling/profiler.i" + @echo "... src/blt/profiling/profiler.s" + @echo "... src/blt/profiling/profiler_v2.o" + @echo "... src/blt/profiling/profiler_v2.i" + @echo "... src/blt/profiling/profiler_v2.s" + @echo "... src/blt/std/assert.o" + @echo "... src/blt/std/assert.i" + @echo "... src/blt/std/assert.s" + @echo "... src/blt/std/format.o" + @echo "... src/blt/std/format.i" + @echo "... src/blt/std/format.s" + @echo "... src/blt/std/logging.o" + @echo "... src/blt/std/logging.i" + @echo "... src/blt/std/logging.s" + @echo "... src/blt/std/string.o" + @echo "... src/blt/std/string.i" + @echo "... src/blt/std/string.s" + @echo "... src/blt/std/system.o" + @echo "... src/blt/std/system.i" + @echo "... src/blt/std/system.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/examples/basic/build/libraries/BLT/cmake_install.cmake b/examples/basic/build/libraries/BLT/cmake_install.cmake new file mode 100644 index 0000000..c48aa7d --- /dev/null +++ b/examples/basic/build/libraries/BLT/cmake_install.cmake @@ -0,0 +1,194 @@ +# Install script for directory: /home/brett/Documents/code/c++/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++/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/fs" TYPE FILE FILES "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/fs/filesystem.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/fs" TYPE FILE FILES "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/fs/loader.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/fs" TYPE FILE FILES "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/fs/nbt.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/fs" TYPE FILE FILES "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/fs/nbt_block.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++/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++/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++/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++/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++/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/parse" TYPE FILE FILES "/home/brett/Documents/code/c++/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++/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++/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++/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++/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++/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++/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++/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++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/expected.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++/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++/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++/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++/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++/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++/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++/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++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/ranges.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++/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++/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++/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++/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++/Libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/types.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++/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++/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++/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/BLT/libBLT.a") + endif() +endif() + diff --git a/examples/basic/build/libraries/BLT/config/blt/config.h b/examples/basic/build/libraries/BLT/config/blt/config.h new file mode 100644 index 0000000..c59bead --- /dev/null +++ b/examples/basic/build/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/examples/basic/build/libraries/BLT/libBLT.a b/examples/basic/build/libraries/BLT/libBLT.a new file mode 100644 index 0000000..570a733 Binary files /dev/null and b/examples/basic/build/libraries/BLT/libBLT.a differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/CMakeDirectoryInformation.cmake b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ee43ade --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-relwithdebinfo.cmake b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-relwithdebinfo.cmake new file mode 100644 index 0000000..579c512 --- /dev/null +++ b/examples/basic/build/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/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake new file mode 100644 index 0000000..56ba4b5 --- /dev/null +++ b/examples/basic/build/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.26) +#---------------------------------------------------------------- +# 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/libbz2.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/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/DependInfo.cmake b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/DependInfo.cmake new file mode 100644 index 0000000..e39b6fe --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/DependInfo.cmake @@ -0,0 +1,64 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/unix/ftsystem.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/autofit.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbase.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbbox.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbdf.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbitmap.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftcid.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftdebug.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftfstype.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgasp.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftglyph.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgxval.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftinit.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftmm.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftotval.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpatent.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpfr.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftstroke.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftsynth.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/fttype1.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftwinfnt.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdf.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bzip2/ftbzip2.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcache.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cff.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/type1cid.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/gzip/ftgzip.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/lzw/ftlzw.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcf.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfr.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psaux.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshinter.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/psnames.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/raster.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/sdf.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfnt.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/smooth.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/svg/svg.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/truetype.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/type1.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/type42.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/winfonts/winfnt.c" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o" "gcc" "libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make new file mode 100644 index 0000000..59e3f07 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make @@ -0,0 +1,767 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +# Include any dependencies generated for this target. +include libraries/freetype-2.13.2/CMakeFiles/freetype.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.make + +# Include the progress variables for this target. +include libraries/freetype-2.13.2/CMakeFiles/freetype.dir/progress.make + +# Include the compile flags for this target's objects. +include libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/autofit.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o -MF CMakeFiles/freetype.dir/src/autofit/autofit.c.o.d -o CMakeFiles/freetype.dir/src/autofit/autofit.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/autofit.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/autofit/autofit.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/autofit.c > CMakeFiles/freetype.dir/src/autofit/autofit.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/autofit/autofit.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/autofit.c -o CMakeFiles/freetype.dir/src/autofit/autofit.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbase.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o -MF CMakeFiles/freetype.dir/src/base/ftbase.c.o.d -o CMakeFiles/freetype.dir/src/base/ftbase.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbase.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftbase.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbase.c > CMakeFiles/freetype.dir/src/base/ftbase.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftbase.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbase.c -o CMakeFiles/freetype.dir/src/base/ftbase.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbbox.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o -MF CMakeFiles/freetype.dir/src/base/ftbbox.c.o.d -o CMakeFiles/freetype.dir/src/base/ftbbox.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbbox.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftbbox.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbbox.c > CMakeFiles/freetype.dir/src/base/ftbbox.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftbbox.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbbox.c -o CMakeFiles/freetype.dir/src/base/ftbbox.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbdf.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o -MF CMakeFiles/freetype.dir/src/base/ftbdf.c.o.d -o CMakeFiles/freetype.dir/src/base/ftbdf.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbdf.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftbdf.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbdf.c > CMakeFiles/freetype.dir/src/base/ftbdf.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftbdf.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbdf.c -o CMakeFiles/freetype.dir/src/base/ftbdf.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbitmap.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o -MF CMakeFiles/freetype.dir/src/base/ftbitmap.c.o.d -o CMakeFiles/freetype.dir/src/base/ftbitmap.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbitmap.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftbitmap.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbitmap.c > CMakeFiles/freetype.dir/src/base/ftbitmap.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftbitmap.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbitmap.c -o CMakeFiles/freetype.dir/src/base/ftbitmap.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftcid.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o -MF CMakeFiles/freetype.dir/src/base/ftcid.c.o.d -o CMakeFiles/freetype.dir/src/base/ftcid.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftcid.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftcid.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftcid.c > CMakeFiles/freetype.dir/src/base/ftcid.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftcid.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftcid.c -o CMakeFiles/freetype.dir/src/base/ftcid.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftfstype.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o -MF CMakeFiles/freetype.dir/src/base/ftfstype.c.o.d -o CMakeFiles/freetype.dir/src/base/ftfstype.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftfstype.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftfstype.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftfstype.c > CMakeFiles/freetype.dir/src/base/ftfstype.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftfstype.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftfstype.c -o CMakeFiles/freetype.dir/src/base/ftfstype.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgasp.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o -MF CMakeFiles/freetype.dir/src/base/ftgasp.c.o.d -o CMakeFiles/freetype.dir/src/base/ftgasp.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgasp.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftgasp.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgasp.c > CMakeFiles/freetype.dir/src/base/ftgasp.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftgasp.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgasp.c -o CMakeFiles/freetype.dir/src/base/ftgasp.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftglyph.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o -MF CMakeFiles/freetype.dir/src/base/ftglyph.c.o.d -o CMakeFiles/freetype.dir/src/base/ftglyph.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftglyph.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftglyph.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftglyph.c > CMakeFiles/freetype.dir/src/base/ftglyph.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftglyph.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftglyph.c -o CMakeFiles/freetype.dir/src/base/ftglyph.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgxval.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o -MF CMakeFiles/freetype.dir/src/base/ftgxval.c.o.d -o CMakeFiles/freetype.dir/src/base/ftgxval.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgxval.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftgxval.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgxval.c > CMakeFiles/freetype.dir/src/base/ftgxval.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftgxval.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgxval.c -o CMakeFiles/freetype.dir/src/base/ftgxval.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftinit.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o -MF CMakeFiles/freetype.dir/src/base/ftinit.c.o.d -o CMakeFiles/freetype.dir/src/base/ftinit.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftinit.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftinit.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftinit.c > CMakeFiles/freetype.dir/src/base/ftinit.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftinit.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftinit.c -o CMakeFiles/freetype.dir/src/base/ftinit.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftmm.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o -MF CMakeFiles/freetype.dir/src/base/ftmm.c.o.d -o CMakeFiles/freetype.dir/src/base/ftmm.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftmm.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftmm.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftmm.c > CMakeFiles/freetype.dir/src/base/ftmm.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftmm.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftmm.c -o CMakeFiles/freetype.dir/src/base/ftmm.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftotval.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o -MF CMakeFiles/freetype.dir/src/base/ftotval.c.o.d -o CMakeFiles/freetype.dir/src/base/ftotval.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftotval.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftotval.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftotval.c > CMakeFiles/freetype.dir/src/base/ftotval.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftotval.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftotval.c -o CMakeFiles/freetype.dir/src/base/ftotval.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpatent.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o -MF CMakeFiles/freetype.dir/src/base/ftpatent.c.o.d -o CMakeFiles/freetype.dir/src/base/ftpatent.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpatent.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftpatent.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpatent.c > CMakeFiles/freetype.dir/src/base/ftpatent.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftpatent.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpatent.c -o CMakeFiles/freetype.dir/src/base/ftpatent.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpfr.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o -MF CMakeFiles/freetype.dir/src/base/ftpfr.c.o.d -o CMakeFiles/freetype.dir/src/base/ftpfr.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpfr.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftpfr.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpfr.c > CMakeFiles/freetype.dir/src/base/ftpfr.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftpfr.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpfr.c -o CMakeFiles/freetype.dir/src/base/ftpfr.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftstroke.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o -MF CMakeFiles/freetype.dir/src/base/ftstroke.c.o.d -o CMakeFiles/freetype.dir/src/base/ftstroke.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftstroke.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftstroke.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftstroke.c > CMakeFiles/freetype.dir/src/base/ftstroke.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftstroke.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftstroke.c -o CMakeFiles/freetype.dir/src/base/ftstroke.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftsynth.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o -MF CMakeFiles/freetype.dir/src/base/ftsynth.c.o.d -o CMakeFiles/freetype.dir/src/base/ftsynth.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftsynth.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftsynth.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftsynth.c > CMakeFiles/freetype.dir/src/base/ftsynth.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftsynth.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftsynth.c -o CMakeFiles/freetype.dir/src/base/ftsynth.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/fttype1.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o -MF CMakeFiles/freetype.dir/src/base/fttype1.c.o.d -o CMakeFiles/freetype.dir/src/base/fttype1.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/fttype1.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/fttype1.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/fttype1.c > CMakeFiles/freetype.dir/src/base/fttype1.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/fttype1.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/fttype1.c -o CMakeFiles/freetype.dir/src/base/fttype1.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftwinfnt.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o -MF CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o.d -o CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftwinfnt.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftwinfnt.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftwinfnt.c > CMakeFiles/freetype.dir/src/base/ftwinfnt.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftwinfnt.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftwinfnt.c -o CMakeFiles/freetype.dir/src/base/ftwinfnt.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdf.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o -MF CMakeFiles/freetype.dir/src/bdf/bdf.c.o.d -o CMakeFiles/freetype.dir/src/bdf/bdf.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdf.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/bdf/bdf.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdf.c > CMakeFiles/freetype.dir/src/bdf/bdf.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/bdf/bdf.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdf.c -o CMakeFiles/freetype.dir/src/bdf/bdf.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bzip2/ftbzip2.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o -MF CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o.d -o CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bzip2/ftbzip2.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bzip2/ftbzip2.c > CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bzip2/ftbzip2.c -o CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcache.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o -MF CMakeFiles/freetype.dir/src/cache/ftcache.c.o.d -o CMakeFiles/freetype.dir/src/cache/ftcache.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcache.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/cache/ftcache.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcache.c > CMakeFiles/freetype.dir/src/cache/ftcache.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/cache/ftcache.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcache.c -o CMakeFiles/freetype.dir/src/cache/ftcache.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cff.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o -MF CMakeFiles/freetype.dir/src/cff/cff.c.o.d -o CMakeFiles/freetype.dir/src/cff/cff.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cff.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/cff/cff.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cff.c > CMakeFiles/freetype.dir/src/cff/cff.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/cff/cff.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cff.c -o CMakeFiles/freetype.dir/src/cff/cff.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/type1cid.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o -MF CMakeFiles/freetype.dir/src/cid/type1cid.c.o.d -o CMakeFiles/freetype.dir/src/cid/type1cid.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/type1cid.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/cid/type1cid.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/type1cid.c > CMakeFiles/freetype.dir/src/cid/type1cid.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/cid/type1cid.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/type1cid.c -o CMakeFiles/freetype.dir/src/cid/type1cid.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/gzip/ftgzip.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o -MF CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o.d -o CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/gzip/ftgzip.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/gzip/ftgzip.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/gzip/ftgzip.c > CMakeFiles/freetype.dir/src/gzip/ftgzip.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/gzip/ftgzip.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/gzip/ftgzip.c -o CMakeFiles/freetype.dir/src/gzip/ftgzip.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/lzw/ftlzw.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o -MF CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o.d -o CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/lzw/ftlzw.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/lzw/ftlzw.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/lzw/ftlzw.c > CMakeFiles/freetype.dir/src/lzw/ftlzw.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/lzw/ftlzw.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/lzw/ftlzw.c -o CMakeFiles/freetype.dir/src/lzw/ftlzw.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcf.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o -MF CMakeFiles/freetype.dir/src/pcf/pcf.c.o.d -o CMakeFiles/freetype.dir/src/pcf/pcf.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcf.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/pcf/pcf.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcf.c > CMakeFiles/freetype.dir/src/pcf/pcf.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/pcf/pcf.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcf.c -o CMakeFiles/freetype.dir/src/pcf/pcf.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfr.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o -MF CMakeFiles/freetype.dir/src/pfr/pfr.c.o.d -o CMakeFiles/freetype.dir/src/pfr/pfr.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfr.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/pfr/pfr.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfr.c > CMakeFiles/freetype.dir/src/pfr/pfr.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/pfr/pfr.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfr.c -o CMakeFiles/freetype.dir/src/pfr/pfr.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psaux.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o -MF CMakeFiles/freetype.dir/src/psaux/psaux.c.o.d -o CMakeFiles/freetype.dir/src/psaux/psaux.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psaux.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/psaux/psaux.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psaux.c > CMakeFiles/freetype.dir/src/psaux/psaux.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/psaux/psaux.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psaux.c -o CMakeFiles/freetype.dir/src/psaux/psaux.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshinter.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o -MF CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o.d -o CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshinter.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/pshinter/pshinter.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshinter.c > CMakeFiles/freetype.dir/src/pshinter/pshinter.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/pshinter/pshinter.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshinter.c -o CMakeFiles/freetype.dir/src/pshinter/pshinter.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/psnames.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o -MF CMakeFiles/freetype.dir/src/psnames/psnames.c.o.d -o CMakeFiles/freetype.dir/src/psnames/psnames.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/psnames.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/psnames/psnames.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/psnames.c > CMakeFiles/freetype.dir/src/psnames/psnames.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/psnames/psnames.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/psnames.c -o CMakeFiles/freetype.dir/src/psnames/psnames.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/raster.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o -MF CMakeFiles/freetype.dir/src/raster/raster.c.o.d -o CMakeFiles/freetype.dir/src/raster/raster.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/raster.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/raster/raster.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/raster.c > CMakeFiles/freetype.dir/src/raster/raster.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/raster/raster.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/raster.c -o CMakeFiles/freetype.dir/src/raster/raster.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/sdf.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o -MF CMakeFiles/freetype.dir/src/sdf/sdf.c.o.d -o CMakeFiles/freetype.dir/src/sdf/sdf.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/sdf.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/sdf/sdf.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/sdf.c > CMakeFiles/freetype.dir/src/sdf/sdf.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/sdf/sdf.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/sdf.c -o CMakeFiles/freetype.dir/src/sdf/sdf.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfnt.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o -MF CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o.d -o CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfnt.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/sfnt/sfnt.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfnt.c > CMakeFiles/freetype.dir/src/sfnt/sfnt.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/sfnt/sfnt.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfnt.c -o CMakeFiles/freetype.dir/src/sfnt/sfnt.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/smooth.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o -MF CMakeFiles/freetype.dir/src/smooth/smooth.c.o.d -o CMakeFiles/freetype.dir/src/smooth/smooth.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/smooth.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/smooth/smooth.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/smooth.c > CMakeFiles/freetype.dir/src/smooth/smooth.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/smooth/smooth.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/smooth.c -o CMakeFiles/freetype.dir/src/smooth/smooth.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/svg/svg.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o -MF CMakeFiles/freetype.dir/src/svg/svg.c.o.d -o CMakeFiles/freetype.dir/src/svg/svg.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/svg/svg.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/svg/svg.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/svg/svg.c > CMakeFiles/freetype.dir/src/svg/svg.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/svg/svg.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/svg/svg.c -o CMakeFiles/freetype.dir/src/svg/svg.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/truetype.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o -MF CMakeFiles/freetype.dir/src/truetype/truetype.c.o.d -o CMakeFiles/freetype.dir/src/truetype/truetype.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/truetype.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/truetype/truetype.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/truetype.c > CMakeFiles/freetype.dir/src/truetype/truetype.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/truetype/truetype.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/truetype.c -o CMakeFiles/freetype.dir/src/truetype/truetype.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/type1.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o -MF CMakeFiles/freetype.dir/src/type1/type1.c.o.d -o CMakeFiles/freetype.dir/src/type1/type1.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/type1.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/type1/type1.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/type1.c > CMakeFiles/freetype.dir/src/type1/type1.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/type1/type1.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/type1.c -o CMakeFiles/freetype.dir/src/type1/type1.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/type42.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o -MF CMakeFiles/freetype.dir/src/type42/type42.c.o.d -o CMakeFiles/freetype.dir/src/type42/type42.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/type42.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/type42/type42.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/type42.c > CMakeFiles/freetype.dir/src/type42/type42.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/type42/type42.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/type42.c -o CMakeFiles/freetype.dir/src/type42/type42.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/winfonts/winfnt.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o -MF CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o.d -o CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/winfonts/winfnt.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/winfonts/winfnt.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/winfonts/winfnt.c > CMakeFiles/freetype.dir/src/winfonts/winfnt.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/winfonts/winfnt.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/winfonts/winfnt.c -o CMakeFiles/freetype.dir/src/winfonts/winfnt.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/unix/ftsystem.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o -MF CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o.d -o CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/unix/ftsystem.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/builds/unix/ftsystem.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/unix/ftsystem.c > CMakeFiles/freetype.dir/builds/unix/ftsystem.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/builds/unix/ftsystem.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/unix/ftsystem.c -o CMakeFiles/freetype.dir/builds/unix/ftsystem.c.s + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftdebug.c +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building C object libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o -MF CMakeFiles/freetype.dir/src/base/ftdebug.c.o.d -o CMakeFiles/freetype.dir/src/base/ftdebug.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftdebug.c + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/freetype.dir/src/base/ftdebug.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftdebug.c > CMakeFiles/freetype.dir/src/base/ftdebug.c.i + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/freetype.dir/src/base/ftdebug.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftdebug.c -o CMakeFiles/freetype.dir/src/base/ftdebug.c.s + +# Object files for target freetype +freetype_OBJECTS = \ +"CMakeFiles/freetype.dir/src/autofit/autofit.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftbase.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftbbox.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftbdf.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftbitmap.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftcid.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftfstype.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftgasp.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftglyph.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftgxval.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftinit.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftmm.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftotval.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftpatent.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftpfr.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftstroke.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftsynth.c.o" \ +"CMakeFiles/freetype.dir/src/base/fttype1.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o" \ +"CMakeFiles/freetype.dir/src/bdf/bdf.c.o" \ +"CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o" \ +"CMakeFiles/freetype.dir/src/cache/ftcache.c.o" \ +"CMakeFiles/freetype.dir/src/cff/cff.c.o" \ +"CMakeFiles/freetype.dir/src/cid/type1cid.c.o" \ +"CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o" \ +"CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o" \ +"CMakeFiles/freetype.dir/src/pcf/pcf.c.o" \ +"CMakeFiles/freetype.dir/src/pfr/pfr.c.o" \ +"CMakeFiles/freetype.dir/src/psaux/psaux.c.o" \ +"CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o" \ +"CMakeFiles/freetype.dir/src/psnames/psnames.c.o" \ +"CMakeFiles/freetype.dir/src/raster/raster.c.o" \ +"CMakeFiles/freetype.dir/src/sdf/sdf.c.o" \ +"CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o" \ +"CMakeFiles/freetype.dir/src/smooth/smooth.c.o" \ +"CMakeFiles/freetype.dir/src/svg/svg.c.o" \ +"CMakeFiles/freetype.dir/src/truetype/truetype.c.o" \ +"CMakeFiles/freetype.dir/src/type1/type1.c.o" \ +"CMakeFiles/freetype.dir/src/type42/type42.c.o" \ +"CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o" \ +"CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o" \ +"CMakeFiles/freetype.dir/src/base/ftdebug.c.o" + +# External object files for target freetype +freetype_EXTERNAL_OBJECTS = + +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make +libraries/freetype-2.13.2/libfreetype.a: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Linking C static library libfreetype.a" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && $(CMAKE_COMMAND) -P CMakeFiles/freetype.dir/cmake_clean_target.cmake + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/freetype.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build: libraries/freetype-2.13.2/libfreetype.a +.PHONY : libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 && $(CMAKE_COMMAND) -P CMakeFiles/freetype.dir/cmake_clean.cmake +.PHONY : libraries/freetype-2.13.2/CMakeFiles/freetype.dir/clean + +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2 /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : libraries/freetype-2.13.2/CMakeFiles/freetype.dir/depend + diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o new file mode 100644 index 0000000..3821909 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o.d new file mode 100644 index 0000000..2cc25dc --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o.d @@ -0,0 +1,118 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/unix/ftsystem.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/bits/mman_ext.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/struct_stat.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/cmake_clean.cmake b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/cmake_clean.cmake new file mode 100644 index 0000000..8cd424c --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/cmake_clean.cmake @@ -0,0 +1,93 @@ +file(REMOVE_RECURSE + "CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o" + "CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o.d" + "CMakeFiles/freetype.dir/src/autofit/autofit.c.o" + "CMakeFiles/freetype.dir/src/autofit/autofit.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftbase.c.o" + "CMakeFiles/freetype.dir/src/base/ftbase.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftbbox.c.o" + "CMakeFiles/freetype.dir/src/base/ftbbox.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftbdf.c.o" + "CMakeFiles/freetype.dir/src/base/ftbdf.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftbitmap.c.o" + "CMakeFiles/freetype.dir/src/base/ftbitmap.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftcid.c.o" + "CMakeFiles/freetype.dir/src/base/ftcid.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftdebug.c.o" + "CMakeFiles/freetype.dir/src/base/ftdebug.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftfstype.c.o" + "CMakeFiles/freetype.dir/src/base/ftfstype.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftgasp.c.o" + "CMakeFiles/freetype.dir/src/base/ftgasp.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftglyph.c.o" + "CMakeFiles/freetype.dir/src/base/ftglyph.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftgxval.c.o" + "CMakeFiles/freetype.dir/src/base/ftgxval.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftinit.c.o" + "CMakeFiles/freetype.dir/src/base/ftinit.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftmm.c.o" + "CMakeFiles/freetype.dir/src/base/ftmm.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftotval.c.o" + "CMakeFiles/freetype.dir/src/base/ftotval.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftpatent.c.o" + "CMakeFiles/freetype.dir/src/base/ftpatent.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftpfr.c.o" + "CMakeFiles/freetype.dir/src/base/ftpfr.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftstroke.c.o" + "CMakeFiles/freetype.dir/src/base/ftstroke.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftsynth.c.o" + "CMakeFiles/freetype.dir/src/base/ftsynth.c.o.d" + "CMakeFiles/freetype.dir/src/base/fttype1.c.o" + "CMakeFiles/freetype.dir/src/base/fttype1.c.o.d" + "CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o" + "CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o.d" + "CMakeFiles/freetype.dir/src/bdf/bdf.c.o" + "CMakeFiles/freetype.dir/src/bdf/bdf.c.o.d" + "CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o" + "CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o.d" + "CMakeFiles/freetype.dir/src/cache/ftcache.c.o" + "CMakeFiles/freetype.dir/src/cache/ftcache.c.o.d" + "CMakeFiles/freetype.dir/src/cff/cff.c.o" + "CMakeFiles/freetype.dir/src/cff/cff.c.o.d" + "CMakeFiles/freetype.dir/src/cid/type1cid.c.o" + "CMakeFiles/freetype.dir/src/cid/type1cid.c.o.d" + "CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o" + "CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o.d" + "CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o" + "CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o.d" + "CMakeFiles/freetype.dir/src/pcf/pcf.c.o" + "CMakeFiles/freetype.dir/src/pcf/pcf.c.o.d" + "CMakeFiles/freetype.dir/src/pfr/pfr.c.o" + "CMakeFiles/freetype.dir/src/pfr/pfr.c.o.d" + "CMakeFiles/freetype.dir/src/psaux/psaux.c.o" + "CMakeFiles/freetype.dir/src/psaux/psaux.c.o.d" + "CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o" + "CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o.d" + "CMakeFiles/freetype.dir/src/psnames/psnames.c.o" + "CMakeFiles/freetype.dir/src/psnames/psnames.c.o.d" + "CMakeFiles/freetype.dir/src/raster/raster.c.o" + "CMakeFiles/freetype.dir/src/raster/raster.c.o.d" + "CMakeFiles/freetype.dir/src/sdf/sdf.c.o" + "CMakeFiles/freetype.dir/src/sdf/sdf.c.o.d" + "CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o" + "CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o.d" + "CMakeFiles/freetype.dir/src/smooth/smooth.c.o" + "CMakeFiles/freetype.dir/src/smooth/smooth.c.o.d" + "CMakeFiles/freetype.dir/src/svg/svg.c.o" + "CMakeFiles/freetype.dir/src/svg/svg.c.o.d" + "CMakeFiles/freetype.dir/src/truetype/truetype.c.o" + "CMakeFiles/freetype.dir/src/truetype/truetype.c.o.d" + "CMakeFiles/freetype.dir/src/type1/type1.c.o" + "CMakeFiles/freetype.dir/src/type1/type1.c.o.d" + "CMakeFiles/freetype.dir/src/type42/type42.c.o" + "CMakeFiles/freetype.dir/src/type42/type42.c.o.d" + "CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o" + "CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o.d" + "libfreetype.a" + "libfreetype.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/freetype.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/cmake_clean_target.cmake b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..97d0b0e --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libfreetype.a" +) diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.make b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.make new file mode 100644 index 0000000..abb178c --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for freetype. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts new file mode 100644 index 0000000..0399966 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for freetype. diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/depend.make b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/depend.make new file mode 100644 index 0000000..d4c2dd5 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for freetype. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make new file mode 100644 index 0000000..7ea3a6a --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# compile C with /usr/bin/cc +C_DEFINES = -DFT2_BUILD_LIBRARY + +C_INCLUDES = -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + +C_FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden + diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/link.txt b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/link.txt new file mode 100644 index 0000000..a2339c4 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libfreetype.a CMakeFiles/freetype.dir/src/autofit/autofit.c.o CMakeFiles/freetype.dir/src/base/ftbase.c.o CMakeFiles/freetype.dir/src/base/ftbbox.c.o CMakeFiles/freetype.dir/src/base/ftbdf.c.o CMakeFiles/freetype.dir/src/base/ftbitmap.c.o CMakeFiles/freetype.dir/src/base/ftcid.c.o CMakeFiles/freetype.dir/src/base/ftfstype.c.o CMakeFiles/freetype.dir/src/base/ftgasp.c.o CMakeFiles/freetype.dir/src/base/ftglyph.c.o CMakeFiles/freetype.dir/src/base/ftgxval.c.o CMakeFiles/freetype.dir/src/base/ftinit.c.o CMakeFiles/freetype.dir/src/base/ftmm.c.o CMakeFiles/freetype.dir/src/base/ftotval.c.o CMakeFiles/freetype.dir/src/base/ftpatent.c.o CMakeFiles/freetype.dir/src/base/ftpfr.c.o CMakeFiles/freetype.dir/src/base/ftstroke.c.o CMakeFiles/freetype.dir/src/base/ftsynth.c.o CMakeFiles/freetype.dir/src/base/fttype1.c.o CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o CMakeFiles/freetype.dir/src/bdf/bdf.c.o CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o CMakeFiles/freetype.dir/src/cache/ftcache.c.o CMakeFiles/freetype.dir/src/cff/cff.c.o CMakeFiles/freetype.dir/src/cid/type1cid.c.o CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o CMakeFiles/freetype.dir/src/pcf/pcf.c.o CMakeFiles/freetype.dir/src/pfr/pfr.c.o CMakeFiles/freetype.dir/src/psaux/psaux.c.o CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o CMakeFiles/freetype.dir/src/psnames/psnames.c.o CMakeFiles/freetype.dir/src/raster/raster.c.o CMakeFiles/freetype.dir/src/sdf/sdf.c.o CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o CMakeFiles/freetype.dir/src/smooth/smooth.c.o CMakeFiles/freetype.dir/src/svg/svg.c.o CMakeFiles/freetype.dir/src/truetype/truetype.c.o CMakeFiles/freetype.dir/src/type1/type1.c.o CMakeFiles/freetype.dir/src/type42/type42.c.o CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o CMakeFiles/freetype.dir/src/base/ftdebug.c.o +/usr/bin/ranlib libfreetype.a diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/progress.make b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/progress.make new file mode 100644 index 0000000..618398c --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/progress.make @@ -0,0 +1,44 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 72 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = 73 +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = 74 +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = 75 +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = 76 +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = 77 +CMAKE_PROGRESS_14 = +CMAKE_PROGRESS_15 = +CMAKE_PROGRESS_16 = 78 +CMAKE_PROGRESS_17 = +CMAKE_PROGRESS_18 = 79 +CMAKE_PROGRESS_19 = +CMAKE_PROGRESS_20 = 80 +CMAKE_PROGRESS_21 = +CMAKE_PROGRESS_22 = 81 +CMAKE_PROGRESS_23 = +CMAKE_PROGRESS_24 = 82 +CMAKE_PROGRESS_25 = +CMAKE_PROGRESS_26 = 83 +CMAKE_PROGRESS_27 = +CMAKE_PROGRESS_28 = +CMAKE_PROGRESS_29 = 84 +CMAKE_PROGRESS_30 = +CMAKE_PROGRESS_31 = 85 +CMAKE_PROGRESS_32 = +CMAKE_PROGRESS_33 = 86 +CMAKE_PROGRESS_34 = +CMAKE_PROGRESS_35 = 87 +CMAKE_PROGRESS_36 = +CMAKE_PROGRESS_37 = 88 +CMAKE_PROGRESS_38 = +CMAKE_PROGRESS_39 = +CMAKE_PROGRESS_40 = 89 +CMAKE_PROGRESS_41 = +CMAKE_PROGRESS_42 = 90 +CMAKE_PROGRESS_43 = + diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o new file mode 100644 index 0000000..947ebe1 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o.d new file mode 100644 index 0000000..c543de3 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o.d @@ -0,0 +1,153 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/autofit.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/ft-hb.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/ft-hb.h \ + /usr/include/harfbuzz/hb.h /usr/include/harfbuzz/hb-blob.h \ + /usr/include/harfbuzz/hb-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/harfbuzz/hb-buffer.h /usr/include/harfbuzz/hb-unicode.h \ + /usr/include/harfbuzz/hb-font.h /usr/include/harfbuzz/hb-face.h \ + /usr/include/harfbuzz/hb-map.h /usr/include/harfbuzz/hb-set.h \ + /usr/include/harfbuzz/hb-draw.h /usr/include/harfbuzz/hb.h \ + /usr/include/harfbuzz/hb-paint.h /usr/include/harfbuzz/hb-deprecated.h \ + /usr/include/harfbuzz/hb-shape.h /usr/include/harfbuzz/hb-shape-plan.h \ + /usr/include/harfbuzz/hb-style.h /usr/include/harfbuzz/hb-version.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afblue.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/aftypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afblue.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afws-iter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afscript.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afcover.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afstyles.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afcjk.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftadvanc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afglobal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afmodule.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afshaper.h \ + /usr/include/harfbuzz/hb-ot.h /usr/include/harfbuzz/hb-ot-color.h \ + /usr/include/harfbuzz/hb-ot-name.h \ + /usr/include/harfbuzz/hb-ot-deprecated.h \ + /usr/include/harfbuzz/hb-ot-font.h /usr/include/harfbuzz/hb-ot-layout.h \ + /usr/include/harfbuzz/hb-ot-math.h /usr/include/harfbuzz/hb-ot-meta.h \ + /usr/include/harfbuzz/hb-ot-metrics.h \ + /usr/include/harfbuzz/hb-ot-shape.h /usr/include/harfbuzz/hb-ot-var.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/aflatin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afhints.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afcjk.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/aferrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afdummy.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afdummy.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afglobal.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afranges.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afws-decl.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afindic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afhints.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afindic.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/aflatin.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afloader.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afloader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afmodule.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftdriver.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svprop.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afranges.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/afshaper.c diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o new file mode 100644 index 0000000..fee9145 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o.d new file mode 100644 index 0000000..2554d91 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o.d @@ -0,0 +1,153 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbase.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftadvanc.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftadvanc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftcalc.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttrigon.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftcolor.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/sfnt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/tttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcolor.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/t1tables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/wofftypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftdbgmem.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/fterrors.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftfntfmt.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftfntfmt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svfntfmt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgloadr.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/fthash.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/fthash.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftlcdfil.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftmac.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttags.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbase.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftobjs.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlist.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/otsvg.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftvalid.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftrfork.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/psaux.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/t1types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/pshints.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpscmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cfftypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cffotypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/svginterface.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ttnameid.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svprop.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svsfnt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpostnm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svgldict.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svttcmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svkern.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svtteng.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftdriver.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftoutln.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpsprop.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftpsprop.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftrfork.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftsnames.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsnames.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftstream.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/fttrigon.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftutil.c diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o new file mode 100644 index 0000000..8f81e2f Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o.d new file mode 100644 index 0000000..7705834 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o.d @@ -0,0 +1,99 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbbox.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbbox.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o new file mode 100644 index 0000000..6405284 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o.d new file mode 100644 index 0000000..42e583f --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o.d @@ -0,0 +1,99 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbdf.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svbdf.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbdf.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o new file mode 100644 index 0000000..e22a4a4 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o.d new file mode 100644 index 0000000..b801aa1 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o.d @@ -0,0 +1,99 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbitmap.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbitmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcolor.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o new file mode 100644 index 0000000..0f2aa0c Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o.d new file mode 100644 index 0000000..b83f4c2 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o.d @@ -0,0 +1,98 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftcid.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcid.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svcid.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o new file mode 100644 index 0000000..40ecf31 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o.d new file mode 100644 index 0000000..2017d52 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o.d @@ -0,0 +1,98 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftdebug.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlogging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o new file mode 100644 index 0000000..79d701c Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o.d new file mode 100644 index 0000000..f7adb4d --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o.d @@ -0,0 +1,103 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftfstype.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/t1tables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpsinfo.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/t1types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/pshints.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/fthash.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpscmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o new file mode 100644 index 0000000..8ff8559 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o.d new file mode 100644 index 0000000..38576b4 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o.d @@ -0,0 +1,102 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgasp.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftgasp.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/tttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcolor.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/t1tables.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o new file mode 100644 index 0000000..1f1ee18 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o.d new file mode 100644 index 0000000..1d4c317 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o.d @@ -0,0 +1,102 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftglyph.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbitmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcolor.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/otsvg.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbase.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o new file mode 100644 index 0000000..2aa69d9 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o.d new file mode 100644 index 0000000..8128113 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o.d @@ -0,0 +1,100 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgxval.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svgxval.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftgxval.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftvalid.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o new file mode 100644 index 0000000..0711e05 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o.d new file mode 100644 index 0000000..2fe56a5 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o.d @@ -0,0 +1,98 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftinit.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftmodule.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o new file mode 100644 index 0000000..424b494 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o.d new file mode 100644 index 0000000..b6e3b7f --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o.d @@ -0,0 +1,102 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftmm.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/t1tables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svmm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmmtypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svmetric.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o new file mode 100644 index 0000000..d7f23d8 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o.d new file mode 100644 index 0000000..dfd543e --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o.d @@ -0,0 +1,100 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftotval.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svotval.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftotval.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftvalid.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o new file mode 100644 index 0000000..2e9092a Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o.d new file mode 100644 index 0000000..e21e2ab --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o.d @@ -0,0 +1,101 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpatent.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttags.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svsfnt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svttglyf.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o new file mode 100644 index 0000000..e329023 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o.d new file mode 100644 index 0000000..681ca85 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o.d @@ -0,0 +1,99 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpfr.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpfr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftpfr.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o new file mode 100644 index 0000000..54df998 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o.d new file mode 100644 index 0000000..d831b1c --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o.d @@ -0,0 +1,100 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftstroke.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftstroke.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttrigon.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o new file mode 100644 index 0000000..b58f3b4 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o.d new file mode 100644 index 0000000..2a03ad2 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o.d @@ -0,0 +1,101 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftsynth.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsynth.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbitmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcolor.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o new file mode 100644 index 0000000..600363c Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o.d new file mode 100644 index 0000000..8c30bcc --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o.d @@ -0,0 +1,103 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/fttype1.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpsinfo.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/t1types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/t1tables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/pshints.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/fthash.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpscmap.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o new file mode 100644 index 0000000..51f54d3 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o.d new file mode 100644 index 0000000..4603432 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o.d @@ -0,0 +1,99 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftwinfnt.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftwinfnt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svwinfnt.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o new file mode 100644 index 0000000..103bcbb Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o.d new file mode 100644 index 0000000..10677be --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o.d @@ -0,0 +1,108 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdf.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdflib.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdf.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/fthash.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdferror.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdfdrivr.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbdf.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ttnameid.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svbdf.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svfntfmt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdfdrivr.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o new file mode 100644 index 0000000..2a20654 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o.d new file mode 100644 index 0000000..2ee19f6 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o.d @@ -0,0 +1,100 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bzip2/ftbzip2.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbzip2.h \ + /usr/include/bzlib.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o new file mode 100644 index 0000000..0d2b0e6 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o.d new file mode 100644 index 0000000..469df8e --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o.d @@ -0,0 +1,115 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcache.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcbasic.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcache.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcmanag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcmru.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftccache.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcsbits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftccback.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcerror.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftccache.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftccmap.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcglyph.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcimage.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcmanag.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcmru.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcsbits.c diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o new file mode 100644 index 0000000..5d3f075 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o.d new file mode 100644 index 0000000..ea4f147 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o.d @@ -0,0 +1,143 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cff.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cffcmap.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cffcmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cffotypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cfftypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/t1tables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpscmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/pshints.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/t1types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/fthash.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/tttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcolor.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cffload.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cffparse.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cfferrs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cffdrivr.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/sfnt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/wofftypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/psaux.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftpsprop.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svcid.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpsinfo.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpostnm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svttcmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svcfftl.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cffdrivr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cffgload.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cffobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svmm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmmtypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svmetric.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svfntfmt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svgldict.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svprop.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftdriver.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cffgload.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cffparse.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlist.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cfftoken.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cffload.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttags.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cffobjs.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ttnameid.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o new file mode 100644 index 0000000..4be1a0e Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o.d new file mode 100644 index 0000000..dfc3128 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o.d @@ -0,0 +1,130 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/type1cid.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/cidgload.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/cidload.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/cidparse.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/t1types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/t1tables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/pshints.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/fthash.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpscmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/psaux.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/tttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcolor.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cfftypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cffotypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/cidgload.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/cidobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftdriver.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/ciderrs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/cidload.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/cidtoken.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/cidobjs.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/cidparse.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/cidriver.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/cidriver.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftpsprop.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpostnm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svfntfmt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpsinfo.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svcid.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svprop.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o new file mode 100644 index 0000000..8311076 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o.d new file mode 100644 index 0000000..7ecd924 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o.d @@ -0,0 +1,106 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/gzip/ftgzip.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftgzip.h \ + /usr/include/zlib.h /usr/include/zconf.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o new file mode 100644 index 0000000..d1de218 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o.d new file mode 100644 index 0000000..db0ccef --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o.d @@ -0,0 +1,101 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/lzw/ftlzw.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlzw.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/lzw/ftzopen.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/lzw/ftzopen.c diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o new file mode 100644 index 0000000..f3a7017 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o.d new file mode 100644 index 0000000..84d7f45 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o.d @@ -0,0 +1,116 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcf.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcfdrivr.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftgzip.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlzw.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbzip2.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbdf.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ttnameid.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcf.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcfdrivr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcfread.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcferror.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcfutil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svbdf.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svfntfmt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svprop.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftdriver.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcfread.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcfutil.c diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o new file mode 100644 index 0000000..f43beca Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o.d new file mode 100644 index 0000000..eee4089 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o.d @@ -0,0 +1,117 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfr.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfrcmap.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfrcmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfrtypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfrobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfrerror.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfrdrivr.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpfr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftpfr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svfntfmt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfrdrivr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfrgload.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfrgload.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfrsbit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfrload.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfrload.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfrobjs.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ttnameid.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfrsbit.c diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o new file mode 100644 index 0000000..984925b Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o.d new file mode 100644 index 0000000..540431a --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o.d @@ -0,0 +1,151 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psaux.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/afmparse.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/psaux.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/t1types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/t1tables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/pshints.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/fthash.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpscmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/tttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcolor.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cfftypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cffotypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/afmparse.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psconv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psauxerr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psauxmod.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psauxmod.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/t1decode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/t1cmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psft.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/pstypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psglue.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/pserror.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psfixed.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psarrst.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psread.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/cffdecode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psconv.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psobjs.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftdriver.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/t1cmap.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/t1decode.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/cffdecode.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svcfftl.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psarrst.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psblues.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psblues.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/pshints.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psfont.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/pserror.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psfont.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psintrp.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psft.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svmm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmmtypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/pshints.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psintrp.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psstack.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psread.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psstack.c diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o new file mode 100644 index 0000000..8611ae0 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o.d new file mode 100644 index 0000000..546cb76 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o.d @@ -0,0 +1,108 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshinter.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshalgo.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshalgo.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshrec.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/pshints.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/t1tables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshglob.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshnterr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshglob.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshmod.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshmod.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshrec.c diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o new file mode 100644 index 0000000..5e42341 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o.d new file mode 100644 index 0000000..b275a80 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o.d @@ -0,0 +1,102 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/psnames.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/psmodule.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpscmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/psmodule.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/pstables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/psnamerr.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o new file mode 100644 index 0000000..6ddbdec Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o.d new file mode 100644 index 0000000..6082726 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o.d @@ -0,0 +1,104 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/raster.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/ftraster.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/ftraster.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/rasterrs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/ftrend1.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/ftrend1.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o new file mode 100644 index 0000000..6a4d322 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o.d new file mode 100644 index 0000000..8ec1f1d --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o.d @@ -0,0 +1,110 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/sdf.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/ftsdfrend.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svprop.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbitmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcolor.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/ftsdfrend.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/ftsdf.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/ftsdfcommon.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/ftsdferrs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/ftsdfcommon.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/ftbsdf.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttrigon.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/ftsdf.c diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o new file mode 100644 index 0000000..3c5cd18 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o.d new file mode 100644 index 0000000..ff536c3 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o.d @@ -0,0 +1,166 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfnt.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/pngshim.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttags.h \ + /usr/include/png.h /usr/include/pnglibconf.h /usr/include/pngconf.h \ + /usr/include/time.h /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/pngshim.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttload.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/tttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcolor.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/t1tables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sferrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfdriver.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/sfnt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/wofftypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ttnameid.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfdriver.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttsbit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttcolr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttcpal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttsvg.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttpost.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttbdf.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbdf.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svbdf.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttcmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftvalid.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svttcmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttcmapc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttkern.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttmtx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svgldict.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpostnm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svsfnt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svmm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmmtypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfobjs.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfwoff.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfwoff2.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpscmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsnames.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svmetric.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfwoff.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftgzip.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfwoff2.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/woff2tags.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /usr/include/brotli/decode.h /usr/include/brotli/port.h \ + /usr/include/brotli/shared_dictionary.h /usr/include/brotli/types.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttbdf.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttcmap.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttcolr.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttcpal.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttsvg.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/otsvg.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttkern.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttload.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttmtx.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttpost.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/ttsbit.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbitmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/woff2tags.c diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o new file mode 100644 index 0000000..d563f8c Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o.d new file mode 100644 index 0000000..7f37a77 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o.d @@ -0,0 +1,107 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/smooth.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/ftgrays.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/ftgrays.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/ftsmerrs.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/ftsmooth.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/ftsmooth.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o new file mode 100644 index 0000000..b0b03ea Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o.d new file mode 100644 index 0000000..9f48b48 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o.d @@ -0,0 +1,104 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/svg/svg.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/svg/svgtypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/otsvg.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/svg/ftsvg.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svprop.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/svginterface.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbbox.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/svg/ftsvg.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o new file mode 100644 index 0000000..c2e2e35 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o.d new file mode 100644 index 0000000..3a70f59 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o.d @@ -0,0 +1,131 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/truetype.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/ttdriver.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/sfnt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/tttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcolor.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/t1tables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/wofftypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svfntfmt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svmm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmmtypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svmetric.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svtteng.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svttglyf.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svprop.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftdriver.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/ttdriver.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/ttgload.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/ttobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/ttinterp.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/ttpload.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/ttgxvar.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/tterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/ttgload.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttags.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlist.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/ttgxvar.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ttnameid.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/ttinterp.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttrigon.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/ttobjs.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/ttpload.c diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o new file mode 100644 index 0000000..c9ab16d Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o.d new file mode 100644 index 0000000..d10993b --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o.d @@ -0,0 +1,136 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/type1.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/t1afm.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/t1afm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/t1objs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/t1types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/t1tables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/pshints.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/fthash.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpscmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/psaux.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/tttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcolor.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cfftypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cffotypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/t1errors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/t1driver.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/t1driver.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/t1gload.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/t1load.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/t1parse.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftpsprop.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftdriver.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svmm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmmtypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svgldict.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svfntfmt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpostnm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpsinfo.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svprop.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svkern.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/t1gload.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/t1load.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/t1tokens.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/t1objs.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ttnameid.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/t1parse.c diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o new file mode 100644 index 0000000..e465e2d Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o.d new file mode 100644 index 0000000..6e3fcd0 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o.d @@ -0,0 +1,124 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/type42.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/t42drivr.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/t42drivr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/t42objs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/t1tables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/t1types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/pshints.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/fthash.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpscmap.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/t42types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/t42error.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svfntfmt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svgldict.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpostnm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svpsinfo.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/t42objs.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/t42parse.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/psaux.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/tttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcolor.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmm.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cfftypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cffotypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlist.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ttnameid.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/t42parse.c \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o new file mode 100644 index 0000000..4793df0 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o differ diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o.d b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o.d new file mode 100644 index 0000000..228806d --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o.d @@ -0,0 +1,104 @@ +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/winfonts/winfnt.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftwinfnt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ttnameid.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/winfonts/winfnt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/winfonts/fnterrs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svwinfnt.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/services/svfntfmt.h diff --git a/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/progress.marks b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/progress.marks new file mode 100644 index 0000000..d6b2404 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/CMakeFiles/progress.marks @@ -0,0 +1 @@ +19 diff --git a/examples/basic/build/libraries/freetype-2.13.2/Makefile b/examples/basic/build/libraries/freetype-2.13.2/Makefile new file mode 100644 index 0000000..c7c0e34 --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/Makefile @@ -0,0 +1,1360 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\" \"headers\" \"pkgconfig\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2//CMakeFiles/progress.marks + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/freetype-2.13.2/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/freetype-2.13.2/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/freetype-2.13.2/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/freetype-2.13.2/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +libraries/freetype-2.13.2/CMakeFiles/freetype.dir/rule: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/freetype-2.13.2/CMakeFiles/freetype.dir/rule +.PHONY : libraries/freetype-2.13.2/CMakeFiles/freetype.dir/rule + +# Convenience name for target. +freetype: libraries/freetype-2.13.2/CMakeFiles/freetype.dir/rule +.PHONY : freetype + +# fast build rule for target. +freetype/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build +.PHONY : freetype/fast + +builds/unix/ftsystem.o: builds/unix/ftsystem.c.o +.PHONY : builds/unix/ftsystem.o + +# target to build an object file +builds/unix/ftsystem.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o +.PHONY : builds/unix/ftsystem.c.o + +builds/unix/ftsystem.i: builds/unix/ftsystem.c.i +.PHONY : builds/unix/ftsystem.i + +# target to preprocess a source file +builds/unix/ftsystem.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.i +.PHONY : builds/unix/ftsystem.c.i + +builds/unix/ftsystem.s: builds/unix/ftsystem.c.s +.PHONY : builds/unix/ftsystem.s + +# target to generate assembly for a file +builds/unix/ftsystem.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.s +.PHONY : builds/unix/ftsystem.c.s + +src/autofit/autofit.o: src/autofit/autofit.c.o +.PHONY : src/autofit/autofit.o + +# target to build an object file +src/autofit/autofit.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o +.PHONY : src/autofit/autofit.c.o + +src/autofit/autofit.i: src/autofit/autofit.c.i +.PHONY : src/autofit/autofit.i + +# target to preprocess a source file +src/autofit/autofit.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.i +.PHONY : src/autofit/autofit.c.i + +src/autofit/autofit.s: src/autofit/autofit.c.s +.PHONY : src/autofit/autofit.s + +# target to generate assembly for a file +src/autofit/autofit.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.s +.PHONY : src/autofit/autofit.c.s + +src/base/ftbase.o: src/base/ftbase.c.o +.PHONY : src/base/ftbase.o + +# target to build an object file +src/base/ftbase.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o +.PHONY : src/base/ftbase.c.o + +src/base/ftbase.i: src/base/ftbase.c.i +.PHONY : src/base/ftbase.i + +# target to preprocess a source file +src/base/ftbase.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.i +.PHONY : src/base/ftbase.c.i + +src/base/ftbase.s: src/base/ftbase.c.s +.PHONY : src/base/ftbase.s + +# target to generate assembly for a file +src/base/ftbase.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.s +.PHONY : src/base/ftbase.c.s + +src/base/ftbbox.o: src/base/ftbbox.c.o +.PHONY : src/base/ftbbox.o + +# target to build an object file +src/base/ftbbox.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o +.PHONY : src/base/ftbbox.c.o + +src/base/ftbbox.i: src/base/ftbbox.c.i +.PHONY : src/base/ftbbox.i + +# target to preprocess a source file +src/base/ftbbox.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.i +.PHONY : src/base/ftbbox.c.i + +src/base/ftbbox.s: src/base/ftbbox.c.s +.PHONY : src/base/ftbbox.s + +# target to generate assembly for a file +src/base/ftbbox.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.s +.PHONY : src/base/ftbbox.c.s + +src/base/ftbdf.o: src/base/ftbdf.c.o +.PHONY : src/base/ftbdf.o + +# target to build an object file +src/base/ftbdf.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o +.PHONY : src/base/ftbdf.c.o + +src/base/ftbdf.i: src/base/ftbdf.c.i +.PHONY : src/base/ftbdf.i + +# target to preprocess a source file +src/base/ftbdf.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.i +.PHONY : src/base/ftbdf.c.i + +src/base/ftbdf.s: src/base/ftbdf.c.s +.PHONY : src/base/ftbdf.s + +# target to generate assembly for a file +src/base/ftbdf.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.s +.PHONY : src/base/ftbdf.c.s + +src/base/ftbitmap.o: src/base/ftbitmap.c.o +.PHONY : src/base/ftbitmap.o + +# target to build an object file +src/base/ftbitmap.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o +.PHONY : src/base/ftbitmap.c.o + +src/base/ftbitmap.i: src/base/ftbitmap.c.i +.PHONY : src/base/ftbitmap.i + +# target to preprocess a source file +src/base/ftbitmap.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.i +.PHONY : src/base/ftbitmap.c.i + +src/base/ftbitmap.s: src/base/ftbitmap.c.s +.PHONY : src/base/ftbitmap.s + +# target to generate assembly for a file +src/base/ftbitmap.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.s +.PHONY : src/base/ftbitmap.c.s + +src/base/ftcid.o: src/base/ftcid.c.o +.PHONY : src/base/ftcid.o + +# target to build an object file +src/base/ftcid.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o +.PHONY : src/base/ftcid.c.o + +src/base/ftcid.i: src/base/ftcid.c.i +.PHONY : src/base/ftcid.i + +# target to preprocess a source file +src/base/ftcid.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.i +.PHONY : src/base/ftcid.c.i + +src/base/ftcid.s: src/base/ftcid.c.s +.PHONY : src/base/ftcid.s + +# target to generate assembly for a file +src/base/ftcid.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.s +.PHONY : src/base/ftcid.c.s + +src/base/ftdebug.o: src/base/ftdebug.c.o +.PHONY : src/base/ftdebug.o + +# target to build an object file +src/base/ftdebug.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o +.PHONY : src/base/ftdebug.c.o + +src/base/ftdebug.i: src/base/ftdebug.c.i +.PHONY : src/base/ftdebug.i + +# target to preprocess a source file +src/base/ftdebug.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.i +.PHONY : src/base/ftdebug.c.i + +src/base/ftdebug.s: src/base/ftdebug.c.s +.PHONY : src/base/ftdebug.s + +# target to generate assembly for a file +src/base/ftdebug.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.s +.PHONY : src/base/ftdebug.c.s + +src/base/ftfstype.o: src/base/ftfstype.c.o +.PHONY : src/base/ftfstype.o + +# target to build an object file +src/base/ftfstype.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o +.PHONY : src/base/ftfstype.c.o + +src/base/ftfstype.i: src/base/ftfstype.c.i +.PHONY : src/base/ftfstype.i + +# target to preprocess a source file +src/base/ftfstype.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.i +.PHONY : src/base/ftfstype.c.i + +src/base/ftfstype.s: src/base/ftfstype.c.s +.PHONY : src/base/ftfstype.s + +# target to generate assembly for a file +src/base/ftfstype.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.s +.PHONY : src/base/ftfstype.c.s + +src/base/ftgasp.o: src/base/ftgasp.c.o +.PHONY : src/base/ftgasp.o + +# target to build an object file +src/base/ftgasp.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o +.PHONY : src/base/ftgasp.c.o + +src/base/ftgasp.i: src/base/ftgasp.c.i +.PHONY : src/base/ftgasp.i + +# target to preprocess a source file +src/base/ftgasp.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.i +.PHONY : src/base/ftgasp.c.i + +src/base/ftgasp.s: src/base/ftgasp.c.s +.PHONY : src/base/ftgasp.s + +# target to generate assembly for a file +src/base/ftgasp.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.s +.PHONY : src/base/ftgasp.c.s + +src/base/ftglyph.o: src/base/ftglyph.c.o +.PHONY : src/base/ftglyph.o + +# target to build an object file +src/base/ftglyph.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o +.PHONY : src/base/ftglyph.c.o + +src/base/ftglyph.i: src/base/ftglyph.c.i +.PHONY : src/base/ftglyph.i + +# target to preprocess a source file +src/base/ftglyph.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.i +.PHONY : src/base/ftglyph.c.i + +src/base/ftglyph.s: src/base/ftglyph.c.s +.PHONY : src/base/ftglyph.s + +# target to generate assembly for a file +src/base/ftglyph.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.s +.PHONY : src/base/ftglyph.c.s + +src/base/ftgxval.o: src/base/ftgxval.c.o +.PHONY : src/base/ftgxval.o + +# target to build an object file +src/base/ftgxval.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o +.PHONY : src/base/ftgxval.c.o + +src/base/ftgxval.i: src/base/ftgxval.c.i +.PHONY : src/base/ftgxval.i + +# target to preprocess a source file +src/base/ftgxval.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.i +.PHONY : src/base/ftgxval.c.i + +src/base/ftgxval.s: src/base/ftgxval.c.s +.PHONY : src/base/ftgxval.s + +# target to generate assembly for a file +src/base/ftgxval.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.s +.PHONY : src/base/ftgxval.c.s + +src/base/ftinit.o: src/base/ftinit.c.o +.PHONY : src/base/ftinit.o + +# target to build an object file +src/base/ftinit.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o +.PHONY : src/base/ftinit.c.o + +src/base/ftinit.i: src/base/ftinit.c.i +.PHONY : src/base/ftinit.i + +# target to preprocess a source file +src/base/ftinit.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.i +.PHONY : src/base/ftinit.c.i + +src/base/ftinit.s: src/base/ftinit.c.s +.PHONY : src/base/ftinit.s + +# target to generate assembly for a file +src/base/ftinit.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.s +.PHONY : src/base/ftinit.c.s + +src/base/ftmm.o: src/base/ftmm.c.o +.PHONY : src/base/ftmm.o + +# target to build an object file +src/base/ftmm.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o +.PHONY : src/base/ftmm.c.o + +src/base/ftmm.i: src/base/ftmm.c.i +.PHONY : src/base/ftmm.i + +# target to preprocess a source file +src/base/ftmm.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.i +.PHONY : src/base/ftmm.c.i + +src/base/ftmm.s: src/base/ftmm.c.s +.PHONY : src/base/ftmm.s + +# target to generate assembly for a file +src/base/ftmm.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.s +.PHONY : src/base/ftmm.c.s + +src/base/ftotval.o: src/base/ftotval.c.o +.PHONY : src/base/ftotval.o + +# target to build an object file +src/base/ftotval.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o +.PHONY : src/base/ftotval.c.o + +src/base/ftotval.i: src/base/ftotval.c.i +.PHONY : src/base/ftotval.i + +# target to preprocess a source file +src/base/ftotval.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.i +.PHONY : src/base/ftotval.c.i + +src/base/ftotval.s: src/base/ftotval.c.s +.PHONY : src/base/ftotval.s + +# target to generate assembly for a file +src/base/ftotval.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.s +.PHONY : src/base/ftotval.c.s + +src/base/ftpatent.o: src/base/ftpatent.c.o +.PHONY : src/base/ftpatent.o + +# target to build an object file +src/base/ftpatent.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o +.PHONY : src/base/ftpatent.c.o + +src/base/ftpatent.i: src/base/ftpatent.c.i +.PHONY : src/base/ftpatent.i + +# target to preprocess a source file +src/base/ftpatent.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.i +.PHONY : src/base/ftpatent.c.i + +src/base/ftpatent.s: src/base/ftpatent.c.s +.PHONY : src/base/ftpatent.s + +# target to generate assembly for a file +src/base/ftpatent.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.s +.PHONY : src/base/ftpatent.c.s + +src/base/ftpfr.o: src/base/ftpfr.c.o +.PHONY : src/base/ftpfr.o + +# target to build an object file +src/base/ftpfr.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o +.PHONY : src/base/ftpfr.c.o + +src/base/ftpfr.i: src/base/ftpfr.c.i +.PHONY : src/base/ftpfr.i + +# target to preprocess a source file +src/base/ftpfr.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.i +.PHONY : src/base/ftpfr.c.i + +src/base/ftpfr.s: src/base/ftpfr.c.s +.PHONY : src/base/ftpfr.s + +# target to generate assembly for a file +src/base/ftpfr.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.s +.PHONY : src/base/ftpfr.c.s + +src/base/ftstroke.o: src/base/ftstroke.c.o +.PHONY : src/base/ftstroke.o + +# target to build an object file +src/base/ftstroke.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o +.PHONY : src/base/ftstroke.c.o + +src/base/ftstroke.i: src/base/ftstroke.c.i +.PHONY : src/base/ftstroke.i + +# target to preprocess a source file +src/base/ftstroke.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.i +.PHONY : src/base/ftstroke.c.i + +src/base/ftstroke.s: src/base/ftstroke.c.s +.PHONY : src/base/ftstroke.s + +# target to generate assembly for a file +src/base/ftstroke.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.s +.PHONY : src/base/ftstroke.c.s + +src/base/ftsynth.o: src/base/ftsynth.c.o +.PHONY : src/base/ftsynth.o + +# target to build an object file +src/base/ftsynth.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o +.PHONY : src/base/ftsynth.c.o + +src/base/ftsynth.i: src/base/ftsynth.c.i +.PHONY : src/base/ftsynth.i + +# target to preprocess a source file +src/base/ftsynth.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.i +.PHONY : src/base/ftsynth.c.i + +src/base/ftsynth.s: src/base/ftsynth.c.s +.PHONY : src/base/ftsynth.s + +# target to generate assembly for a file +src/base/ftsynth.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.s +.PHONY : src/base/ftsynth.c.s + +src/base/fttype1.o: src/base/fttype1.c.o +.PHONY : src/base/fttype1.o + +# target to build an object file +src/base/fttype1.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o +.PHONY : src/base/fttype1.c.o + +src/base/fttype1.i: src/base/fttype1.c.i +.PHONY : src/base/fttype1.i + +# target to preprocess a source file +src/base/fttype1.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.i +.PHONY : src/base/fttype1.c.i + +src/base/fttype1.s: src/base/fttype1.c.s +.PHONY : src/base/fttype1.s + +# target to generate assembly for a file +src/base/fttype1.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.s +.PHONY : src/base/fttype1.c.s + +src/base/ftwinfnt.o: src/base/ftwinfnt.c.o +.PHONY : src/base/ftwinfnt.o + +# target to build an object file +src/base/ftwinfnt.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o +.PHONY : src/base/ftwinfnt.c.o + +src/base/ftwinfnt.i: src/base/ftwinfnt.c.i +.PHONY : src/base/ftwinfnt.i + +# target to preprocess a source file +src/base/ftwinfnt.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.i +.PHONY : src/base/ftwinfnt.c.i + +src/base/ftwinfnt.s: src/base/ftwinfnt.c.s +.PHONY : src/base/ftwinfnt.s + +# target to generate assembly for a file +src/base/ftwinfnt.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.s +.PHONY : src/base/ftwinfnt.c.s + +src/bdf/bdf.o: src/bdf/bdf.c.o +.PHONY : src/bdf/bdf.o + +# target to build an object file +src/bdf/bdf.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o +.PHONY : src/bdf/bdf.c.o + +src/bdf/bdf.i: src/bdf/bdf.c.i +.PHONY : src/bdf/bdf.i + +# target to preprocess a source file +src/bdf/bdf.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.i +.PHONY : src/bdf/bdf.c.i + +src/bdf/bdf.s: src/bdf/bdf.c.s +.PHONY : src/bdf/bdf.s + +# target to generate assembly for a file +src/bdf/bdf.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.s +.PHONY : src/bdf/bdf.c.s + +src/bzip2/ftbzip2.o: src/bzip2/ftbzip2.c.o +.PHONY : src/bzip2/ftbzip2.o + +# target to build an object file +src/bzip2/ftbzip2.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o +.PHONY : src/bzip2/ftbzip2.c.o + +src/bzip2/ftbzip2.i: src/bzip2/ftbzip2.c.i +.PHONY : src/bzip2/ftbzip2.i + +# target to preprocess a source file +src/bzip2/ftbzip2.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.i +.PHONY : src/bzip2/ftbzip2.c.i + +src/bzip2/ftbzip2.s: src/bzip2/ftbzip2.c.s +.PHONY : src/bzip2/ftbzip2.s + +# target to generate assembly for a file +src/bzip2/ftbzip2.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.s +.PHONY : src/bzip2/ftbzip2.c.s + +src/cache/ftcache.o: src/cache/ftcache.c.o +.PHONY : src/cache/ftcache.o + +# target to build an object file +src/cache/ftcache.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o +.PHONY : src/cache/ftcache.c.o + +src/cache/ftcache.i: src/cache/ftcache.c.i +.PHONY : src/cache/ftcache.i + +# target to preprocess a source file +src/cache/ftcache.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.i +.PHONY : src/cache/ftcache.c.i + +src/cache/ftcache.s: src/cache/ftcache.c.s +.PHONY : src/cache/ftcache.s + +# target to generate assembly for a file +src/cache/ftcache.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.s +.PHONY : src/cache/ftcache.c.s + +src/cff/cff.o: src/cff/cff.c.o +.PHONY : src/cff/cff.o + +# target to build an object file +src/cff/cff.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o +.PHONY : src/cff/cff.c.o + +src/cff/cff.i: src/cff/cff.c.i +.PHONY : src/cff/cff.i + +# target to preprocess a source file +src/cff/cff.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.i +.PHONY : src/cff/cff.c.i + +src/cff/cff.s: src/cff/cff.c.s +.PHONY : src/cff/cff.s + +# target to generate assembly for a file +src/cff/cff.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.s +.PHONY : src/cff/cff.c.s + +src/cid/type1cid.o: src/cid/type1cid.c.o +.PHONY : src/cid/type1cid.o + +# target to build an object file +src/cid/type1cid.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o +.PHONY : src/cid/type1cid.c.o + +src/cid/type1cid.i: src/cid/type1cid.c.i +.PHONY : src/cid/type1cid.i + +# target to preprocess a source file +src/cid/type1cid.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.i +.PHONY : src/cid/type1cid.c.i + +src/cid/type1cid.s: src/cid/type1cid.c.s +.PHONY : src/cid/type1cid.s + +# target to generate assembly for a file +src/cid/type1cid.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.s +.PHONY : src/cid/type1cid.c.s + +src/gzip/ftgzip.o: src/gzip/ftgzip.c.o +.PHONY : src/gzip/ftgzip.o + +# target to build an object file +src/gzip/ftgzip.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o +.PHONY : src/gzip/ftgzip.c.o + +src/gzip/ftgzip.i: src/gzip/ftgzip.c.i +.PHONY : src/gzip/ftgzip.i + +# target to preprocess a source file +src/gzip/ftgzip.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.i +.PHONY : src/gzip/ftgzip.c.i + +src/gzip/ftgzip.s: src/gzip/ftgzip.c.s +.PHONY : src/gzip/ftgzip.s + +# target to generate assembly for a file +src/gzip/ftgzip.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.s +.PHONY : src/gzip/ftgzip.c.s + +src/lzw/ftlzw.o: src/lzw/ftlzw.c.o +.PHONY : src/lzw/ftlzw.o + +# target to build an object file +src/lzw/ftlzw.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o +.PHONY : src/lzw/ftlzw.c.o + +src/lzw/ftlzw.i: src/lzw/ftlzw.c.i +.PHONY : src/lzw/ftlzw.i + +# target to preprocess a source file +src/lzw/ftlzw.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.i +.PHONY : src/lzw/ftlzw.c.i + +src/lzw/ftlzw.s: src/lzw/ftlzw.c.s +.PHONY : src/lzw/ftlzw.s + +# target to generate assembly for a file +src/lzw/ftlzw.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.s +.PHONY : src/lzw/ftlzw.c.s + +src/pcf/pcf.o: src/pcf/pcf.c.o +.PHONY : src/pcf/pcf.o + +# target to build an object file +src/pcf/pcf.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o +.PHONY : src/pcf/pcf.c.o + +src/pcf/pcf.i: src/pcf/pcf.c.i +.PHONY : src/pcf/pcf.i + +# target to preprocess a source file +src/pcf/pcf.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.i +.PHONY : src/pcf/pcf.c.i + +src/pcf/pcf.s: src/pcf/pcf.c.s +.PHONY : src/pcf/pcf.s + +# target to generate assembly for a file +src/pcf/pcf.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.s +.PHONY : src/pcf/pcf.c.s + +src/pfr/pfr.o: src/pfr/pfr.c.o +.PHONY : src/pfr/pfr.o + +# target to build an object file +src/pfr/pfr.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o +.PHONY : src/pfr/pfr.c.o + +src/pfr/pfr.i: src/pfr/pfr.c.i +.PHONY : src/pfr/pfr.i + +# target to preprocess a source file +src/pfr/pfr.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.i +.PHONY : src/pfr/pfr.c.i + +src/pfr/pfr.s: src/pfr/pfr.c.s +.PHONY : src/pfr/pfr.s + +# target to generate assembly for a file +src/pfr/pfr.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.s +.PHONY : src/pfr/pfr.c.s + +src/psaux/psaux.o: src/psaux/psaux.c.o +.PHONY : src/psaux/psaux.o + +# target to build an object file +src/psaux/psaux.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o +.PHONY : src/psaux/psaux.c.o + +src/psaux/psaux.i: src/psaux/psaux.c.i +.PHONY : src/psaux/psaux.i + +# target to preprocess a source file +src/psaux/psaux.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.i +.PHONY : src/psaux/psaux.c.i + +src/psaux/psaux.s: src/psaux/psaux.c.s +.PHONY : src/psaux/psaux.s + +# target to generate assembly for a file +src/psaux/psaux.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.s +.PHONY : src/psaux/psaux.c.s + +src/pshinter/pshinter.o: src/pshinter/pshinter.c.o +.PHONY : src/pshinter/pshinter.o + +# target to build an object file +src/pshinter/pshinter.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o +.PHONY : src/pshinter/pshinter.c.o + +src/pshinter/pshinter.i: src/pshinter/pshinter.c.i +.PHONY : src/pshinter/pshinter.i + +# target to preprocess a source file +src/pshinter/pshinter.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.i +.PHONY : src/pshinter/pshinter.c.i + +src/pshinter/pshinter.s: src/pshinter/pshinter.c.s +.PHONY : src/pshinter/pshinter.s + +# target to generate assembly for a file +src/pshinter/pshinter.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.s +.PHONY : src/pshinter/pshinter.c.s + +src/psnames/psnames.o: src/psnames/psnames.c.o +.PHONY : src/psnames/psnames.o + +# target to build an object file +src/psnames/psnames.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o +.PHONY : src/psnames/psnames.c.o + +src/psnames/psnames.i: src/psnames/psnames.c.i +.PHONY : src/psnames/psnames.i + +# target to preprocess a source file +src/psnames/psnames.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.i +.PHONY : src/psnames/psnames.c.i + +src/psnames/psnames.s: src/psnames/psnames.c.s +.PHONY : src/psnames/psnames.s + +# target to generate assembly for a file +src/psnames/psnames.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.s +.PHONY : src/psnames/psnames.c.s + +src/raster/raster.o: src/raster/raster.c.o +.PHONY : src/raster/raster.o + +# target to build an object file +src/raster/raster.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o +.PHONY : src/raster/raster.c.o + +src/raster/raster.i: src/raster/raster.c.i +.PHONY : src/raster/raster.i + +# target to preprocess a source file +src/raster/raster.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.i +.PHONY : src/raster/raster.c.i + +src/raster/raster.s: src/raster/raster.c.s +.PHONY : src/raster/raster.s + +# target to generate assembly for a file +src/raster/raster.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.s +.PHONY : src/raster/raster.c.s + +src/sdf/sdf.o: src/sdf/sdf.c.o +.PHONY : src/sdf/sdf.o + +# target to build an object file +src/sdf/sdf.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o +.PHONY : src/sdf/sdf.c.o + +src/sdf/sdf.i: src/sdf/sdf.c.i +.PHONY : src/sdf/sdf.i + +# target to preprocess a source file +src/sdf/sdf.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.i +.PHONY : src/sdf/sdf.c.i + +src/sdf/sdf.s: src/sdf/sdf.c.s +.PHONY : src/sdf/sdf.s + +# target to generate assembly for a file +src/sdf/sdf.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.s +.PHONY : src/sdf/sdf.c.s + +src/sfnt/sfnt.o: src/sfnt/sfnt.c.o +.PHONY : src/sfnt/sfnt.o + +# target to build an object file +src/sfnt/sfnt.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o +.PHONY : src/sfnt/sfnt.c.o + +src/sfnt/sfnt.i: src/sfnt/sfnt.c.i +.PHONY : src/sfnt/sfnt.i + +# target to preprocess a source file +src/sfnt/sfnt.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.i +.PHONY : src/sfnt/sfnt.c.i + +src/sfnt/sfnt.s: src/sfnt/sfnt.c.s +.PHONY : src/sfnt/sfnt.s + +# target to generate assembly for a file +src/sfnt/sfnt.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.s +.PHONY : src/sfnt/sfnt.c.s + +src/smooth/smooth.o: src/smooth/smooth.c.o +.PHONY : src/smooth/smooth.o + +# target to build an object file +src/smooth/smooth.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o +.PHONY : src/smooth/smooth.c.o + +src/smooth/smooth.i: src/smooth/smooth.c.i +.PHONY : src/smooth/smooth.i + +# target to preprocess a source file +src/smooth/smooth.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.i +.PHONY : src/smooth/smooth.c.i + +src/smooth/smooth.s: src/smooth/smooth.c.s +.PHONY : src/smooth/smooth.s + +# target to generate assembly for a file +src/smooth/smooth.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.s +.PHONY : src/smooth/smooth.c.s + +src/svg/svg.o: src/svg/svg.c.o +.PHONY : src/svg/svg.o + +# target to build an object file +src/svg/svg.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o +.PHONY : src/svg/svg.c.o + +src/svg/svg.i: src/svg/svg.c.i +.PHONY : src/svg/svg.i + +# target to preprocess a source file +src/svg/svg.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.i +.PHONY : src/svg/svg.c.i + +src/svg/svg.s: src/svg/svg.c.s +.PHONY : src/svg/svg.s + +# target to generate assembly for a file +src/svg/svg.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.s +.PHONY : src/svg/svg.c.s + +src/truetype/truetype.o: src/truetype/truetype.c.o +.PHONY : src/truetype/truetype.o + +# target to build an object file +src/truetype/truetype.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o +.PHONY : src/truetype/truetype.c.o + +src/truetype/truetype.i: src/truetype/truetype.c.i +.PHONY : src/truetype/truetype.i + +# target to preprocess a source file +src/truetype/truetype.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.i +.PHONY : src/truetype/truetype.c.i + +src/truetype/truetype.s: src/truetype/truetype.c.s +.PHONY : src/truetype/truetype.s + +# target to generate assembly for a file +src/truetype/truetype.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.s +.PHONY : src/truetype/truetype.c.s + +src/type1/type1.o: src/type1/type1.c.o +.PHONY : src/type1/type1.o + +# target to build an object file +src/type1/type1.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o +.PHONY : src/type1/type1.c.o + +src/type1/type1.i: src/type1/type1.c.i +.PHONY : src/type1/type1.i + +# target to preprocess a source file +src/type1/type1.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.i +.PHONY : src/type1/type1.c.i + +src/type1/type1.s: src/type1/type1.c.s +.PHONY : src/type1/type1.s + +# target to generate assembly for a file +src/type1/type1.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.s +.PHONY : src/type1/type1.c.s + +src/type42/type42.o: src/type42/type42.c.o +.PHONY : src/type42/type42.o + +# target to build an object file +src/type42/type42.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o +.PHONY : src/type42/type42.c.o + +src/type42/type42.i: src/type42/type42.c.i +.PHONY : src/type42/type42.i + +# target to preprocess a source file +src/type42/type42.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.i +.PHONY : src/type42/type42.c.i + +src/type42/type42.s: src/type42/type42.c.s +.PHONY : src/type42/type42.s + +# target to generate assembly for a file +src/type42/type42.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.s +.PHONY : src/type42/type42.c.s + +src/winfonts/winfnt.o: src/winfonts/winfnt.c.o +.PHONY : src/winfonts/winfnt.o + +# target to build an object file +src/winfonts/winfnt.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o +.PHONY : src/winfonts/winfnt.c.o + +src/winfonts/winfnt.i: src/winfonts/winfnt.c.i +.PHONY : src/winfonts/winfnt.i + +# target to preprocess a source file +src/winfonts/winfnt.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.i +.PHONY : src/winfonts/winfnt.c.i + +src/winfonts/winfnt.s: src/winfonts/winfnt.c.s +.PHONY : src/winfonts/winfnt.s + +# target to generate assembly for a file +src/winfonts/winfnt.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/freetype-2.13.2/CMakeFiles/freetype.dir/build.make libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.s +.PHONY : src/winfonts/winfnt.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... freetype" + @echo "... builds/unix/ftsystem.o" + @echo "... builds/unix/ftsystem.i" + @echo "... builds/unix/ftsystem.s" + @echo "... src/autofit/autofit.o" + @echo "... src/autofit/autofit.i" + @echo "... src/autofit/autofit.s" + @echo "... src/base/ftbase.o" + @echo "... src/base/ftbase.i" + @echo "... src/base/ftbase.s" + @echo "... src/base/ftbbox.o" + @echo "... src/base/ftbbox.i" + @echo "... src/base/ftbbox.s" + @echo "... src/base/ftbdf.o" + @echo "... src/base/ftbdf.i" + @echo "... src/base/ftbdf.s" + @echo "... src/base/ftbitmap.o" + @echo "... src/base/ftbitmap.i" + @echo "... src/base/ftbitmap.s" + @echo "... src/base/ftcid.o" + @echo "... src/base/ftcid.i" + @echo "... src/base/ftcid.s" + @echo "... src/base/ftdebug.o" + @echo "... src/base/ftdebug.i" + @echo "... src/base/ftdebug.s" + @echo "... src/base/ftfstype.o" + @echo "... src/base/ftfstype.i" + @echo "... src/base/ftfstype.s" + @echo "... src/base/ftgasp.o" + @echo "... src/base/ftgasp.i" + @echo "... src/base/ftgasp.s" + @echo "... src/base/ftglyph.o" + @echo "... src/base/ftglyph.i" + @echo "... src/base/ftglyph.s" + @echo "... src/base/ftgxval.o" + @echo "... src/base/ftgxval.i" + @echo "... src/base/ftgxval.s" + @echo "... src/base/ftinit.o" + @echo "... src/base/ftinit.i" + @echo "... src/base/ftinit.s" + @echo "... src/base/ftmm.o" + @echo "... src/base/ftmm.i" + @echo "... src/base/ftmm.s" + @echo "... src/base/ftotval.o" + @echo "... src/base/ftotval.i" + @echo "... src/base/ftotval.s" + @echo "... src/base/ftpatent.o" + @echo "... src/base/ftpatent.i" + @echo "... src/base/ftpatent.s" + @echo "... src/base/ftpfr.o" + @echo "... src/base/ftpfr.i" + @echo "... src/base/ftpfr.s" + @echo "... src/base/ftstroke.o" + @echo "... src/base/ftstroke.i" + @echo "... src/base/ftstroke.s" + @echo "... src/base/ftsynth.o" + @echo "... src/base/ftsynth.i" + @echo "... src/base/ftsynth.s" + @echo "... src/base/fttype1.o" + @echo "... src/base/fttype1.i" + @echo "... src/base/fttype1.s" + @echo "... src/base/ftwinfnt.o" + @echo "... src/base/ftwinfnt.i" + @echo "... src/base/ftwinfnt.s" + @echo "... src/bdf/bdf.o" + @echo "... src/bdf/bdf.i" + @echo "... src/bdf/bdf.s" + @echo "... src/bzip2/ftbzip2.o" + @echo "... src/bzip2/ftbzip2.i" + @echo "... src/bzip2/ftbzip2.s" + @echo "... src/cache/ftcache.o" + @echo "... src/cache/ftcache.i" + @echo "... src/cache/ftcache.s" + @echo "... src/cff/cff.o" + @echo "... src/cff/cff.i" + @echo "... src/cff/cff.s" + @echo "... src/cid/type1cid.o" + @echo "... src/cid/type1cid.i" + @echo "... src/cid/type1cid.s" + @echo "... src/gzip/ftgzip.o" + @echo "... src/gzip/ftgzip.i" + @echo "... src/gzip/ftgzip.s" + @echo "... src/lzw/ftlzw.o" + @echo "... src/lzw/ftlzw.i" + @echo "... src/lzw/ftlzw.s" + @echo "... src/pcf/pcf.o" + @echo "... src/pcf/pcf.i" + @echo "... src/pcf/pcf.s" + @echo "... src/pfr/pfr.o" + @echo "... src/pfr/pfr.i" + @echo "... src/pfr/pfr.s" + @echo "... src/psaux/psaux.o" + @echo "... src/psaux/psaux.i" + @echo "... src/psaux/psaux.s" + @echo "... src/pshinter/pshinter.o" + @echo "... src/pshinter/pshinter.i" + @echo "... src/pshinter/pshinter.s" + @echo "... src/psnames/psnames.o" + @echo "... src/psnames/psnames.i" + @echo "... src/psnames/psnames.s" + @echo "... src/raster/raster.o" + @echo "... src/raster/raster.i" + @echo "... src/raster/raster.s" + @echo "... src/sdf/sdf.o" + @echo "... src/sdf/sdf.i" + @echo "... src/sdf/sdf.s" + @echo "... src/sfnt/sfnt.o" + @echo "... src/sfnt/sfnt.i" + @echo "... src/sfnt/sfnt.s" + @echo "... src/smooth/smooth.o" + @echo "... src/smooth/smooth.i" + @echo "... src/smooth/smooth.s" + @echo "... src/svg/svg.o" + @echo "... src/svg/svg.i" + @echo "... src/svg/svg.s" + @echo "... src/truetype/truetype.o" + @echo "... src/truetype/truetype.i" + @echo "... src/truetype/truetype.s" + @echo "... src/type1/type1.o" + @echo "... src/type1/type1.i" + @echo "... src/type1/type1.s" + @echo "... src/type42/type42.o" + @echo "... src/type42/type42.i" + @echo "... src/type42/type42.s" + @echo "... src/winfonts/winfnt.o" + @echo "... src/winfonts/winfnt.i" + @echo "... src/winfonts/winfnt.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/examples/basic/build/libraries/freetype-2.13.2/cmake_install.cmake b/examples/basic/build/libraries/freetype-2.13.2/cmake_install.cmake new file mode 100644 index 0000000..b9338ee --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/cmake_install.cmake @@ -0,0 +1,90 @@ +# Install script for directory: /home/brett/Documents/code/c++/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++/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/freetype-2.13.2/freetype-config-version.cmake") +endif() + diff --git a/examples/basic/build/libraries/freetype-2.13.2/freetype-config-version.cmake b/examples/basic/build/libraries/freetype-2.13.2/freetype-config-version.cmake new file mode 100644 index 0000000..0554d8c --- /dev/null +++ b/examples/basic/build/libraries/freetype-2.13.2/freetype-config-version.cmake @@ -0,0 +1,65 @@ +# 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 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/examples/basic/build/libraries/freetype-2.13.2/freetype2.pc b/examples/basic/build/libraries/freetype-2.13.2/freetype2.pc new file mode 100644 index 0000000..cff0b01 --- /dev/null +++ b/examples/basic/build/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 -lbz2 +Libs.private: +Cflags: -I${includedir}/freetype2 diff --git a/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h b/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h new file mode 100644 index 0000000..3d8dede --- /dev/null +++ b/examples/basic/build/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/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h b/examples/basic/build/libraries/freetype-2.13.2/include/freetype/config/ftoption.h new file mode 100644 index 0000000..fd45811 --- /dev/null +++ b/examples/basic/build/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/examples/basic/build/libraries/freetype-2.13.2/libfreetype.a b/examples/basic/build/libraries/freetype-2.13.2/libfreetype.a new file mode 100644 index 0000000..b7ef2d9 Binary files /dev/null and b/examples/basic/build/libraries/freetype-2.13.2/libfreetype.a differ diff --git a/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/CMakeDirectoryInformation.cmake b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ee43ade --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-relwithdebinfo.cmake b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-relwithdebinfo.cmake new file mode 100644 index 0000000..f4ff602 --- /dev/null +++ b/examples/basic/build/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/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake new file mode 100644 index 0000000..46dedc6 --- /dev/null +++ b/examples/basic/build/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.26) +#---------------------------------------------------------------- +# 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/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/progress.marks b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/progress.marks new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/progress.marks @@ -0,0 +1 @@ +8 diff --git a/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/DependInfo.cmake b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/build.make b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/build.make new file mode 100644 index 0000000..20d1bdc --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/build.make @@ -0,0 +1,87 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +# Utility rule file for uninstall. + +# Include any custom commands dependencies for this target. +include libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/compiler_depend.make + +# Include the progress variables for this target. +include libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/progress.make + +libraries/glfw-3.3.8/CMakeFiles/uninstall: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8 && /usr/bin/cmake -P /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/cmake_uninstall.cmake + +uninstall: libraries/glfw-3.3.8/CMakeFiles/uninstall +uninstall: libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/build.make +.PHONY : uninstall + +# Rule to build all files generated by this target. +libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/build: uninstall +.PHONY : libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/build + +libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8 && $(CMAKE_COMMAND) -P CMakeFiles/uninstall.dir/cmake_clean.cmake +.PHONY : libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/clean + +libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8 /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/depend + diff --git a/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/cmake_clean.cmake b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/cmake_clean.cmake new file mode 100644 index 0000000..027952d --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/uninstall" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/compiler_depend.make b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/compiler_depend.make new file mode 100644 index 0000000..2d74447 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for uninstall. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/compiler_depend.ts b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/compiler_depend.ts new file mode 100644 index 0000000..ef27dcc --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for uninstall. diff --git a/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/progress.make b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/progress.make @@ -0,0 +1 @@ + diff --git a/examples/basic/build/libraries/glfw-3.3.8/Makefile b/examples/basic/build/libraries/glfw-3.3.8/Makefile new file mode 100644 index 0000000..68065f9 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/Makefile @@ -0,0 +1,226 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\" \"headers\" \"pkgconfig\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8//CMakeFiles/progress.marks + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/glfw-3.3.8/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/glfw-3.3.8/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/glfw-3.3.8/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/glfw-3.3.8/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/rule: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/rule +.PHONY : libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/rule + +# Convenience name for target. +uninstall: libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/rule +.PHONY : uninstall + +# fast build rule for target. +uninstall/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/build.make libraries/glfw-3.3.8/CMakeFiles/uninstall.dir/build +.PHONY : uninstall/fast + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... uninstall" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/examples/basic/build/libraries/glfw-3.3.8/cmake_install.cmake b/examples/basic/build/libraries/glfw-3.3.8/cmake_install.cmake new file mode 100644 index 0000000..c439a82 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/cmake_install.cmake @@ -0,0 +1,87 @@ +# Install script for directory: /home/brett/Documents/code/c++/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw3Config.cmake" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw3.pc") +endif() + diff --git a/examples/basic/build/libraries/glfw-3.3.8/cmake_uninstall.cmake b/examples/basic/build/libraries/glfw-3.3.8/cmake_uninstall.cmake new file mode 100644 index 0000000..a203be6 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/cmake_uninstall.cmake @@ -0,0 +1,29 @@ + +if (NOT EXISTS "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/install_manifest.txt") + message(FATAL_ERROR "Cannot find install manifest: \"/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/install_manifest.txt\"") +endif() + +file(READ "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/CMakeDirectoryInformation.cmake b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ee43ade --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/DependInfo.cmake b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/DependInfo.cmake new file mode 100644 index 0000000..43e581c --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/DependInfo.cmake @@ -0,0 +1,38 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/context.c" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o" "gcc" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.c" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o" "gcc" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.c" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o" "gcc" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/init.c" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o" "gcc" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/input.c" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o" "gcc" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.c" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o" "gcc" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/monitor.c" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o" "gcc" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.c" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o" "gcc" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.c" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o" "gcc" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.c" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o" "gcc" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/vulkan.c" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o" "gcc" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/window.c" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o" "gcc" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_init.c" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o" "gcc" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_monitor.c" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o" "gcc" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_window.c" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o" "gcc" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.c" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o" "gcc" "libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make new file mode 100644 index 0000000..a4cb119 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make @@ -0,0 +1,351 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +# Include any dependencies generated for this target. +include libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.make + +# Include the progress variables for this target. +include libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/progress.make + +# Include the compile flags for this target's objects. +include libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/context.c +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -MD -MT libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o -MF CMakeFiles/glfw.dir/context.c.o.d -o CMakeFiles/glfw.dir/context.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/context.c + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/glfw.dir/context.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/context.c > CMakeFiles/glfw.dir/context.c.i + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/glfw.dir/context.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/context.c -o CMakeFiles/glfw.dir/context.c.s + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/init.c +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -MD -MT libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o -MF CMakeFiles/glfw.dir/init.c.o.d -o CMakeFiles/glfw.dir/init.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/init.c + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/glfw.dir/init.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/init.c > CMakeFiles/glfw.dir/init.c.i + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/glfw.dir/init.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/init.c -o CMakeFiles/glfw.dir/init.c.s + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/input.c +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -MD -MT libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o -MF CMakeFiles/glfw.dir/input.c.o.d -o CMakeFiles/glfw.dir/input.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/input.c + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/glfw.dir/input.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/input.c > CMakeFiles/glfw.dir/input.c.i + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/glfw.dir/input.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/input.c -o CMakeFiles/glfw.dir/input.c.s + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/monitor.c +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -MD -MT libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o -MF CMakeFiles/glfw.dir/monitor.c.o.d -o CMakeFiles/glfw.dir/monitor.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/monitor.c + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/glfw.dir/monitor.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/monitor.c > CMakeFiles/glfw.dir/monitor.c.i + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/glfw.dir/monitor.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/monitor.c -o CMakeFiles/glfw.dir/monitor.c.s + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/vulkan.c +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -MD -MT libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o -MF CMakeFiles/glfw.dir/vulkan.c.o.d -o CMakeFiles/glfw.dir/vulkan.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/vulkan.c + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/glfw.dir/vulkan.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/vulkan.c > CMakeFiles/glfw.dir/vulkan.c.i + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/glfw.dir/vulkan.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/vulkan.c -o CMakeFiles/glfw.dir/vulkan.c.s + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/window.c +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -MD -MT libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o -MF CMakeFiles/glfw.dir/window.c.o.d -o CMakeFiles/glfw.dir/window.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/window.c + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/glfw.dir/window.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/window.c > CMakeFiles/glfw.dir/window.c.i + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/glfw.dir/window.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/window.c -o CMakeFiles/glfw.dir/window.c.s + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_init.c +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o -MF CMakeFiles/glfw.dir/x11_init.c.o.d -o CMakeFiles/glfw.dir/x11_init.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_init.c + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/glfw.dir/x11_init.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_init.c > CMakeFiles/glfw.dir/x11_init.c.i + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/glfw.dir/x11_init.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_init.c -o CMakeFiles/glfw.dir/x11_init.c.s + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_monitor.c +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o -MF CMakeFiles/glfw.dir/x11_monitor.c.o.d -o CMakeFiles/glfw.dir/x11_monitor.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_monitor.c + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/glfw.dir/x11_monitor.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_monitor.c > CMakeFiles/glfw.dir/x11_monitor.c.i + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/glfw.dir/x11_monitor.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_monitor.c -o CMakeFiles/glfw.dir/x11_monitor.c.s + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_window.c +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o -MF CMakeFiles/glfw.dir/x11_window.c.o.d -o CMakeFiles/glfw.dir/x11_window.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_window.c + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/glfw.dir/x11_window.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_window.c > CMakeFiles/glfw.dir/x11_window.c.i + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/glfw.dir/x11_window.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_window.c -o CMakeFiles/glfw.dir/x11_window.c.s + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.c +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o -MF CMakeFiles/glfw.dir/xkb_unicode.c.o.d -o CMakeFiles/glfw.dir/xkb_unicode.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.c + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/glfw.dir/xkb_unicode.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.c > CMakeFiles/glfw.dir/xkb_unicode.c.i + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/glfw.dir/xkb_unicode.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.c -o CMakeFiles/glfw.dir/xkb_unicode.c.s + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.c +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o -MF CMakeFiles/glfw.dir/posix_time.c.o.d -o CMakeFiles/glfw.dir/posix_time.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.c + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/glfw.dir/posix_time.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.c > CMakeFiles/glfw.dir/posix_time.c.i + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/glfw.dir/posix_time.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.c -o CMakeFiles/glfw.dir/posix_time.c.s + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.c +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o -MF CMakeFiles/glfw.dir/posix_thread.c.o.d -o CMakeFiles/glfw.dir/posix_thread.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.c + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/glfw.dir/posix_thread.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.c > CMakeFiles/glfw.dir/posix_thread.c.i + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/glfw.dir/posix_thread.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.c -o CMakeFiles/glfw.dir/posix_thread.c.s + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.c +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o -MF CMakeFiles/glfw.dir/glx_context.c.o.d -o CMakeFiles/glfw.dir/glx_context.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.c + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/glfw.dir/glx_context.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.c > CMakeFiles/glfw.dir/glx_context.c.i + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/glfw.dir/glx_context.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.c -o CMakeFiles/glfw.dir/glx_context.c.s + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.c +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -MD -MT libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o -MF CMakeFiles/glfw.dir/egl_context.c.o.d -o CMakeFiles/glfw.dir/egl_context.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.c + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/glfw.dir/egl_context.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.c > CMakeFiles/glfw.dir/egl_context.c.i + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/glfw.dir/egl_context.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.c -o CMakeFiles/glfw.dir/egl_context.c.s + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.c +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -MD -MT libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o -MF CMakeFiles/glfw.dir/osmesa_context.c.o.d -o CMakeFiles/glfw.dir/osmesa_context.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.c + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/glfw.dir/osmesa_context.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.c > CMakeFiles/glfw.dir/osmesa_context.c.i + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/glfw.dir/osmesa_context.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Wdeclaration-after-statement -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.c -o CMakeFiles/glfw.dir/osmesa_context.c.s + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.c +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o -MF CMakeFiles/glfw.dir/linux_joystick.c.o.d -o CMakeFiles/glfw.dir/linux_joystick.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.c + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/glfw.dir/linux_joystick.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.c > CMakeFiles/glfw.dir/linux_joystick.c.i + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/glfw.dir/linux_joystick.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.c -o CMakeFiles/glfw.dir/linux_joystick.c.s + +# Object files for target glfw +glfw_OBJECTS = \ +"CMakeFiles/glfw.dir/context.c.o" \ +"CMakeFiles/glfw.dir/init.c.o" \ +"CMakeFiles/glfw.dir/input.c.o" \ +"CMakeFiles/glfw.dir/monitor.c.o" \ +"CMakeFiles/glfw.dir/vulkan.c.o" \ +"CMakeFiles/glfw.dir/window.c.o" \ +"CMakeFiles/glfw.dir/x11_init.c.o" \ +"CMakeFiles/glfw.dir/x11_monitor.c.o" \ +"CMakeFiles/glfw.dir/x11_window.c.o" \ +"CMakeFiles/glfw.dir/xkb_unicode.c.o" \ +"CMakeFiles/glfw.dir/posix_time.c.o" \ +"CMakeFiles/glfw.dir/posix_thread.c.o" \ +"CMakeFiles/glfw.dir/glx_context.c.o" \ +"CMakeFiles/glfw.dir/egl_context.c.o" \ +"CMakeFiles/glfw.dir/osmesa_context.c.o" \ +"CMakeFiles/glfw.dir/linux_joystick.c.o" + +# External object files for target glfw +glfw_EXTERNAL_OBJECTS = + +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make +libraries/glfw-3.3.8/src/libglfw3.a: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Linking C static library libglfw3.a" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && $(CMAKE_COMMAND) -P CMakeFiles/glfw.dir/cmake_clean_target.cmake + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/glfw.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build: libraries/glfw-3.3.8/src/libglfw3.a +.PHONY : libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && $(CMAKE_COMMAND) -P CMakeFiles/glfw.dir/cmake_clean.cmake +.PHONY : libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/clean + +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/depend + diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/cmake_clean.cmake b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/cmake_clean.cmake new file mode 100644 index 0000000..ed1a053 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/cmake_clean.cmake @@ -0,0 +1,41 @@ +file(REMOVE_RECURSE + "CMakeFiles/glfw.dir/context.c.o" + "CMakeFiles/glfw.dir/context.c.o.d" + "CMakeFiles/glfw.dir/egl_context.c.o" + "CMakeFiles/glfw.dir/egl_context.c.o.d" + "CMakeFiles/glfw.dir/glx_context.c.o" + "CMakeFiles/glfw.dir/glx_context.c.o.d" + "CMakeFiles/glfw.dir/init.c.o" + "CMakeFiles/glfw.dir/init.c.o.d" + "CMakeFiles/glfw.dir/input.c.o" + "CMakeFiles/glfw.dir/input.c.o.d" + "CMakeFiles/glfw.dir/linux_joystick.c.o" + "CMakeFiles/glfw.dir/linux_joystick.c.o.d" + "CMakeFiles/glfw.dir/monitor.c.o" + "CMakeFiles/glfw.dir/monitor.c.o.d" + "CMakeFiles/glfw.dir/osmesa_context.c.o" + "CMakeFiles/glfw.dir/osmesa_context.c.o.d" + "CMakeFiles/glfw.dir/posix_thread.c.o" + "CMakeFiles/glfw.dir/posix_thread.c.o.d" + "CMakeFiles/glfw.dir/posix_time.c.o" + "CMakeFiles/glfw.dir/posix_time.c.o.d" + "CMakeFiles/glfw.dir/vulkan.c.o" + "CMakeFiles/glfw.dir/vulkan.c.o.d" + "CMakeFiles/glfw.dir/window.c.o" + "CMakeFiles/glfw.dir/window.c.o.d" + "CMakeFiles/glfw.dir/x11_init.c.o" + "CMakeFiles/glfw.dir/x11_init.c.o.d" + "CMakeFiles/glfw.dir/x11_monitor.c.o" + "CMakeFiles/glfw.dir/x11_monitor.c.o.d" + "CMakeFiles/glfw.dir/x11_window.c.o" + "CMakeFiles/glfw.dir/x11_window.c.o.d" + "CMakeFiles/glfw.dir/xkb_unicode.c.o" + "CMakeFiles/glfw.dir/xkb_unicode.c.o.d" + "libglfw3.a" + "libglfw3.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/glfw.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/cmake_clean_target.cmake b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..1453f62 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libglfw3.a" +) diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.make b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.make new file mode 100644 index 0000000..aef33ec --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for glfw. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts new file mode 100644 index 0000000..513057a --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for glfw. diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o new file mode 100644 index 0000000..bceeb31 Binary files /dev/null and b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o differ diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o.d b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o.d new file mode 100644 index 0000000..849a47d --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o.d @@ -0,0 +1,136 @@ +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/context.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/../include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h /usr/include/X11/Xlib.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/X11/X.h /usr/include/X11/Xfuncproto.h \ + /usr/include/X11/Xosdefs.h /usr/include/X11/keysym.h \ + /usr/include/X11/keysymdef.h /usr/include/X11/Xatom.h \ + /usr/include/X11/Xcursor/Xcursor.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/X11/extensions/Xrandr.h /usr/include/X11/extensions/randr.h \ + /usr/include/X11/extensions/Xrender.h /usr/include/X11/Xutil.h \ + /usr/include/X11/extensions/render.h /usr/include/X11/Xdefs.h \ + /usr/include/X11/XKBlib.h /usr/include/X11/extensions/XKBstr.h \ + /usr/include/X11/extensions/XKB.h /usr/include/X11/extensions/Xinerama.h \ + /usr/include/X11/extensions/XInput2.h /usr/include/X11/extensions/XI2.h \ + /usr/include/X11/extensions/Xge.h /usr/include/X11/extensions/Xfixes.h \ + /usr/include/X11/extensions/xfixeswire.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h \ + /usr/include/linux/input.h /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/lib/linux/uapi/x86/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h /usr/lib/linux/uapi/x86/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/linux/types.h /usr/lib/linux/uapi/x86/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/lib/linux/uapi/x86/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h /usr/lib/linux/uapi/x86/asm/posix_types.h \ + /usr/lib/linux/uapi/x86/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/linux/input-event-codes.h /usr/include/linux/limits.h \ + /usr/include/regex.h /usr/include/assert.h /usr/include/string.h \ + /usr/include/strings.h /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/depend.make b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/depend.make new file mode 100644 index 0000000..d4af6ec --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for glfw. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o new file mode 100644 index 0000000..194f925 Binary files /dev/null and b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o differ diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o.d b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o.d new file mode 100644 index 0000000..bf2e964 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o.d @@ -0,0 +1,135 @@ +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/../include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h /usr/include/X11/Xlib.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/X11/X.h /usr/include/X11/Xfuncproto.h \ + /usr/include/X11/Xosdefs.h /usr/include/X11/keysym.h \ + /usr/include/X11/keysymdef.h /usr/include/X11/Xatom.h \ + /usr/include/X11/Xcursor/Xcursor.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/X11/extensions/Xrandr.h /usr/include/X11/extensions/randr.h \ + /usr/include/X11/extensions/Xrender.h /usr/include/X11/Xutil.h \ + /usr/include/X11/extensions/render.h /usr/include/X11/Xdefs.h \ + /usr/include/X11/XKBlib.h /usr/include/X11/extensions/XKBstr.h \ + /usr/include/X11/extensions/XKB.h /usr/include/X11/extensions/Xinerama.h \ + /usr/include/X11/extensions/XInput2.h /usr/include/X11/extensions/XI2.h \ + /usr/include/X11/extensions/Xge.h /usr/include/X11/extensions/Xfixes.h \ + /usr/include/X11/extensions/xfixeswire.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h \ + /usr/include/linux/input.h /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/lib/linux/uapi/x86/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h /usr/lib/linux/uapi/x86/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/linux/types.h /usr/lib/linux/uapi/x86/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/lib/linux/uapi/x86/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h /usr/lib/linux/uapi/x86/asm/posix_types.h \ + /usr/lib/linux/uapi/x86/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/linux/input-event-codes.h /usr/include/linux/limits.h \ + /usr/include/regex.h /usr/include/string.h /usr/include/strings.h \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/assert.h diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make new file mode 100644 index 0000000..1913e20 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/flags.make @@ -0,0 +1,26 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# compile C with /usr/bin/cc +C_DEFINES = -D_GLFW_USE_CONFIG_H + +C_INCLUDES = -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src + +C_FLAGS = -O2 -g -DNDEBUG -std=gnu99 -fPIC -Wall + +# Custom flags: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o_FLAGS = -Wdeclaration-after-statement + +# Custom flags: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o_FLAGS = -Wdeclaration-after-statement + +# Custom flags: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o_FLAGS = -Wdeclaration-after-statement + +# Custom flags: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o_FLAGS = -Wdeclaration-after-statement + +# Custom flags: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o_FLAGS = -Wdeclaration-after-statement + +# Custom flags: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o_FLAGS = -Wdeclaration-after-statement + +# Custom flags: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o_FLAGS = -Wdeclaration-after-statement + +# Custom flags: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o_FLAGS = -Wdeclaration-after-statement + diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o new file mode 100644 index 0000000..3240009 Binary files /dev/null and b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o differ diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o.d b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o.d new file mode 100644 index 0000000..9344c4c --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o.d @@ -0,0 +1,135 @@ +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/../include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h /usr/include/X11/Xlib.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/X11/X.h /usr/include/X11/Xfuncproto.h \ + /usr/include/X11/Xosdefs.h /usr/include/X11/keysym.h \ + /usr/include/X11/keysymdef.h /usr/include/X11/Xatom.h \ + /usr/include/X11/Xcursor/Xcursor.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/X11/extensions/Xrandr.h /usr/include/X11/extensions/randr.h \ + /usr/include/X11/extensions/Xrender.h /usr/include/X11/Xutil.h \ + /usr/include/X11/extensions/render.h /usr/include/X11/Xdefs.h \ + /usr/include/X11/XKBlib.h /usr/include/X11/extensions/XKBstr.h \ + /usr/include/X11/extensions/XKB.h /usr/include/X11/extensions/Xinerama.h \ + /usr/include/X11/extensions/XInput2.h /usr/include/X11/extensions/XI2.h \ + /usr/include/X11/extensions/Xge.h /usr/include/X11/extensions/Xfixes.h \ + /usr/include/X11/extensions/xfixeswire.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h \ + /usr/include/linux/input.h /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/lib/linux/uapi/x86/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h /usr/lib/linux/uapi/x86/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/linux/types.h /usr/lib/linux/uapi/x86/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/lib/linux/uapi/x86/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h /usr/lib/linux/uapi/x86/asm/posix_types.h \ + /usr/lib/linux/uapi/x86/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/linux/input-event-codes.h /usr/include/linux/limits.h \ + /usr/include/regex.h /usr/include/string.h /usr/include/strings.h \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/assert.h diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o new file mode 100644 index 0000000..6583fe8 Binary files /dev/null and b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o differ diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o.d b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o.d new file mode 100644 index 0000000..047d7cd --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o.d @@ -0,0 +1,135 @@ +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/init.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/../include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h /usr/include/X11/Xlib.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/X11/X.h /usr/include/X11/Xfuncproto.h \ + /usr/include/X11/Xosdefs.h /usr/include/X11/keysym.h \ + /usr/include/X11/keysymdef.h /usr/include/X11/Xatom.h \ + /usr/include/X11/Xcursor/Xcursor.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/X11/extensions/Xrandr.h /usr/include/X11/extensions/randr.h \ + /usr/include/X11/extensions/Xrender.h /usr/include/X11/Xutil.h \ + /usr/include/X11/extensions/render.h /usr/include/X11/Xdefs.h \ + /usr/include/X11/XKBlib.h /usr/include/X11/extensions/XKBstr.h \ + /usr/include/X11/extensions/XKB.h /usr/include/X11/extensions/Xinerama.h \ + /usr/include/X11/extensions/XInput2.h /usr/include/X11/extensions/XI2.h \ + /usr/include/X11/extensions/Xge.h /usr/include/X11/extensions/Xfixes.h \ + /usr/include/X11/extensions/xfixeswire.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h \ + /usr/include/linux/input.h /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/lib/linux/uapi/x86/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h /usr/lib/linux/uapi/x86/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/linux/types.h /usr/lib/linux/uapi/x86/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/lib/linux/uapi/x86/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h /usr/lib/linux/uapi/x86/asm/posix_types.h \ + /usr/lib/linux/uapi/x86/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/linux/input-event-codes.h /usr/include/linux/limits.h \ + /usr/include/regex.h /usr/include/string.h /usr/include/strings.h \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/assert.h diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o new file mode 100644 index 0000000..e7714b8 Binary files /dev/null and b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o differ diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o.d b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o.d new file mode 100644 index 0000000..a166f9a --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o.d @@ -0,0 +1,145 @@ +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/input.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/../include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h /usr/include/X11/Xlib.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/X11/X.h /usr/include/X11/Xfuncproto.h \ + /usr/include/X11/Xosdefs.h /usr/include/X11/keysym.h \ + /usr/include/X11/keysymdef.h /usr/include/X11/Xatom.h \ + /usr/include/X11/Xcursor/Xcursor.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/X11/extensions/Xrandr.h /usr/include/X11/extensions/randr.h \ + /usr/include/X11/extensions/Xrender.h /usr/include/X11/Xutil.h \ + /usr/include/X11/extensions/render.h /usr/include/X11/Xdefs.h \ + /usr/include/X11/XKBlib.h /usr/include/X11/extensions/XKBstr.h \ + /usr/include/X11/extensions/XKB.h /usr/include/X11/extensions/Xinerama.h \ + /usr/include/X11/extensions/XInput2.h /usr/include/X11/extensions/XI2.h \ + /usr/include/X11/extensions/Xge.h /usr/include/X11/extensions/Xfixes.h \ + /usr/include/X11/extensions/xfixeswire.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h \ + /usr/include/linux/input.h /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/lib/linux/uapi/x86/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h /usr/lib/linux/uapi/x86/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/linux/types.h /usr/lib/linux/uapi/x86/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/lib/linux/uapi/x86/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h /usr/lib/linux/uapi/x86/asm/posix_types.h \ + /usr/lib/linux/uapi/x86/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/linux/input-event-codes.h /usr/include/linux/limits.h \ + /usr/include/regex.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/mappings.h \ + /usr/include/assert.h /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/include/math.h /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/string.h \ + /usr/include/strings.h diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/link.txt b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/link.txt new file mode 100644 index 0000000..9d62c14 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libglfw3.a CMakeFiles/glfw.dir/context.c.o CMakeFiles/glfw.dir/init.c.o CMakeFiles/glfw.dir/input.c.o CMakeFiles/glfw.dir/monitor.c.o CMakeFiles/glfw.dir/vulkan.c.o CMakeFiles/glfw.dir/window.c.o CMakeFiles/glfw.dir/x11_init.c.o CMakeFiles/glfw.dir/x11_monitor.c.o CMakeFiles/glfw.dir/x11_window.c.o CMakeFiles/glfw.dir/xkb_unicode.c.o CMakeFiles/glfw.dir/posix_time.c.o CMakeFiles/glfw.dir/posix_thread.c.o CMakeFiles/glfw.dir/glx_context.c.o CMakeFiles/glfw.dir/egl_context.c.o CMakeFiles/glfw.dir/osmesa_context.c.o CMakeFiles/glfw.dir/linux_joystick.c.o +/usr/bin/ranlib libglfw3.a diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o new file mode 100644 index 0000000..fdc90e2 Binary files /dev/null and b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o differ diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o.d b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o.d new file mode 100644 index 0000000..0714c9c --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o.d @@ -0,0 +1,149 @@ +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/../include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h /usr/include/X11/Xlib.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/X11/X.h /usr/include/X11/Xfuncproto.h \ + /usr/include/X11/Xosdefs.h /usr/include/X11/keysym.h \ + /usr/include/X11/keysymdef.h /usr/include/X11/Xatom.h \ + /usr/include/X11/Xcursor/Xcursor.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/X11/extensions/Xrandr.h /usr/include/X11/extensions/randr.h \ + /usr/include/X11/extensions/Xrender.h /usr/include/X11/Xutil.h \ + /usr/include/X11/extensions/render.h /usr/include/X11/Xdefs.h \ + /usr/include/X11/XKBlib.h /usr/include/X11/extensions/XKBstr.h \ + /usr/include/X11/extensions/XKB.h /usr/include/X11/extensions/Xinerama.h \ + /usr/include/X11/extensions/XInput2.h /usr/include/X11/extensions/XI2.h \ + /usr/include/X11/extensions/Xge.h /usr/include/X11/extensions/Xfixes.h \ + /usr/include/X11/extensions/xfixeswire.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h \ + /usr/include/linux/input.h /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/lib/linux/uapi/x86/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h /usr/lib/linux/uapi/x86/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/linux/types.h /usr/lib/linux/uapi/x86/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/lib/linux/uapi/x86/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h /usr/lib/linux/uapi/x86/asm/posix_types.h \ + /usr/lib/linux/uapi/x86/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/linux/input-event-codes.h /usr/include/linux/limits.h \ + /usr/include/regex.h /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/struct_stat.h \ + /usr/include/x86_64-linux-gnu/sys/inotify.h \ + /usr/include/x86_64-linux-gnu/bits/inotify.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/string.h \ + /usr/include/strings.h diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o new file mode 100644 index 0000000..bb009a3 Binary files /dev/null and b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o differ diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o.d b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o.d new file mode 100644 index 0000000..576b89e --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o.d @@ -0,0 +1,149 @@ +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/monitor.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/../include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h /usr/include/X11/Xlib.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/X11/X.h /usr/include/X11/Xfuncproto.h \ + /usr/include/X11/Xosdefs.h /usr/include/X11/keysym.h \ + /usr/include/X11/keysymdef.h /usr/include/X11/Xatom.h \ + /usr/include/X11/Xcursor/Xcursor.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/X11/extensions/Xrandr.h /usr/include/X11/extensions/randr.h \ + /usr/include/X11/extensions/Xrender.h /usr/include/X11/Xutil.h \ + /usr/include/X11/extensions/render.h /usr/include/X11/Xdefs.h \ + /usr/include/X11/XKBlib.h /usr/include/X11/extensions/XKBstr.h \ + /usr/include/X11/extensions/XKB.h /usr/include/X11/extensions/Xinerama.h \ + /usr/include/X11/extensions/XInput2.h /usr/include/X11/extensions/XI2.h \ + /usr/include/X11/extensions/Xge.h /usr/include/X11/extensions/Xfixes.h \ + /usr/include/X11/extensions/xfixeswire.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h \ + /usr/include/linux/input.h /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/lib/linux/uapi/x86/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h /usr/lib/linux/uapi/x86/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/linux/types.h /usr/lib/linux/uapi/x86/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/lib/linux/uapi/x86/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h /usr/lib/linux/uapi/x86/asm/posix_types.h \ + /usr/lib/linux/uapi/x86/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/linux/input-event-codes.h /usr/include/linux/limits.h \ + /usr/include/regex.h /usr/include/assert.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h /usr/include/string.h \ + /usr/include/strings.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o new file mode 100644 index 0000000..31b41e5 Binary files /dev/null and b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o differ diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o.d b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o.d new file mode 100644 index 0000000..8c35208 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o.d @@ -0,0 +1,136 @@ +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.c \ + /usr/include/stdc-predef.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/assert.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/../include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h /usr/include/X11/Xlib.h \ + /usr/include/X11/X.h /usr/include/X11/Xfuncproto.h \ + /usr/include/X11/Xosdefs.h /usr/include/X11/keysym.h \ + /usr/include/X11/keysymdef.h /usr/include/X11/Xatom.h \ + /usr/include/X11/Xcursor/Xcursor.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/X11/extensions/Xrandr.h /usr/include/X11/extensions/randr.h \ + /usr/include/X11/extensions/Xrender.h /usr/include/X11/Xutil.h \ + /usr/include/X11/extensions/render.h /usr/include/X11/Xdefs.h \ + /usr/include/X11/XKBlib.h /usr/include/X11/extensions/XKBstr.h \ + /usr/include/X11/extensions/XKB.h /usr/include/X11/extensions/Xinerama.h \ + /usr/include/X11/extensions/XInput2.h /usr/include/X11/extensions/XI2.h \ + /usr/include/X11/extensions/Xge.h /usr/include/X11/extensions/Xfixes.h \ + /usr/include/X11/extensions/xfixeswire.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h \ + /usr/include/linux/input.h /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/lib/linux/uapi/x86/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h /usr/lib/linux/uapi/x86/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/linux/types.h /usr/lib/linux/uapi/x86/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/lib/linux/uapi/x86/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h /usr/lib/linux/uapi/x86/asm/posix_types.h \ + /usr/lib/linux/uapi/x86/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/linux/input-event-codes.h /usr/include/linux/limits.h \ + /usr/include/regex.h diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o new file mode 100644 index 0000000..e0595d5 Binary files /dev/null and b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o differ diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o.d b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o.d new file mode 100644 index 0000000..eb7f8d3 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o.d @@ -0,0 +1,132 @@ +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/../include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h /usr/include/X11/Xlib.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/X11/X.h /usr/include/X11/Xfuncproto.h \ + /usr/include/X11/Xosdefs.h /usr/include/X11/keysym.h \ + /usr/include/X11/keysymdef.h /usr/include/X11/Xatom.h \ + /usr/include/X11/Xcursor/Xcursor.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/X11/extensions/Xrandr.h /usr/include/X11/extensions/randr.h \ + /usr/include/X11/extensions/Xrender.h /usr/include/X11/Xutil.h \ + /usr/include/X11/extensions/render.h /usr/include/X11/Xdefs.h \ + /usr/include/X11/XKBlib.h /usr/include/X11/extensions/XKBstr.h \ + /usr/include/X11/extensions/XKB.h /usr/include/X11/extensions/Xinerama.h \ + /usr/include/X11/extensions/XInput2.h /usr/include/X11/extensions/XI2.h \ + /usr/include/X11/extensions/Xge.h /usr/include/X11/extensions/Xfixes.h \ + /usr/include/X11/extensions/xfixeswire.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h \ + /usr/include/linux/input.h /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/lib/linux/uapi/x86/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h /usr/lib/linux/uapi/x86/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/linux/types.h /usr/lib/linux/uapi/x86/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/lib/linux/uapi/x86/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h /usr/lib/linux/uapi/x86/asm/posix_types.h \ + /usr/lib/linux/uapi/x86/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/linux/input-event-codes.h /usr/include/linux/limits.h \ + /usr/include/regex.h /usr/include/assert.h /usr/include/string.h \ + /usr/include/strings.h diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o new file mode 100644 index 0000000..8fc3639 Binary files /dev/null and b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o differ diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o.d b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o.d new file mode 100644 index 0000000..735b9ad --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o.d @@ -0,0 +1,131 @@ +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/../include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h /usr/include/X11/Xlib.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/X11/X.h /usr/include/X11/Xfuncproto.h \ + /usr/include/X11/Xosdefs.h /usr/include/X11/keysym.h \ + /usr/include/X11/keysymdef.h /usr/include/X11/Xatom.h \ + /usr/include/X11/Xcursor/Xcursor.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/X11/extensions/Xrandr.h /usr/include/X11/extensions/randr.h \ + /usr/include/X11/extensions/Xrender.h /usr/include/X11/Xutil.h \ + /usr/include/X11/extensions/render.h /usr/include/X11/Xdefs.h \ + /usr/include/X11/XKBlib.h /usr/include/X11/extensions/XKBstr.h \ + /usr/include/X11/extensions/XKB.h /usr/include/X11/extensions/Xinerama.h \ + /usr/include/X11/extensions/XInput2.h /usr/include/X11/extensions/XI2.h \ + /usr/include/X11/extensions/Xge.h /usr/include/X11/extensions/Xfixes.h \ + /usr/include/X11/extensions/xfixeswire.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h \ + /usr/include/linux/input.h /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/lib/linux/uapi/x86/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h /usr/lib/linux/uapi/x86/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/linux/types.h /usr/lib/linux/uapi/x86/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/lib/linux/uapi/x86/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h /usr/lib/linux/uapi/x86/asm/posix_types.h \ + /usr/lib/linux/uapi/x86/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/linux/input-event-codes.h /usr/include/linux/limits.h \ + /usr/include/regex.h diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/progress.make b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/progress.make new file mode 100644 index 0000000..d08390d --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/progress.make @@ -0,0 +1,18 @@ +CMAKE_PROGRESS_1 = 91 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 92 +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = 93 +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = 94 +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = 95 +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = 96 +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = 97 +CMAKE_PROGRESS_15 = +CMAKE_PROGRESS_16 = 98 +CMAKE_PROGRESS_17 = + diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o new file mode 100644 index 0000000..af1e483 Binary files /dev/null and b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o differ diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o.d b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o.d new file mode 100644 index 0000000..85d36ed --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o.d @@ -0,0 +1,136 @@ +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/vulkan.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/../include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h /usr/include/X11/Xlib.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/X11/X.h /usr/include/X11/Xfuncproto.h \ + /usr/include/X11/Xosdefs.h /usr/include/X11/keysym.h \ + /usr/include/X11/keysymdef.h /usr/include/X11/Xatom.h \ + /usr/include/X11/Xcursor/Xcursor.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/X11/extensions/Xrandr.h /usr/include/X11/extensions/randr.h \ + /usr/include/X11/extensions/Xrender.h /usr/include/X11/Xutil.h \ + /usr/include/X11/extensions/render.h /usr/include/X11/Xdefs.h \ + /usr/include/X11/XKBlib.h /usr/include/X11/extensions/XKBstr.h \ + /usr/include/X11/extensions/XKB.h /usr/include/X11/extensions/Xinerama.h \ + /usr/include/X11/extensions/XInput2.h /usr/include/X11/extensions/XI2.h \ + /usr/include/X11/extensions/Xge.h /usr/include/X11/extensions/Xfixes.h \ + /usr/include/X11/extensions/xfixeswire.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h \ + /usr/include/linux/input.h /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/lib/linux/uapi/x86/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h /usr/lib/linux/uapi/x86/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/linux/types.h /usr/lib/linux/uapi/x86/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/lib/linux/uapi/x86/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h /usr/lib/linux/uapi/x86/asm/posix_types.h \ + /usr/lib/linux/uapi/x86/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/linux/input-event-codes.h /usr/include/linux/limits.h \ + /usr/include/regex.h /usr/include/assert.h /usr/include/string.h \ + /usr/include/strings.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o new file mode 100644 index 0000000..df252c6 Binary files /dev/null and b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o differ diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o.d b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o.d new file mode 100644 index 0000000..86a04ba --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o.d @@ -0,0 +1,137 @@ +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/window.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/../include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h /usr/include/X11/Xlib.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/X11/X.h /usr/include/X11/Xfuncproto.h \ + /usr/include/X11/Xosdefs.h /usr/include/X11/keysym.h \ + /usr/include/X11/keysymdef.h /usr/include/X11/Xatom.h \ + /usr/include/X11/Xcursor/Xcursor.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/X11/extensions/Xrandr.h /usr/include/X11/extensions/randr.h \ + /usr/include/X11/extensions/Xrender.h /usr/include/X11/Xutil.h \ + /usr/include/X11/extensions/render.h /usr/include/X11/Xdefs.h \ + /usr/include/X11/XKBlib.h /usr/include/X11/extensions/XKBstr.h \ + /usr/include/X11/extensions/XKB.h /usr/include/X11/extensions/Xinerama.h \ + /usr/include/X11/extensions/XInput2.h /usr/include/X11/extensions/XI2.h \ + /usr/include/X11/extensions/Xge.h /usr/include/X11/extensions/Xfixes.h \ + /usr/include/X11/extensions/xfixeswire.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h \ + /usr/include/linux/input.h /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/lib/linux/uapi/x86/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h /usr/lib/linux/uapi/x86/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/linux/types.h /usr/lib/linux/uapi/x86/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/lib/linux/uapi/x86/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h /usr/lib/linux/uapi/x86/asm/posix_types.h \ + /usr/lib/linux/uapi/x86/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/linux/input-event-codes.h /usr/include/linux/limits.h \ + /usr/include/regex.h /usr/include/assert.h /usr/include/string.h \ + /usr/include/strings.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o new file mode 100644 index 0000000..602ed74 Binary files /dev/null and b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o differ diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o.d b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o.d new file mode 100644 index 0000000..34c70c6 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o.d @@ -0,0 +1,148 @@ +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_init.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/../include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h /usr/include/X11/Xlib.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/X11/X.h /usr/include/X11/Xfuncproto.h \ + /usr/include/X11/Xosdefs.h /usr/include/X11/keysym.h \ + /usr/include/X11/keysymdef.h /usr/include/X11/Xatom.h \ + /usr/include/X11/Xcursor/Xcursor.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/X11/extensions/Xrandr.h /usr/include/X11/extensions/randr.h \ + /usr/include/X11/extensions/Xrender.h /usr/include/X11/Xutil.h \ + /usr/include/X11/extensions/render.h /usr/include/X11/Xdefs.h \ + /usr/include/X11/XKBlib.h /usr/include/X11/extensions/XKBstr.h \ + /usr/include/X11/extensions/XKB.h /usr/include/X11/extensions/Xinerama.h \ + /usr/include/X11/extensions/XInput2.h /usr/include/X11/extensions/XI2.h \ + /usr/include/X11/extensions/Xge.h /usr/include/X11/extensions/Xfixes.h \ + /usr/include/X11/extensions/xfixeswire.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h \ + /usr/include/linux/input.h /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/lib/linux/uapi/x86/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h /usr/lib/linux/uapi/x86/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/linux/types.h /usr/lib/linux/uapi/x86/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/lib/linux/uapi/x86/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h /usr/lib/linux/uapi/x86/asm/posix_types.h \ + /usr/lib/linux/uapi/x86/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/linux/input-event-codes.h /usr/include/linux/limits.h \ + /usr/include/regex.h /usr/include/X11/Xresource.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/string.h \ + /usr/include/strings.h /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/struct_stat.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h /usr/include/assert.h diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o new file mode 100644 index 0000000..4268315 Binary files /dev/null and b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o differ diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o.d b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o.d new file mode 100644 index 0000000..34c3f24 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o.d @@ -0,0 +1,147 @@ +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_monitor.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/../include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h /usr/include/X11/Xlib.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/X11/X.h /usr/include/X11/Xfuncproto.h \ + /usr/include/X11/Xosdefs.h /usr/include/X11/keysym.h \ + /usr/include/X11/keysymdef.h /usr/include/X11/Xatom.h \ + /usr/include/X11/Xcursor/Xcursor.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/X11/extensions/Xrandr.h /usr/include/X11/extensions/randr.h \ + /usr/include/X11/extensions/Xrender.h /usr/include/X11/Xutil.h \ + /usr/include/X11/extensions/render.h /usr/include/X11/Xdefs.h \ + /usr/include/X11/XKBlib.h /usr/include/X11/extensions/XKBstr.h \ + /usr/include/X11/extensions/XKB.h /usr/include/X11/extensions/Xinerama.h \ + /usr/include/X11/extensions/XInput2.h /usr/include/X11/extensions/XI2.h \ + /usr/include/X11/extensions/Xge.h /usr/include/X11/extensions/Xfixes.h \ + /usr/include/X11/extensions/xfixeswire.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h \ + /usr/include/linux/input.h /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/lib/linux/uapi/x86/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h /usr/lib/linux/uapi/x86/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/linux/types.h /usr/lib/linux/uapi/x86/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/lib/linux/uapi/x86/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h /usr/lib/linux/uapi/x86/asm/posix_types.h \ + /usr/lib/linux/uapi/x86/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/linux/input-event-codes.h /usr/include/linux/limits.h \ + /usr/include/regex.h /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/string.h \ + /usr/include/strings.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o new file mode 100644 index 0000000..9ff17bd Binary files /dev/null and b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o differ diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o.d b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o.d new file mode 100644 index 0000000..633584d --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o.d @@ -0,0 +1,154 @@ +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_window.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/../include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dl_find_object.h \ + /usr/include/X11/Xlib.h /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/X11/X.h /usr/include/X11/Xfuncproto.h \ + /usr/include/X11/Xosdefs.h /usr/include/X11/keysym.h \ + /usr/include/X11/keysymdef.h /usr/include/X11/Xatom.h \ + /usr/include/X11/Xcursor/Xcursor.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/X11/extensions/Xrandr.h /usr/include/X11/extensions/randr.h \ + /usr/include/X11/extensions/Xrender.h /usr/include/X11/Xutil.h \ + /usr/include/X11/extensions/render.h /usr/include/X11/Xdefs.h \ + /usr/include/X11/XKBlib.h /usr/include/X11/extensions/XKBstr.h \ + /usr/include/X11/extensions/XKB.h /usr/include/X11/extensions/Xinerama.h \ + /usr/include/X11/extensions/XInput2.h /usr/include/X11/extensions/XI2.h \ + /usr/include/X11/extensions/Xge.h /usr/include/X11/extensions/Xfixes.h \ + /usr/include/X11/extensions/xfixeswire.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h \ + /usr/include/linux/input.h /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/lib/linux/uapi/x86/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h /usr/lib/linux/uapi/x86/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/linux/types.h /usr/lib/linux/uapi/x86/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/lib/linux/uapi/x86/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h /usr/lib/linux/uapi/x86/asm/posix_types.h \ + /usr/lib/linux/uapi/x86/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/linux/input-event-codes.h /usr/include/linux/limits.h \ + /usr/include/regex.h /usr/include/X11/cursorfont.h \ + /usr/include/X11/Xmd.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h /usr/include/string.h \ + /usr/include/strings.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h /usr/include/assert.h diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o new file mode 100644 index 0000000..05afefc Binary files /dev/null and b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o differ diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o.d b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o.d new file mode 100644 index 0000000..59eb708 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o.d @@ -0,0 +1,131 @@ +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/../include/GLFW/glfw3.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h /usr/include/X11/Xlib.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/X11/X.h /usr/include/X11/Xfuncproto.h \ + /usr/include/X11/Xosdefs.h /usr/include/X11/keysym.h \ + /usr/include/X11/keysymdef.h /usr/include/X11/Xatom.h \ + /usr/include/X11/Xcursor/Xcursor.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/X11/extensions/Xrandr.h /usr/include/X11/extensions/randr.h \ + /usr/include/X11/extensions/Xrender.h /usr/include/X11/Xutil.h \ + /usr/include/X11/extensions/render.h /usr/include/X11/Xdefs.h \ + /usr/include/X11/XKBlib.h /usr/include/X11/extensions/XKBstr.h \ + /usr/include/X11/extensions/XKB.h /usr/include/X11/extensions/Xinerama.h \ + /usr/include/X11/extensions/XInput2.h /usr/include/X11/extensions/XI2.h \ + /usr/include/X11/extensions/Xge.h /usr/include/X11/extensions/Xfixes.h \ + /usr/include/X11/extensions/xfixeswire.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h \ + /usr/include/linux/input.h /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/lib/linux/uapi/x86/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h /usr/lib/linux/uapi/x86/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/linux/types.h /usr/lib/linux/uapi/x86/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/lib/linux/uapi/x86/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h /usr/lib/linux/uapi/x86/asm/posix_types.h \ + /usr/lib/linux/uapi/x86/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/linux/input-event-codes.h /usr/include/linux/limits.h \ + /usr/include/regex.h diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/progress.marks b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/progress.marks new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/progress.marks @@ -0,0 +1 @@ +8 diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/DependInfo.cmake b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/build.make b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/build.make new file mode 100644 index 0000000..7e99ae9 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/build.make @@ -0,0 +1,88 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +# Utility rule file for update_mappings. + +# Include any custom commands dependencies for this target. +include libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/compiler_depend.make + +# Include the progress variables for this target. +include libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/progress.make + +libraries/glfw-3.3.8/src/CMakeFiles/update_mappings: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Updating gamepad mappings from upstream repository" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -P /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMake/GenerateMappings.cmake mappings.h.in mappings.h + +update_mappings: libraries/glfw-3.3.8/src/CMakeFiles/update_mappings +update_mappings: libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/build.make +.PHONY : update_mappings + +# Rule to build all files generated by this target. +libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/build: update_mappings +.PHONY : libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/build + +libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src && $(CMAKE_COMMAND) -P CMakeFiles/update_mappings.dir/cmake_clean.cmake +.PHONY : libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/clean + +libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/depend + diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/cmake_clean.cmake b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/cmake_clean.cmake new file mode 100644 index 0000000..4179fbc --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/update_mappings" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/update_mappings.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/compiler_depend.make b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/compiler_depend.make new file mode 100644 index 0000000..5b3efa8 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for update_mappings. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/compiler_depend.ts b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/compiler_depend.ts new file mode 100644 index 0000000..b6d560d --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for update_mappings. diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/progress.make b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/progress.make new file mode 100644 index 0000000..7ad5bcb --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 100 + diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/Makefile b/examples/basic/build/libraries/glfw-3.3.8/src/Makefile new file mode 100644 index 0000000..52b6af9 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/Makefile @@ -0,0 +1,673 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\" \"headers\" \"pkgconfig\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src//CMakeFiles/progress.marks + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/glfw-3.3.8/src/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/glfw-3.3.8/src/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/glfw-3.3.8/src/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/glfw-3.3.8/src/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/rule: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/rule +.PHONY : libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/rule + +# Convenience name for target. +update_mappings: libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/rule +.PHONY : update_mappings + +# fast build rule for target. +update_mappings/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir/build +.PHONY : update_mappings/fast + +# Convenience name for target. +libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/rule: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/rule +.PHONY : libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/rule + +# Convenience name for target. +glfw: libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/rule +.PHONY : glfw + +# fast build rule for target. +glfw/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build +.PHONY : glfw/fast + +context.o: context.c.o +.PHONY : context.o + +# target to build an object file +context.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o +.PHONY : context.c.o + +context.i: context.c.i +.PHONY : context.i + +# target to preprocess a source file +context.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.i +.PHONY : context.c.i + +context.s: context.c.s +.PHONY : context.s + +# target to generate assembly for a file +context.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.s +.PHONY : context.c.s + +egl_context.o: egl_context.c.o +.PHONY : egl_context.o + +# target to build an object file +egl_context.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o +.PHONY : egl_context.c.o + +egl_context.i: egl_context.c.i +.PHONY : egl_context.i + +# target to preprocess a source file +egl_context.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.i +.PHONY : egl_context.c.i + +egl_context.s: egl_context.c.s +.PHONY : egl_context.s + +# target to generate assembly for a file +egl_context.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.s +.PHONY : egl_context.c.s + +glx_context.o: glx_context.c.o +.PHONY : glx_context.o + +# target to build an object file +glx_context.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o +.PHONY : glx_context.c.o + +glx_context.i: glx_context.c.i +.PHONY : glx_context.i + +# target to preprocess a source file +glx_context.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.i +.PHONY : glx_context.c.i + +glx_context.s: glx_context.c.s +.PHONY : glx_context.s + +# target to generate assembly for a file +glx_context.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.s +.PHONY : glx_context.c.s + +init.o: init.c.o +.PHONY : init.o + +# target to build an object file +init.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o +.PHONY : init.c.o + +init.i: init.c.i +.PHONY : init.i + +# target to preprocess a source file +init.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.i +.PHONY : init.c.i + +init.s: init.c.s +.PHONY : init.s + +# target to generate assembly for a file +init.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.s +.PHONY : init.c.s + +input.o: input.c.o +.PHONY : input.o + +# target to build an object file +input.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o +.PHONY : input.c.o + +input.i: input.c.i +.PHONY : input.i + +# target to preprocess a source file +input.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.i +.PHONY : input.c.i + +input.s: input.c.s +.PHONY : input.s + +# target to generate assembly for a file +input.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.s +.PHONY : input.c.s + +linux_joystick.o: linux_joystick.c.o +.PHONY : linux_joystick.o + +# target to build an object file +linux_joystick.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o +.PHONY : linux_joystick.c.o + +linux_joystick.i: linux_joystick.c.i +.PHONY : linux_joystick.i + +# target to preprocess a source file +linux_joystick.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.i +.PHONY : linux_joystick.c.i + +linux_joystick.s: linux_joystick.c.s +.PHONY : linux_joystick.s + +# target to generate assembly for a file +linux_joystick.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.s +.PHONY : linux_joystick.c.s + +monitor.o: monitor.c.o +.PHONY : monitor.o + +# target to build an object file +monitor.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o +.PHONY : monitor.c.o + +monitor.i: monitor.c.i +.PHONY : monitor.i + +# target to preprocess a source file +monitor.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.i +.PHONY : monitor.c.i + +monitor.s: monitor.c.s +.PHONY : monitor.s + +# target to generate assembly for a file +monitor.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.s +.PHONY : monitor.c.s + +osmesa_context.o: osmesa_context.c.o +.PHONY : osmesa_context.o + +# target to build an object file +osmesa_context.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o +.PHONY : osmesa_context.c.o + +osmesa_context.i: osmesa_context.c.i +.PHONY : osmesa_context.i + +# target to preprocess a source file +osmesa_context.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.i +.PHONY : osmesa_context.c.i + +osmesa_context.s: osmesa_context.c.s +.PHONY : osmesa_context.s + +# target to generate assembly for a file +osmesa_context.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.s +.PHONY : osmesa_context.c.s + +posix_thread.o: posix_thread.c.o +.PHONY : posix_thread.o + +# target to build an object file +posix_thread.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o +.PHONY : posix_thread.c.o + +posix_thread.i: posix_thread.c.i +.PHONY : posix_thread.i + +# target to preprocess a source file +posix_thread.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.i +.PHONY : posix_thread.c.i + +posix_thread.s: posix_thread.c.s +.PHONY : posix_thread.s + +# target to generate assembly for a file +posix_thread.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.s +.PHONY : posix_thread.c.s + +posix_time.o: posix_time.c.o +.PHONY : posix_time.o + +# target to build an object file +posix_time.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o +.PHONY : posix_time.c.o + +posix_time.i: posix_time.c.i +.PHONY : posix_time.i + +# target to preprocess a source file +posix_time.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.i +.PHONY : posix_time.c.i + +posix_time.s: posix_time.c.s +.PHONY : posix_time.s + +# target to generate assembly for a file +posix_time.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.s +.PHONY : posix_time.c.s + +vulkan.o: vulkan.c.o +.PHONY : vulkan.o + +# target to build an object file +vulkan.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o +.PHONY : vulkan.c.o + +vulkan.i: vulkan.c.i +.PHONY : vulkan.i + +# target to preprocess a source file +vulkan.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.i +.PHONY : vulkan.c.i + +vulkan.s: vulkan.c.s +.PHONY : vulkan.s + +# target to generate assembly for a file +vulkan.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.s +.PHONY : vulkan.c.s + +window.o: window.c.o +.PHONY : window.o + +# target to build an object file +window.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o +.PHONY : window.c.o + +window.i: window.c.i +.PHONY : window.i + +# target to preprocess a source file +window.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.i +.PHONY : window.c.i + +window.s: window.c.s +.PHONY : window.s + +# target to generate assembly for a file +window.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.s +.PHONY : window.c.s + +x11_init.o: x11_init.c.o +.PHONY : x11_init.o + +# target to build an object file +x11_init.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o +.PHONY : x11_init.c.o + +x11_init.i: x11_init.c.i +.PHONY : x11_init.i + +# target to preprocess a source file +x11_init.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.i +.PHONY : x11_init.c.i + +x11_init.s: x11_init.c.s +.PHONY : x11_init.s + +# target to generate assembly for a file +x11_init.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.s +.PHONY : x11_init.c.s + +x11_monitor.o: x11_monitor.c.o +.PHONY : x11_monitor.o + +# target to build an object file +x11_monitor.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o +.PHONY : x11_monitor.c.o + +x11_monitor.i: x11_monitor.c.i +.PHONY : x11_monitor.i + +# target to preprocess a source file +x11_monitor.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.i +.PHONY : x11_monitor.c.i + +x11_monitor.s: x11_monitor.c.s +.PHONY : x11_monitor.s + +# target to generate assembly for a file +x11_monitor.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.s +.PHONY : x11_monitor.c.s + +x11_window.o: x11_window.c.o +.PHONY : x11_window.o + +# target to build an object file +x11_window.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o +.PHONY : x11_window.c.o + +x11_window.i: x11_window.c.i +.PHONY : x11_window.i + +# target to preprocess a source file +x11_window.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.i +.PHONY : x11_window.c.i + +x11_window.s: x11_window.c.s +.PHONY : x11_window.s + +# target to generate assembly for a file +x11_window.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.s +.PHONY : x11_window.c.s + +xkb_unicode.o: xkb_unicode.c.o +.PHONY : xkb_unicode.o + +# target to build an object file +xkb_unicode.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o +.PHONY : xkb_unicode.c.o + +xkb_unicode.i: xkb_unicode.c.i +.PHONY : xkb_unicode.i + +# target to preprocess a source file +xkb_unicode.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.i +.PHONY : xkb_unicode.c.i + +xkb_unicode.s: xkb_unicode.c.s +.PHONY : xkb_unicode.s + +# target to generate assembly for a file +xkb_unicode.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/build.make libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.s +.PHONY : xkb_unicode.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... update_mappings" + @echo "... glfw" + @echo "... context.o" + @echo "... context.i" + @echo "... context.s" + @echo "... egl_context.o" + @echo "... egl_context.i" + @echo "... egl_context.s" + @echo "... glx_context.o" + @echo "... glx_context.i" + @echo "... glx_context.s" + @echo "... init.o" + @echo "... init.i" + @echo "... init.s" + @echo "... input.o" + @echo "... input.i" + @echo "... input.s" + @echo "... linux_joystick.o" + @echo "... linux_joystick.i" + @echo "... linux_joystick.s" + @echo "... monitor.o" + @echo "... monitor.i" + @echo "... monitor.s" + @echo "... osmesa_context.o" + @echo "... osmesa_context.i" + @echo "... osmesa_context.s" + @echo "... posix_thread.o" + @echo "... posix_thread.i" + @echo "... posix_thread.s" + @echo "... posix_time.o" + @echo "... posix_time.i" + @echo "... posix_time.s" + @echo "... vulkan.o" + @echo "... vulkan.i" + @echo "... vulkan.s" + @echo "... window.o" + @echo "... window.i" + @echo "... window.s" + @echo "... x11_init.o" + @echo "... x11_init.i" + @echo "... x11_init.s" + @echo "... x11_monitor.o" + @echo "... x11_monitor.i" + @echo "... x11_monitor.s" + @echo "... x11_window.o" + @echo "... x11_window.i" + @echo "... x11_window.s" + @echo "... xkb_unicode.o" + @echo "... xkb_unicode.i" + @echo "... xkb_unicode.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/cmake_install.cmake b/examples/basic/build/libraries/glfw-3.3.8/src/cmake_install.cmake new file mode 100644 index 0000000..cfc1f4b --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/cmake_install.cmake @@ -0,0 +1,48 @@ +# Install script for directory: /home/brett/Documents/code/c++/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/glfw-3.3.8/src/libglfw3.a") +endif() + diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/glfw3.pc b/examples/basic/build/libraries/glfw-3.3.8/src/glfw3.pc new file mode 100644 index 0000000..bee23f7 --- /dev/null +++ b/examples/basic/build/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/examples/basic/build/libraries/glfw-3.3.8/src/glfw3Config.cmake b/examples/basic/build/libraries/glfw-3.3.8/src/glfw3Config.cmake new file mode 100644 index 0000000..1fa200e --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/glfw3Config.cmake @@ -0,0 +1 @@ +include("${CMAKE_CURRENT_LIST_DIR}/glfw3Targets.cmake") diff --git a/examples/basic/build/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake b/examples/basic/build/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake new file mode 100644 index 0000000..3cbc6d3 --- /dev/null +++ b/examples/basic/build/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake @@ -0,0 +1,65 @@ +# 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 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/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h b/examples/basic/build/libraries/glfw-3.3.8/src/glfw_config.h new file mode 100644 index 0000000..15ac27c --- /dev/null +++ b/examples/basic/build/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/examples/basic/build/libraries/glfw-3.3.8/src/libglfw3.a b/examples/basic/build/libraries/glfw-3.3.8/src/libglfw3.a new file mode 100644 index 0000000..eb7a531 Binary files /dev/null and b/examples/basic/build/libraries/glfw-3.3.8/src/libglfw3.a differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/CMakeDirectoryInformation.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ee43ade --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake new file mode 100644 index 0000000..595f1b0 --- /dev/null +++ b/examples/basic/build/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/examples/basic/build/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake new file mode 100644 index 0000000..38adf3a --- /dev/null +++ b/examples/basic/build/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.26) +#---------------------------------------------------------------- +# 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/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/DependInfo.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/DependInfo.cmake new file mode 100644 index 0000000..4600835 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/DependInfo.cmake @@ -0,0 +1,119 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/autowah.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/chorus.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/compressor.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/convolution.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/dedicated.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/distortion.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/echo.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/equalizer.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/fshifter.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/modulator.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/null.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/pshifter.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/reverb.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/vmorpher.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/error.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/extension.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/state.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alc.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/alsa.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pulseaudio.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/sndio.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/autowah.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/chorus.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/compressor.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/convolution.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/dedicated.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/distortion.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/echo.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/equalizer.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/fshifter.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/modulator.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/null.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/pshifter.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/reverb.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/vmorpher.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/panning.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_c.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse2.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse3.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse41.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uiddefs.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.cpp" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o.d" + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/libopenal.so" "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/libopenal.so.1.23.1" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/libopenal.so.1" "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/libopenal.so.1.23.1" + ) + + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o new file mode 100644 index 0000000..e190a54 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o.d new file mode 100644 index 0000000..aa52297 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o.d @@ -0,0 +1,288 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.h \ + /usr/include/c++/13/atomic /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/cstdint /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/mutex \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error /usr/include/c++/13/stdexcept \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/cassert /usr/include/assert.h \ + /usr/include/c++/13/numeric /usr/include/c++/13/bits/stl_numeric.h \ + /usr/include/c++/13/pstl/glue_numeric_defs.h /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h \ + /usr/include/c++/13/deque /usr/include/c++/13/bits/stl_deque.h \ + /usr/include/c++/13/bits/deque.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/direct_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o new file mode 100644 index 0000000..fd50298 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o.d new file mode 100644 index 0000000..8ab8943 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o.d @@ -0,0 +1,281 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.h \ + /usr/include/c++/13/atomic /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/cstdint /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/cassert \ + /usr/include/assert.h /usr/include/c++/13/mutex \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/ctime /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/numeric \ + /usr/include/c++/13/bits/stl_numeric.h \ + /usr/include/c++/13/pstl/glue_numeric_defs.h \ + /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h \ + /usr/include/c++/13/deque /usr/include/c++/13/bits/stl_deque.h \ + /usr/include/c++/13/bits/deque.tcc /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /usr/include/c++/13/variant \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/direct_defs.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o new file mode 100644 index 0000000..75469da Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o.d new file mode 100644 index 0000000..94e20aa --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o.d @@ -0,0 +1,291 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/type_traits /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/algorithm \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h /usr/include/c++/13/mutex \ + /usr/include/c++/13/exception /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/cstdint /usr/include/c++/13/limits \ + /usr/include/c++/13/ctime /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/c++/13/bits/unique_lock.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h \ + /usr/include/c++/13/atomic /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/deque /usr/include/c++/13/bits/stl_deque.h \ + /usr/include/c++/13/bits/deque.tcc /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /usr/include/c++/13/variant \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/direct_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o new file mode 100644 index 0000000..dfad302 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o.d new file mode 100644 index 0000000..7bf4ac6 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o.d @@ -0,0 +1,280 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/bitset \ + /usr/include/c++/13/string /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/numeric \ + /usr/include/c++/13/bits/stl_numeric.h \ + /usr/include/c++/13/pstl/glue_numeric_defs.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx-presets.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h \ + /usr/include/c++/13/deque /usr/include/c++/13/bits/stl_deque.h \ + /usr/include/c++/13/bits/deque.tcc /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/thread /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h \ + /usr/include/c++/13/optional \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/direct_defs.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o new file mode 100644 index 0000000..b24f059 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o.d new file mode 100644 index 0000000..56a7aa4 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o.d @@ -0,0 +1,215 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/autowah.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/cmath /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstdlib \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o new file mode 100644 index 0000000..83f42da Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o.d new file mode 100644 index 0000000..30831f2 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o.d @@ -0,0 +1,198 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/chorus.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/optional /usr/include/c++/13/type_traits \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/new /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/utility.h /usr/include/c++/13/stdexcept \ + /usr/include/c++/13/string /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/variant /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o new file mode 100644 index 0000000..97d9c06 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o.d new file mode 100644 index 0000000..168876a --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o.d @@ -0,0 +1,195 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/compressor.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o new file mode 100644 index 0000000..4c978ab Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o.d new file mode 100644 index 0000000..b3a6e82 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o.d @@ -0,0 +1,218 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/convolution.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/cmath /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o new file mode 100644 index 0000000..daf6bc8 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o.d new file mode 100644 index 0000000..67e624a --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o.d @@ -0,0 +1,216 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/dedicated.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/cmath /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o new file mode 100644 index 0000000..5a1fd6a Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o.d new file mode 100644 index 0000000..e37977e --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o.d @@ -0,0 +1,195 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/distortion.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o new file mode 100644 index 0000000..10ee48b Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o.d new file mode 100644 index 0000000..3a14223 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o.d @@ -0,0 +1,195 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/echo.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o new file mode 100644 index 0000000..89b316d Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o.d new file mode 100644 index 0000000..79d83e1 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o.d @@ -0,0 +1,4 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o new file mode 100644 index 0000000..20902d9 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o.d new file mode 100644 index 0000000..406585a --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o.d @@ -0,0 +1,195 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/equalizer.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o new file mode 100644 index 0000000..bda1c96 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o.d new file mode 100644 index 0000000..9808433 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o.d @@ -0,0 +1,196 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/fshifter.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/optional /usr/include/c++/13/type_traits \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/new /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/utility.h /usr/include/c++/13/stdexcept \ + /usr/include/c++/13/string /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/variant /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o new file mode 100644 index 0000000..54ef5f6 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o.d new file mode 100644 index 0000000..d4a5ebb --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o.d @@ -0,0 +1,196 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/modulator.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/optional /usr/include/c++/13/type_traits \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/new /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/utility.h /usr/include/c++/13/stdexcept \ + /usr/include/c++/13/string /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/variant /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o new file mode 100644 index 0000000..55a77fc Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o.d new file mode 100644 index 0000000..d582208 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o.d @@ -0,0 +1,195 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/null.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o new file mode 100644 index 0000000..ae09323 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o.d new file mode 100644 index 0000000..83bebdf --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o.d @@ -0,0 +1,195 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/pshifter.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o new file mode 100644 index 0000000..a6d913c Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o.d new file mode 100644 index 0000000..88c9e40 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o.d @@ -0,0 +1,216 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/reverb.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/cmath /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o new file mode 100644 index 0000000..64171a1 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o.d new file mode 100644 index 0000000..7d81607 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o.d @@ -0,0 +1,196 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/vmorpher.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/optional /usr/include/c++/13/type_traits \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/new /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/utility.h /usr/include/c++/13/stdexcept \ + /usr/include/c++/13/string /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/variant /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o new file mode 100644 index 0000000..c333074 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o.d new file mode 100644 index 0000000..2f4ee88 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o.d @@ -0,0 +1,290 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/error.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/atomic /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/csignal /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/c++/13/cstdarg \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/c++/13/cstdio /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h /usr/include/c++/13/limits \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/tuple /usr/include/c++/13/bits/stl_pair.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/invoke.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/cstdint /usr/include/c++/13/ctime \ + /usr/include/time.h /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/c++/13/bits/unique_lock.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/vector.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/deque /usr/include/c++/13/bits/stl_deque.h \ + /usr/include/c++/13/bits/deque.tcc /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error /usr/include/c++/13/stdexcept \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /usr/include/c++/13/variant \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/direct_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o new file mode 100644 index 0000000..0a9f488 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o.d new file mode 100644 index 0000000..9f3e5a5 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o.d @@ -0,0 +1,262 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/atomic \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/exception /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/nested_exception.h /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/mutex \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/cstdint /usr/include/c++/13/limits \ + /usr/include/c++/13/ctime /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/thread /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/deque /usr/include/c++/13/bits/stl_deque.h \ + /usr/include/c++/13/bits/deque.tcc /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error /usr/include/c++/13/stdexcept \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /usr/include/c++/13/variant \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice_change.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/direct_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o new file mode 100644 index 0000000..6f9f516 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o.d new file mode 100644 index 0000000..a8bf053 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o.d @@ -0,0 +1,253 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/extension.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/cctype \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/cstdlib /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/atomic \ + /usr/include/c++/13/bits/atomic_base.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/deque /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_deque.h /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/deque.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/mutex \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/cstdint /usr/include/c++/13/limits \ + /usr/include/c++/13/ctime /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error /usr/include/c++/13/stdexcept \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /usr/include/c++/13/variant \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/direct_defs.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o new file mode 100644 index 0000000..e8c6906 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o.d new file mode 100644 index 0000000..83b7af7 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o.d @@ -0,0 +1,270 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/string_view /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/string_view.tcc /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdarg /usr/include/c++/13/mutex \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/ctime /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/numeric \ + /usr/include/c++/13/bits/stl_numeric.h \ + /usr/include/c++/13/pstl/glue_numeric_defs.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h \ + /usr/include/c++/13/atomic /usr/include/c++/13/deque \ + /usr/include/c++/13/bits/stl_deque.h /usr/include/c++/13/bits/deque.tcc \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h \ + /usr/include/c++/13/optional \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/direct_defs.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o new file mode 100644 index 0000000..8369e48 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o.d new file mode 100644 index 0000000..56c7ce5 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o.d @@ -0,0 +1,253 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/mutex \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/cstdint /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h \ + /usr/include/c++/13/atomic /usr/include/c++/13/deque \ + /usr/include/c++/13/bits/stl_deque.h /usr/include/c++/13/bits/deque.tcc \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /usr/include/c++/13/variant \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/direct_defs.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o new file mode 100644 index 0000000..b5af226 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o.d new file mode 100644 index 0000000..f5bae75 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o.d @@ -0,0 +1,308 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/atomic \ + /usr/include/c++/13/bits/atomic_base.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/cstdint /usr/include/c++/13/deque \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_deque.h /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/deque.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/mutex \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/ctime /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/thread /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /usr/include/c++/13/variant \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/cassert /usr/include/assert.h \ + /usr/include/c++/13/cinttypes /usr/include/inttypes.h \ + /usr/include/c++/13/climits \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/numeric /usr/include/c++/13/bits/stl_numeric.h \ + /usr/include/c++/13/pstl/glue_numeric_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h \ + /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice_change.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/direct_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o new file mode 100644 index 0000000..a3e5ed9 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o.d new file mode 100644 index 0000000..8fb6b3e --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o.d @@ -0,0 +1,278 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/state.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/version.h \ + /usr/include/c++/13/atomic /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/cmath /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h /usr/include/c++/13/mutex \ + /usr/include/c++/13/tuple /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/invoke.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/cstdint /usr/include/c++/13/ctime \ + /usr/include/time.h /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/c++/13/bits/unique_lock.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/optional /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/stdexcept \ + /usr/include/c++/13/string /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/c++/13/cstdio /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.h \ + /usr/include/c++/13/bitset \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h \ + /usr/include/c++/13/deque /usr/include/c++/13/bits/stl_deque.h \ + /usr/include/c++/13/bits/deque.tcc /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/thread /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /usr/include/c++/13/variant \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/direct_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o new file mode 100644 index 0000000..e3338c2 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o.d new file mode 100644 index 0000000..7443cfe --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o.d @@ -0,0 +1,357 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alc.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/version.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/atomic /usr/include/c++/13/bits/atomic_base.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/string \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/cassert /usr/include/assert.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/cstdint \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/c++/13/bits/parse_numbers.h /usr/include/c++/13/cinttypes \ + /usr/include/inttypes.h /usr/include/c++/13/climits \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h /usr/include/c++/13/cmath \ + /usr/include/math.h /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/csignal \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/mutex \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/optional \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.h \ + /usr/include/c++/13/deque /usr/include/c++/13/bits/stl_deque.h \ + /usr/include/c++/13/bits/deque.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/thread /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/front_stablizer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice_change.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/export_list.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pulseaudio.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/alsa.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/sndio.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o new file mode 100644 index 0000000..dde0a5a Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o.d new file mode 100644 index 0000000..1002967 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o.d @@ -0,0 +1,197 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /usr/include/c++/13/optional /usr/include/c++/13/type_traits \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/new /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/utility.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/istream \ + /usr/include/c++/13/ios /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.h \ + /usr/include/c++/13/fstream /usr/include/c++/13/bits/codecvt.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/basic_file.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++io.h \ + /usr/include/c++/13/bits/fstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o new file mode 100644 index 0000000..167e2ff Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o.d new file mode 100644 index 0000000..79db928 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o.d @@ -0,0 +1,294 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/bits/functexcept.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/string /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/optional /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/atomic \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/cassert /usr/include/assert.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/cstdint \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/c++/13/bits/parse_numbers.h /usr/include/c++/13/climits \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h /usr/include/c++/13/cstdarg \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /usr/include/c++/13/variant \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/thread /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice_change.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o new file mode 100644 index 0000000..00fedf0 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o.d new file mode 100644 index 0000000..99c64be --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o.d @@ -0,0 +1,290 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/alsa.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/alsa.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/type_traits \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/c++/13/cstdarg \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/c++/13/cstddef /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/atomic /usr/include/c++/13/bitset \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/cassert /usr/include/assert.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /usr/include/alsa/asoundlib.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/linux/falloc.h /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/struct_stat.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h /usr/include/alsa/asoundef.h \ + /usr/include/alsa/version.h /usr/include/alsa/global.h \ + /usr/include/alsa/input.h /usr/include/alsa/output.h \ + /usr/include/alsa/error.h /usr/include/alsa/conf.h \ + /usr/include/alsa/pcm.h /usr/include/alsa/rawmidi.h \ + /usr/include/alsa/ump.h /usr/include/alsa/timer.h \ + /usr/include/alsa/hwdep.h /usr/include/alsa/control.h \ + /usr/include/alsa/mixer.h /usr/include/alsa/seq_event.h \ + /usr/include/alsa/seq.h /usr/include/alsa/seqmid.h \ + /usr/include/alsa/seq_midi_event.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o new file mode 100644 index 0000000..53c6b3b Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o.d new file mode 100644 index 0000000..a1e79f3 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o.d @@ -0,0 +1,218 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/type_traits \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/c++/13/cstdarg \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/c++/13/cstddef /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/atomic /usr/include/c++/13/bitset \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o new file mode 100644 index 0000000..7d882e8 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o.d new file mode 100644 index 0000000..e79e5d5 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o.d @@ -0,0 +1,218 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/type_traits \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/c++/13/cstdarg \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/c++/13/cstddef /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/atomic /usr/include/c++/13/bitset \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o new file mode 100644 index 0000000..58595e3 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o.d new file mode 100644 index 0000000..48cf9d4 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o.d @@ -0,0 +1,230 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/type_traits \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/c++/13/cstdarg \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/c++/13/cstddef /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/atomic /usr/include/c++/13/bitset \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o new file mode 100644 index 0000000..a52afec Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o.d new file mode 100644 index 0000000..7ba675e --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o.d @@ -0,0 +1,298 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/type_traits \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/c++/13/cstdarg \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/c++/13/cstddef /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/atomic /usr/include/c++/13/bitset \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/linux/falloc.h /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/struct_stat.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/lib/linux/uapi/x86/asm/ioctls.h /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h /usr/lib/linux/uapi/x86/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/bits/statx.h /usr/include/linux/stat.h \ + /usr/include/linux/types.h /usr/lib/linux/uapi/x86/asm/types.h \ + /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \ + /usr/lib/linux/uapi/x86/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h /usr/lib/linux/uapi/x86/asm/posix_types.h \ + /usr/lib/linux/uapi/x86/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/bits/statx-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_statx_timestamp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_statx.h \ + /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /usr/include/x86_64-linux-gnu/sys/soundcard.h \ + /usr/include/linux/soundcard.h /usr/include/linux/patchkey.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o new file mode 100644 index 0000000..9f86d4f Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o.d new file mode 100644 index 0000000..494c51f --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o.d @@ -0,0 +1,384 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/type_traits /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/c++/13/bits/parse_numbers.h /usr/include/c++/13/cstdarg \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/atomic /usr/include/c++/13/bitset \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/list /usr/include/c++/13/bits/stl_list.h \ + /usr/include/c++/13/bits/list.tcc /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /usr/include/pipewire-0.3/pipewire/pipewire.h \ + /usr/include/spa-0.2/spa/support/plugin.h \ + /usr/include/spa-0.2/spa/utils/defs.h /usr/include/inttypes.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/spa-0.2/spa/utils/dict.h \ + /usr/include/pipewire-0.3/pipewire/array.h \ + /usr/include/pipewire-0.3/pipewire/client.h \ + /usr/include/spa-0.2/spa/param/param.h \ + /usr/include/spa-0.2/spa/param/buffers.h \ + /usr/include/spa-0.2/spa/param/profile.h \ + /usr/include/spa-0.2/spa/param/port-config.h \ + /usr/include/spa-0.2/spa/param/route.h \ + /usr/include/pipewire-0.3/pipewire/proxy.h \ + /usr/include/spa-0.2/spa/utils/hook.h \ + /usr/include/spa-0.2/spa/utils/list.h \ + /usr/include/pipewire-0.3/pipewire/protocol.h \ + /usr/include/pipewire-0.3/pipewire/context.h \ + /usr/include/pipewire-0.3/pipewire/core.h \ + /usr/include/pipewire-0.3/pipewire/properties.h \ + /usr/include/spa-0.2/spa/utils/string.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdbool.h \ + /usr/include/pipewire-0.3/pipewire/loop.h \ + /usr/include/spa-0.2/spa/support/loop.h \ + /usr/include/spa-0.2/spa/support/system.h \ + /usr/include/pipewire-0.3/pipewire/utils.h \ + /usr/include/x86_64-linux-gnu/sys/un.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/spa-0.2/spa/pod/pod.h /usr/include/spa-0.2/spa/utils/type.h \ + /usr/include/pipewire-0.3/pipewire/permission.h \ + /usr/include/pipewire-0.3/pipewire/conf.h \ + /usr/include/pipewire-0.3/pipewire/device.h \ + /usr/include/pipewire-0.3/pipewire/buffers.h \ + /usr/include/spa-0.2/spa/node/node.h \ + /usr/include/spa-0.2/spa/buffer/buffer.h \ + /usr/include/spa-0.2/spa/buffer/meta.h \ + /usr/include/spa-0.2/spa/node/event.h \ + /usr/include/spa-0.2/spa/pod/event.h \ + /usr/include/spa-0.2/spa/node/command.h \ + /usr/include/spa-0.2/spa/pod/command.h \ + /usr/include/pipewire-0.3/pipewire/mem.h \ + /usr/include/pipewire-0.3/pipewire/factory.h \ + /usr/include/pipewire-0.3/pipewire/keys.h \ + /usr/include/pipewire-0.3/pipewire/log.h \ + /usr/include/spa-0.2/spa/support/log.h \ + /usr/include/pipewire-0.3/pipewire/link.h \ + /usr/include/pipewire-0.3/pipewire/main-loop.h \ + /usr/include/pipewire-0.3/pipewire/map.h \ + /usr/include/pipewire-0.3/pipewire/module.h \ + /usr/include/pipewire-0.3/pipewire/node.h \ + /usr/include/pipewire-0.3/pipewire/port.h \ + /usr/include/pipewire-0.3/pipewire/stream.h \ + /usr/include/pipewire-0.3/pipewire/filter.h \ + /usr/include/spa-0.2/spa/node/io.h \ + /usr/include/pipewire-0.3/pipewire/thread-loop.h \ + /usr/include/pipewire-0.3/pipewire/data-loop.h \ + /usr/include/spa-0.2/spa/support/thread.h \ + /usr/include/pipewire-0.3/pipewire/type.h \ + /usr/include/pipewire-0.3/pipewire/version.h \ + /usr/include/pipewire-0.3/pipewire/extensions/metadata.h \ + /usr/include/spa-0.2/spa/param/audio/format-utils.h \ + /usr/include/spa-0.2/spa/pod/parser.h \ + /usr/include/spa-0.2/spa/pod/iter.h \ + /usr/include/spa-0.2/spa/pod/vararg.h \ + /usr/include/spa-0.2/spa/pod/builder.h \ + /usr/include/spa-0.2/spa/param/audio/format.h \ + /usr/include/spa-0.2/spa/param/format.h \ + /usr/include/spa-0.2/spa/param/audio/raw.h \ + /usr/include/spa-0.2/spa/param/audio/dsp.h \ + /usr/include/spa-0.2/spa/param/audio/iec958.h \ + /usr/include/spa-0.2/spa/param/audio/dsd.h \ + /usr/include/spa-0.2/spa/param/audio/mp3.h \ + /usr/include/spa-0.2/spa/param/audio/aac.h \ + /usr/include/spa-0.2/spa/param/audio/vorbis.h \ + /usr/include/spa-0.2/spa/param/audio/wma.h \ + /usr/include/spa-0.2/spa/param/audio/ra.h \ + /usr/include/spa-0.2/spa/param/audio/amr.h \ + /usr/include/spa-0.2/spa/param/audio/alac.h \ + /usr/include/spa-0.2/spa/param/audio/flac.h \ + /usr/include/spa-0.2/spa/param/audio/ape.h \ + /usr/include/spa-0.2/spa/param/audio/opus.h \ + /usr/include/spa-0.2/spa/param/format-utils.h \ + /usr/include/spa-0.2/spa/param/audio/raw-utils.h \ + /usr/include/spa-0.2/spa/param/audio/dsp-utils.h \ + /usr/include/spa-0.2/spa/param/audio/iec958-utils.h \ + /usr/include/spa-0.2/spa/param/audio/dsd-utils.h \ + /usr/include/spa-0.2/spa/param/audio/mp3-utils.h \ + /usr/include/spa-0.2/spa/param/audio/aac-utils.h \ + /usr/include/spa-0.2/spa/param/audio/vorbis-utils.h \ + /usr/include/spa-0.2/spa/param/audio/wma-utils.h \ + /usr/include/spa-0.2/spa/param/audio/ra-utils.h \ + /usr/include/spa-0.2/spa/param/audio/amr-utils.h \ + /usr/include/spa-0.2/spa/param/audio/alac-utils.h \ + /usr/include/spa-0.2/spa/param/audio/flac-utils.h \ + /usr/include/spa-0.2/spa/param/audio/ape-utils.h \ + /usr/include/spa-0.2/spa/utils/json.h /usr/include/c++/13/math.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o new file mode 100644 index 0000000..c163f30 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o.d new file mode 100644 index 0000000..37ae095 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o.d @@ -0,0 +1,308 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pulseaudio.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pulseaudio.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/type_traits \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/c++/13/cstdarg \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/c++/13/cstddef /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/atomic /usr/include/c++/13/bitset \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.h \ + /usr/include/pulse/pulseaudio.h /usr/include/pulse/direction.h \ + /usr/include/pulse/def.h /usr/include/inttypes.h \ + /usr/include/x86_64-linux-gnu/sys/time.h /usr/include/pulse/cdecl.h \ + /usr/include/pulse/sample.h /usr/include/x86_64-linux-gnu/sys/param.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/signum-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigstksz.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/x86_64-linux-gnu/bits/param.h /usr/include/linux/param.h \ + /usr/lib/linux/uapi/x86/asm/param.h /usr/include/asm-generic/param.h \ + /usr/include/pulse/gccmacro.h /usr/include/pulse/version.h \ + /usr/include/pulse/mainloop-api.h /usr/include/pulse/format.h \ + /usr/include/pulse/proplist.h /usr/include/pulse/channelmap.h \ + /usr/include/pulse/context.h /usr/include/pulse/operation.h \ + /usr/include/pulse/stream.h /usr/include/pulse/volume.h \ + /usr/include/pulse/introspect.h /usr/include/pulse/subscribe.h \ + /usr/include/pulse/scache.h /usr/include/pulse/error.h \ + /usr/include/pulse/xmalloc.h /usr/include/assert.h \ + /usr/include/pulse/utf8.h /usr/include/pulse/thread-mainloop.h \ + /usr/include/pulse/mainloop.h /usr/include/pulse/mainloop-signal.h \ + /usr/include/pulse/util.h /usr/include/pulse/timeval.h \ + /usr/include/pulse/rtclock.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o new file mode 100644 index 0000000..cea4694 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o.d new file mode 100644 index 0000000..7c93730 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o.d @@ -0,0 +1,266 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/sndio.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/sndio.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/type_traits \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/c++/13/cstdarg \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/c++/13/cstddef /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/atomic /usr/include/c++/13/bitset \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/cinttypes /usr/include/inttypes.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /usr/include/sndio.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o new file mode 100644 index 0000000..82ff0e5 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o.d new file mode 100644 index 0000000..070097b --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o.d @@ -0,0 +1,263 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/type_traits \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/c++/13/cstdarg \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/c++/13/cstddef /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/atomic /usr/include/c++/13/bitset \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o new file mode 100644 index 0000000..63cbb8a Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o.d new file mode 100644 index 0000000..e76cde4 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o.d @@ -0,0 +1,299 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/atomic \ + /usr/include/c++/13/bits/atomic_base.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/deque /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_deque.h /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/deque.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/mutex \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/cstdint /usr/include/c++/13/limits \ + /usr/include/c++/13/ctime /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error /usr/include/c++/13/stdexcept \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /usr/include/c++/13/variant \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/numeric /usr/include/c++/13/bits/stl_numeric.h \ + /usr/include/c++/13/pstl/glue_numeric_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h \ + /usr/include/c++/13/optional \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice_change.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o new file mode 100644 index 0000000..f11609c Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o.d new file mode 100644 index 0000000..7b938a4 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o.d @@ -0,0 +1,277 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/atomic \ + /usr/include/c++/13/bits/atomic_base.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/mutex \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/cstdint /usr/include/c++/13/limits \ + /usr/include/c++/13/ctime /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error /usr/include/c++/13/stdexcept \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /usr/include/c++/13/numeric /usr/include/c++/13/bits/stl_numeric.h \ + /usr/include/c++/13/pstl/glue_numeric_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/front_stablizer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o new file mode 100644 index 0000000..49d8457 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o.d new file mode 100644 index 0000000..c540bc0 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o.d @@ -0,0 +1,250 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/autowah.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/limits /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/ctime /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o new file mode 100644 index 0000000..668ea95 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o.d new file mode 100644 index 0000000..ad32bc3 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o.d @@ -0,0 +1,261 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/chorus.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/climits \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/limits /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/ctime \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o new file mode 100644 index 0000000..84f391b Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o.d new file mode 100644 index 0000000..45246ee --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o.d @@ -0,0 +1,245 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/compressor.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/chrono \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/ctime \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o new file mode 100644 index 0000000..1284ff7 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o.d new file mode 100644 index 0000000..e3fc62d --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o.d @@ -0,0 +1,271 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/convolution.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/complex /usr/include/c++/13/cmath \ + /usr/include/c++/13/bits/requires_hosted.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/sstream \ + /usr/include/c++/13/istream /usr/include/c++/13/ios \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/exception /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc \ + /usr/include/c++/13/bits/sstream.tcc /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant /usr/include/c++/13/bits/parse_numbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/ctime \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o new file mode 100644 index 0000000..9985d13 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o.d new file mode 100644 index 0000000..bf0af73 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o.d @@ -0,0 +1,234 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/dedicated.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/limits /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/chrono \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/ctime \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o new file mode 100644 index 0000000..be3cce1 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o.d new file mode 100644 index 0000000..3554e8e --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o.d @@ -0,0 +1,253 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/distortion.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/limits /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/ctime /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o new file mode 100644 index 0000000..50d8290 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o.d new file mode 100644 index 0000000..99da1ea --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o.d @@ -0,0 +1,251 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/echo.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/limits /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/ctime \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o new file mode 100644 index 0000000..908a4e1 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o.d new file mode 100644 index 0000000..44e485e --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o.d @@ -0,0 +1,249 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/equalizer.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/std_function.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant /usr/include/c++/13/bits/parse_numbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/limits /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/ctime \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o new file mode 100644 index 0000000..266c50c Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o.d new file mode 100644 index 0000000..b1c12fc --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o.d @@ -0,0 +1,264 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/fshifter.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/cmath /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/math.h /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/complex \ + /usr/include/c++/13/sstream /usr/include/c++/13/istream \ + /usr/include/c++/13/ios /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/exception /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc \ + /usr/include/c++/13/bits/sstream.tcc /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/ctime /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o new file mode 100644 index 0000000..20b639b Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o.d new file mode 100644 index 0000000..068c545 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o.d @@ -0,0 +1,251 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/modulator.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/limits /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/ctime /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o new file mode 100644 index 0000000..26ce0ba Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o.d new file mode 100644 index 0000000..571b4ea --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o.d @@ -0,0 +1,187 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/null.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/cstddef \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o new file mode 100644 index 0000000..5fbc5ea Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o.d new file mode 100644 index 0000000..0726615 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o.d @@ -0,0 +1,256 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/pshifter.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/cmath /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/math.h /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/complex \ + /usr/include/c++/13/sstream /usr/include/c++/13/istream \ + /usr/include/c++/13/ios /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/exception /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc \ + /usr/include/c++/13/bits/sstream.tcc /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/chrono \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/ctime \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o new file mode 100644 index 0000000..7fa2e8b Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o.d new file mode 100644 index 0000000..860e4d2 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o.d @@ -0,0 +1,262 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/reverb.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/cassert /usr/include/assert.h \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/cstdio /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/std_function.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/numeric \ + /usr/include/c++/13/bits/stl_numeric.h \ + /usr/include/c++/13/pstl/glue_numeric_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant /usr/include/c++/13/bits/parse_numbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/limits /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/ctime \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o new file mode 100644 index 0000000..4553fc6 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o.d new file mode 100644 index 0000000..7fe3914 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o.d @@ -0,0 +1,256 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/vmorpher.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/std_function.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant /usr/include/c++/13/bits/parse_numbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/limits /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/ctime \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o new file mode 100644 index 0000000..693b498 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o.d new file mode 100644 index 0000000..db6452a --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o.d @@ -0,0 +1,254 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/bitset \ + /usr/include/c++/13/string /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/mutex \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error /usr/include/c++/13/stdexcept \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h \ + /usr/include/c++/13/atomic /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o new file mode 100644 index 0000000..678eb3e Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o.d new file mode 100644 index 0000000..ffc38c1 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o.d @@ -0,0 +1,286 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/panning.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/cassert /usr/include/assert.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/c++/13/bits/parse_numbers.h /usr/include/c++/13/cmath \ + /usr/include/math.h /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/std_function.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/numeric \ + /usr/include/c++/13/bits/stl_numeric.h \ + /usr/include/c++/13/pstl/glue_numeric_defs.h \ + /usr/include/c++/13/optional \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/bitset \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h \ + /usr/include/c++/13/deque /usr/include/c++/13/bits/stl_deque.h \ + /usr/include/c++/13/bits/deque.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/thread /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/front_stablizer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make new file mode 100644 index 0000000..7ab6485 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make @@ -0,0 +1,1548 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +# Include any dependencies generated for this target. +include libraries/openal-soft/CMakeFiles/OpenAL.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.make + +# Include the progress variables for this target. +include libraries/openal-soft/CMakeFiles/OpenAL.dir/progress.make + +# Include the compile flags for this target's objects. +include libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make + +libraries/openal-soft/default_hrtf.txt: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf/Default\ HRTF.mhr +libraries/openal-soft/default_hrtf.txt: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/bin2h.script.cmake + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating default_hrtf.txt" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -D "INPUT_FILE=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf/Default HRTF.mhr" -D OUTPUT_FILE=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/default_hrtf.txt -P /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/bin2h.script.cmake + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o -MF CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o.d -o CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.cpp > CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.cpp -o CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o -MF CMakeFiles/OpenAL.dir/al/buffer.cpp.o.d -o CMakeFiles/OpenAL.dir/al/buffer.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/buffer.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.cpp > CMakeFiles/OpenAL.dir/al/buffer.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/buffer.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.cpp -o CMakeFiles/OpenAL.dir/al/buffer.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o -MF CMakeFiles/OpenAL.dir/al/debug.cpp.o.d -o CMakeFiles/OpenAL.dir/al/debug.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/debug.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.cpp > CMakeFiles/OpenAL.dir/al/debug.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/debug.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.cpp -o CMakeFiles/OpenAL.dir/al/debug.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o -MF CMakeFiles/OpenAL.dir/al/effect.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effect.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effect.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.cpp > CMakeFiles/OpenAL.dir/al/effect.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effect.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.cpp -o CMakeFiles/OpenAL.dir/al/effect.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/autowah.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/autowah.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/autowah.cpp > CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/autowah.cpp -o CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/chorus.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/chorus.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/chorus.cpp > CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/chorus.cpp -o CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/compressor.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/compressor.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/compressor.cpp > CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/compressor.cpp -o CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/convolution.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/convolution.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/convolution.cpp > CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/convolution.cpp -o CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/dedicated.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/dedicated.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/dedicated.cpp > CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/dedicated.cpp -o CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/distortion.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/distortion.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/distortion.cpp > CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/distortion.cpp -o CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/echo.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/echo.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/echo.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/echo.cpp > CMakeFiles/OpenAL.dir/al/effects/echo.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/echo.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/echo.cpp -o CMakeFiles/OpenAL.dir/al/effects/echo.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/effects.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.cpp > CMakeFiles/OpenAL.dir/al/effects/effects.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/effects.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.cpp -o CMakeFiles/OpenAL.dir/al/effects/effects.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/equalizer.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/equalizer.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/equalizer.cpp > CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/equalizer.cpp -o CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/fshifter.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/fshifter.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/fshifter.cpp > CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/fshifter.cpp -o CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/modulator.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/modulator.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/modulator.cpp > CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/modulator.cpp -o CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/null.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/null.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/null.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/null.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/null.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/null.cpp > CMakeFiles/OpenAL.dir/al/effects/null.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/null.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/null.cpp -o CMakeFiles/OpenAL.dir/al/effects/null.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/pshifter.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/pshifter.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/pshifter.cpp > CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/pshifter.cpp -o CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/reverb.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/reverb.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/reverb.cpp > CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/reverb.cpp -o CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/vmorpher.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/vmorpher.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/vmorpher.cpp > CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/vmorpher.cpp -o CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/error.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o -MF CMakeFiles/OpenAL.dir/al/error.cpp.o.d -o CMakeFiles/OpenAL.dir/al/error.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/error.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/error.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/error.cpp > CMakeFiles/OpenAL.dir/al/error.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/error.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/error.cpp -o CMakeFiles/OpenAL.dir/al/error.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o -MF CMakeFiles/OpenAL.dir/al/event.cpp.o.d -o CMakeFiles/OpenAL.dir/al/event.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/event.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.cpp > CMakeFiles/OpenAL.dir/al/event.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/event.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.cpp -o CMakeFiles/OpenAL.dir/al/event.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/extension.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o -MF CMakeFiles/OpenAL.dir/al/extension.cpp.o.d -o CMakeFiles/OpenAL.dir/al/extension.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/extension.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/extension.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/extension.cpp > CMakeFiles/OpenAL.dir/al/extension.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/extension.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/extension.cpp -o CMakeFiles/OpenAL.dir/al/extension.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o -MF CMakeFiles/OpenAL.dir/al/filter.cpp.o.d -o CMakeFiles/OpenAL.dir/al/filter.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/filter.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.cpp > CMakeFiles/OpenAL.dir/al/filter.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/filter.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.cpp -o CMakeFiles/OpenAL.dir/al/filter.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o -MF CMakeFiles/OpenAL.dir/al/listener.cpp.o.d -o CMakeFiles/OpenAL.dir/al/listener.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/listener.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.cpp > CMakeFiles/OpenAL.dir/al/listener.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/listener.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.cpp -o CMakeFiles/OpenAL.dir/al/listener.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o -MF CMakeFiles/OpenAL.dir/al/source.cpp.o.d -o CMakeFiles/OpenAL.dir/al/source.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/source.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.cpp > CMakeFiles/OpenAL.dir/al/source.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/source.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.cpp -o CMakeFiles/OpenAL.dir/al/source.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/state.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o -MF CMakeFiles/OpenAL.dir/al/state.cpp.o.d -o CMakeFiles/OpenAL.dir/al/state.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/state.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/state.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/state.cpp > CMakeFiles/OpenAL.dir/al/state.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/state.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/state.cpp -o CMakeFiles/OpenAL.dir/al/state.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alc.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o -MF CMakeFiles/OpenAL.dir/alc/alc.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/alc.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alc.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/alc.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alc.cpp > CMakeFiles/OpenAL.dir/alc/alc.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/alc.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alc.cpp -o CMakeFiles/OpenAL.dir/alc/alc.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o -MF CMakeFiles/OpenAL.dir/alc/alu.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/alu.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/alu.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.cpp > CMakeFiles/OpenAL.dir/alc/alu.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/alu.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.cpp -o CMakeFiles/OpenAL.dir/alc/alu.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o -MF CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/alconfig.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.cpp > CMakeFiles/OpenAL.dir/alc/alconfig.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/alconfig.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.cpp -o CMakeFiles/OpenAL.dir/alc/alconfig.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o -MF CMakeFiles/OpenAL.dir/alc/context.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/context.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/context.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.cpp > CMakeFiles/OpenAL.dir/alc/context.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/context.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.cpp -o CMakeFiles/OpenAL.dir/alc/context.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o -MF CMakeFiles/OpenAL.dir/alc/device.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/device.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/device.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.cpp > CMakeFiles/OpenAL.dir/alc/device.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/device.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.cpp -o CMakeFiles/OpenAL.dir/alc/device.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/autowah.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/autowah.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/autowah.cpp > CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/autowah.cpp -o CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/chorus.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/chorus.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/chorus.cpp > CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/chorus.cpp -o CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/compressor.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/compressor.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/compressor.cpp > CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/compressor.cpp -o CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/convolution.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/convolution.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/convolution.cpp > CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/convolution.cpp -o CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/dedicated.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/dedicated.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/dedicated.cpp > CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/dedicated.cpp -o CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/distortion.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/distortion.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/distortion.cpp > CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/distortion.cpp -o CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/echo.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/echo.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/echo.cpp > CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/echo.cpp -o CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/equalizer.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/equalizer.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/equalizer.cpp > CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/equalizer.cpp -o CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/fshifter.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/fshifter.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/fshifter.cpp > CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/fshifter.cpp -o CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/modulator.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/modulator.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/modulator.cpp > CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/modulator.cpp -o CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/null.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/null.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/null.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/null.cpp > CMakeFiles/OpenAL.dir/alc/effects/null.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/null.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/null.cpp -o CMakeFiles/OpenAL.dir/alc/effects/null.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/pshifter.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/pshifter.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/pshifter.cpp > CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/pshifter.cpp -o CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/reverb.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/reverb.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/reverb.cpp > CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/reverb.cpp -o CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/vmorpher.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/vmorpher.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/vmorpher.cpp > CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/vmorpher.cpp -o CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o -MF CMakeFiles/OpenAL.dir/alc/events.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/events.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/events.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.cpp > CMakeFiles/OpenAL.dir/alc/events.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/events.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.cpp -o CMakeFiles/OpenAL.dir/alc/events.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/panning.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o -MF CMakeFiles/OpenAL.dir/alc/panning.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/panning.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/panning.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/panning.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/panning.cpp > CMakeFiles/OpenAL.dir/alc/panning.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/panning.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/panning.cpp -o CMakeFiles/OpenAL.dir/alc/panning.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/base.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.cpp > CMakeFiles/OpenAL.dir/alc/backends/base.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/base.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.cpp -o CMakeFiles/OpenAL.dir/alc/backends/base.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.cpp > CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.cpp -o CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/null.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.cpp > CMakeFiles/OpenAL.dir/alc/backends/null.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/null.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.cpp -o CMakeFiles/OpenAL.dir/alc/backends/null.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.cpp > CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.cpp -o CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pulseaudio.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pulseaudio.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pulseaudio.cpp > CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pulseaudio.cpp -o CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/alsa.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/alsa.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/alsa.cpp > CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/alsa.cpp -o CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.cpp > CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.cpp -o CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/sndio.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/sndio.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/sndio.cpp > CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/sndio.cpp -o CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.cpp > CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.cpp -o CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o -MF CMakeFiles/OpenAL.dir/core/ambdec.cpp.o.d -o CMakeFiles/OpenAL.dir/core/ambdec.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/ambdec.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.cpp > CMakeFiles/OpenAL.dir/core/ambdec.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/ambdec.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.cpp -o CMakeFiles/OpenAL.dir/core/ambdec.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o -MF CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o.d -o CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/ambidefs.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.cpp > CMakeFiles/OpenAL.dir/core/ambidefs.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/ambidefs.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.cpp -o CMakeFiles/OpenAL.dir/core/ambidefs.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o -MF CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o.d -o CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/bformatdec.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.cpp > CMakeFiles/OpenAL.dir/core/bformatdec.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/bformatdec.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.cpp -o CMakeFiles/OpenAL.dir/core/bformatdec.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o -MF CMakeFiles/OpenAL.dir/core/bs2b.cpp.o.d -o CMakeFiles/OpenAL.dir/core/bs2b.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/bs2b.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.cpp > CMakeFiles/OpenAL.dir/core/bs2b.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/bs2b.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.cpp -o CMakeFiles/OpenAL.dir/core/bs2b.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o -MF CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o.d -o CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.cpp > CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.cpp -o CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o -MF CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o.d -o CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.cpp > CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.cpp -o CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o -MF CMakeFiles/OpenAL.dir/core/context.cpp.o.d -o CMakeFiles/OpenAL.dir/core/context.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/context.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.cpp > CMakeFiles/OpenAL.dir/core/context.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/context.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.cpp -o CMakeFiles/OpenAL.dir/core/context.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o -MF CMakeFiles/OpenAL.dir/core/converter.cpp.o.d -o CMakeFiles/OpenAL.dir/core/converter.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/converter.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.cpp > CMakeFiles/OpenAL.dir/core/converter.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/converter.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.cpp -o CMakeFiles/OpenAL.dir/core/converter.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o -MF CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o.d -o CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.cpp > CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.cpp -o CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o -MF CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o.d -o CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.cpp > CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.cpp -o CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o -MF CMakeFiles/OpenAL.dir/core/devformat.cpp.o.d -o CMakeFiles/OpenAL.dir/core/devformat.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/devformat.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.cpp > CMakeFiles/OpenAL.dir/core/devformat.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/devformat.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.cpp -o CMakeFiles/OpenAL.dir/core/devformat.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o -MF CMakeFiles/OpenAL.dir/core/device.cpp.o.d -o CMakeFiles/OpenAL.dir/core/device.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/device.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.cpp > CMakeFiles/OpenAL.dir/core/device.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/device.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.cpp -o CMakeFiles/OpenAL.dir/core/device.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o -MF CMakeFiles/OpenAL.dir/core/effectslot.cpp.o.d -o CMakeFiles/OpenAL.dir/core/effectslot.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/effectslot.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.cpp > CMakeFiles/OpenAL.dir/core/effectslot.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/effectslot.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.cpp -o CMakeFiles/OpenAL.dir/core/effectslot.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o -MF CMakeFiles/OpenAL.dir/core/except.cpp.o.d -o CMakeFiles/OpenAL.dir/core/except.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/except.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.cpp > CMakeFiles/OpenAL.dir/core/except.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/except.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.cpp -o CMakeFiles/OpenAL.dir/core/except.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o -MF CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o.d -o CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.cpp > CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.cpp -o CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o -MF CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o.d -o CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.cpp > CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.cpp -o CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o -MF CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o.d -o CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.cpp > CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.cpp -o CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o -MF CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o.d -o CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.cpp > CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.cpp -o CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o -MF CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o.d -o CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.cpp > CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.cpp -o CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o -MF CMakeFiles/OpenAL.dir/core/helpers.cpp.o.d -o CMakeFiles/OpenAL.dir/core/helpers.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/helpers.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.cpp > CMakeFiles/OpenAL.dir/core/helpers.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/helpers.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.cpp -o CMakeFiles/OpenAL.dir/core/helpers.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o -MF CMakeFiles/OpenAL.dir/core/hrtf.cpp.o.d -o CMakeFiles/OpenAL.dir/core/hrtf.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/hrtf.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.cpp > CMakeFiles/OpenAL.dir/core/hrtf.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/hrtf.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.cpp -o CMakeFiles/OpenAL.dir/core/hrtf.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o -MF CMakeFiles/OpenAL.dir/core/logging.cpp.o.d -o CMakeFiles/OpenAL.dir/core/logging.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/logging.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.cpp > CMakeFiles/OpenAL.dir/core/logging.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/logging.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.cpp -o CMakeFiles/OpenAL.dir/core/logging.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o -MF CMakeFiles/OpenAL.dir/core/mastering.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mastering.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mastering.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.cpp > CMakeFiles/OpenAL.dir/core/mastering.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mastering.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.cpp -o CMakeFiles/OpenAL.dir/core/mastering.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.cpp > CMakeFiles/OpenAL.dir/core/mixer.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.cpp -o CMakeFiles/OpenAL.dir/core/mixer.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o -MF CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o.d -o CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.cpp > CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.cpp -o CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uiddefs.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o -MF CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o.d -o CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uiddefs.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/uiddefs.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uiddefs.cpp > CMakeFiles/OpenAL.dir/core/uiddefs.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/uiddefs.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uiddefs.cpp -o CMakeFiles/OpenAL.dir/core/uiddefs.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o -MF CMakeFiles/OpenAL.dir/core/voice.cpp.o.d -o CMakeFiles/OpenAL.dir/core/voice.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/voice.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.cpp > CMakeFiles/OpenAL.dir/core/voice.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/voice.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.cpp -o CMakeFiles/OpenAL.dir/core/voice.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o -MF CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o.d -o CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.cpp > CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.cpp -o CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o -MF CMakeFiles/OpenAL.dir/core/rtkit.cpp.o.d -o CMakeFiles/OpenAL.dir/core/rtkit.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/rtkit.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.cpp > CMakeFiles/OpenAL.dir/core/rtkit.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/rtkit.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.cpp -o CMakeFiles/OpenAL.dir/core/rtkit.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_c.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_c.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_c.cpp > CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_c.cpp -o CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse.cpp > CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse.cpp -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse2.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse2.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse2.cpp > CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse2.cpp -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse3.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse3.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse3.cpp > CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse3.cpp -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.s + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse41.cpp +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o: libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building CXX object libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse41.cpp + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse41.cpp > CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.i + +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse41.cpp -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.s + +# Object files for target OpenAL +OpenAL_OBJECTS = \ +"CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/buffer.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/debug.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effect.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/null.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/error.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/event.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/extension.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/filter.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/listener.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/source.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/state.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/alc.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/alu.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/context.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/device.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/events.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/panning.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/ambdec.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/bs2b.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/context.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/converter.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/devformat.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/device.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/effectslot.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/except.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/helpers.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/hrtf.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/logging.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/mastering.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/mixer.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/voice.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/rtkit.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o" + +# External object files for target OpenAL +OpenAL_EXTERNAL_OBJECTS = + +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/libalcommon.a +libraries/openal-soft/libopenal.so.1.23.1: /usr/lib/x86_64-linux-gnu/libsndio.so +libraries/openal-soft/libopenal.so.1.23.1: libraries/openal-soft/CMakeFiles/OpenAL.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Linking CXX shared library libopenal.so" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/OpenAL.dir/link.txt --verbose=$(VERBOSE) + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -E cmake_symlink_library libopenal.so.1.23.1 libopenal.so.1 libopenal.so + +libraries/openal-soft/libopenal.so.1: libraries/openal-soft/libopenal.so.1.23.1 + @$(CMAKE_COMMAND) -E touch_nocreate libraries/openal-soft/libopenal.so.1 + +libraries/openal-soft/libopenal.so: libraries/openal-soft/libopenal.so.1.23.1 + @$(CMAKE_COMMAND) -E touch_nocreate libraries/openal-soft/libopenal.so + +# Rule to build all files generated by this target. +libraries/openal-soft/CMakeFiles/OpenAL.dir/build: libraries/openal-soft/libopenal.so +.PHONY : libraries/openal-soft/CMakeFiles/OpenAL.dir/build + +libraries/openal-soft/CMakeFiles/OpenAL.dir/clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -P CMakeFiles/OpenAL.dir/cmake_clean.cmake +.PHONY : libraries/openal-soft/CMakeFiles/OpenAL.dir/clean + +libraries/openal-soft/CMakeFiles/OpenAL.dir/depend: libraries/openal-soft/default_hrtf.txt + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : libraries/openal-soft/CMakeFiles/OpenAL.dir/depend + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/cmake_clean.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/cmake_clean.cmake new file mode 100644 index 0000000..659002f --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/cmake_clean.cmake @@ -0,0 +1,193 @@ +file(REMOVE_RECURSE + ".1" + "CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o" + "CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/buffer.cpp.o" + "CMakeFiles/OpenAL.dir/al/buffer.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/debug.cpp.o" + "CMakeFiles/OpenAL.dir/al/debug.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effect.cpp.o" + "CMakeFiles/OpenAL.dir/al/effect.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/null.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/null.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/error.cpp.o" + "CMakeFiles/OpenAL.dir/al/error.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/event.cpp.o" + "CMakeFiles/OpenAL.dir/al/event.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/extension.cpp.o" + "CMakeFiles/OpenAL.dir/al/extension.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/filter.cpp.o" + "CMakeFiles/OpenAL.dir/al/filter.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/listener.cpp.o" + "CMakeFiles/OpenAL.dir/al/listener.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/source.cpp.o" + "CMakeFiles/OpenAL.dir/al/source.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/state.cpp.o" + "CMakeFiles/OpenAL.dir/al/state.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/alc.cpp.o" + "CMakeFiles/OpenAL.dir/alc/alc.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o" + "CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/alu.cpp.o" + "CMakeFiles/OpenAL.dir/alc/alu.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/context.cpp.o" + "CMakeFiles/OpenAL.dir/alc/context.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/device.cpp.o" + "CMakeFiles/OpenAL.dir/alc/device.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/events.cpp.o" + "CMakeFiles/OpenAL.dir/alc/events.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/panning.cpp.o" + "CMakeFiles/OpenAL.dir/alc/panning.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/ambdec.cpp.o" + "CMakeFiles/OpenAL.dir/core/ambdec.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o" + "CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o" + "CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/bs2b.cpp.o" + "CMakeFiles/OpenAL.dir/core/bs2b.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o" + "CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o" + "CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/context.cpp.o" + "CMakeFiles/OpenAL.dir/core/context.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/converter.cpp.o" + "CMakeFiles/OpenAL.dir/core/converter.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o" + "CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o" + "CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o" + "CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/devformat.cpp.o" + "CMakeFiles/OpenAL.dir/core/devformat.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/device.cpp.o" + "CMakeFiles/OpenAL.dir/core/device.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/effectslot.cpp.o" + "CMakeFiles/OpenAL.dir/core/effectslot.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/except.cpp.o" + "CMakeFiles/OpenAL.dir/core/except.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o" + "CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o" + "CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o" + "CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o" + "CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o" + "CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/helpers.cpp.o" + "CMakeFiles/OpenAL.dir/core/helpers.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/hrtf.cpp.o" + "CMakeFiles/OpenAL.dir/core/hrtf.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/logging.cpp.o" + "CMakeFiles/OpenAL.dir/core/logging.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/mastering.cpp.o" + "CMakeFiles/OpenAL.dir/core/mastering.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/mixer.cpp.o" + "CMakeFiles/OpenAL.dir/core/mixer.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/rtkit.cpp.o" + "CMakeFiles/OpenAL.dir/core/rtkit.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o" + "CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o" + "CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/voice.cpp.o" + "CMakeFiles/OpenAL.dir/core/voice.cpp.o.d" + "default_hrtf.txt" + "libopenal.pdb" + "libopenal.so" + "libopenal.so.1" + "libopenal.so.1.23.1" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/OpenAL.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.make new file mode 100644 index 0000000..6b58535 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for OpenAL. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts new file mode 100644 index 0000000..58b69bf --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for OpenAL. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o new file mode 100644 index 0000000..d3abc13 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o.d new file mode 100644 index 0000000..5a5e5b1 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o.d @@ -0,0 +1,202 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/cstdarg /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/sstream /usr/include/c++/13/istream \ + /usr/include/c++/13/ios /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc \ + /usr/include/c++/13/bits/sstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstdint /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h /usr/include/c++/13/limits \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.h \ + /usr/include/c++/13/fstream /usr/include/c++/13/bits/codecvt.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/basic_file.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++io.h \ + /usr/include/c++/13/bits/fstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o new file mode 100644 index 0000000..8aade54 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o.d new file mode 100644 index 0000000..54335ea --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o.d @@ -0,0 +1,45 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o new file mode 100644 index 0000000..7713952 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o.d new file mode 100644 index 0000000..e9e68ab --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o.d @@ -0,0 +1,215 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/limits /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/front_stablizer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o new file mode 100644 index 0000000..08be0b6 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o.d new file mode 100644 index 0000000..46846e8 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o.d @@ -0,0 +1,177 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cmath \ + /usr/include/c++/13/bits/requires_hosted.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o new file mode 100644 index 0000000..3894f91 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o.d new file mode 100644 index 0000000..5b9d344 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o.d @@ -0,0 +1,195 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_defs.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cassert \ + /usr/include/assert.h /usr/include/c++/13/cmath \ + /usr/include/c++/13/bits/requires_hosted.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstddef \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o new file mode 100644 index 0000000..124b699 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o.d new file mode 100644 index 0000000..6854bb9 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o.d @@ -0,0 +1,207 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /usr/include/c++/13/atomic /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cmath \ + /usr/include/c++/13/bits/requires_hosted.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o new file mode 100644 index 0000000..91760f9 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o.d new file mode 100644 index 0000000..846ffc0 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o.d @@ -0,0 +1,262 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/cassert \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/assert.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/backward/binders.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/std_function.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/erase_if.h \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/limits \ + /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/stdexcept \ + /usr/include/c++/13/string /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /usr/include/c++/13/variant /usr/include/c++/13/bits/parse_numbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/atomic /usr/include/c++/13/bitset \ + /usr/include/c++/13/thread /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/cstdint /usr/include/c++/13/ctime \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/chrono \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.h \ + /usr/include/c++/13/optional \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice_change.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o new file mode 100644 index 0000000..9f449bc Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o.d new file mode 100644 index 0000000..7718b49 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o.d @@ -0,0 +1,228 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/type_traits \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /usr/include/c++/13/cassert /usr/include/assert.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/climits \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o new file mode 100644 index 0000000..05f4bd2 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o.d new file mode 100644 index 0000000..1190765 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o.d @@ -0,0 +1,134 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.h \ + /usr/include/c++/13/optional /usr/include/c++/13/type_traits \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/new /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/utility.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cpuid.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/array \ + /usr/include/c++/13/compare diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o new file mode 100644 index 0000000..393817e Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o.d new file mode 100644 index 0000000..1213d8c --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o.d @@ -0,0 +1,174 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_defs.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o new file mode 100644 index 0000000..3642898 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o.d new file mode 100644 index 0000000..d29e881 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o.d @@ -0,0 +1,159 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h \ + /usr/include/dbus-1.0/dbus/dbus.h \ + /usr/lib/x86_64-linux-gnu/dbus-1.0/include/dbus/dbus-arch-deps.h \ + /usr/include/dbus-1.0/dbus/dbus-macros.h \ + /usr/include/dbus-1.0/dbus/dbus-address.h \ + /usr/include/dbus-1.0/dbus/dbus-types.h \ + /usr/include/dbus-1.0/dbus/dbus-errors.h \ + /usr/include/dbus-1.0/dbus/dbus-protocol.h \ + /usr/include/dbus-1.0/dbus/dbus-bus.h \ + /usr/include/dbus-1.0/dbus/dbus-connection.h \ + /usr/include/dbus-1.0/dbus/dbus-memory.h \ + /usr/include/dbus-1.0/dbus/dbus-message.h \ + /usr/include/dbus-1.0/dbus/dbus-shared.h \ + /usr/include/dbus-1.0/dbus/dbus-misc.h \ + /usr/include/dbus-1.0/dbus/dbus-pending-call.h \ + /usr/include/dbus-1.0/dbus/dbus-server.h \ + /usr/include/dbus-1.0/dbus/dbus-signature.h \ + /usr/include/dbus-1.0/dbus/dbus-syntax.h \ + /usr/include/dbus-1.0/dbus/dbus-threads.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/cstdint \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/initializer_list diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o new file mode 100644 index 0000000..ab2b75f Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o.d new file mode 100644 index 0000000..498c5ec --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o.d @@ -0,0 +1,27 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /usr/include/c++/13/cstdint \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o new file mode 100644 index 0000000..10fbb75 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o.d new file mode 100644 index 0000000..dd07803 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o.d @@ -0,0 +1,242 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/limits /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/atomic /usr/include/c++/13/bitset \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/ctime \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/front_stablizer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.h \ + /usr/include/c++/13/optional \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o new file mode 100644 index 0000000..3d5aeb8 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o.d new file mode 100644 index 0000000..45b22d7 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o.d @@ -0,0 +1,232 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h \ + /usr/include/c++/13/atomic /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/type_traits \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/bitset /usr/include/c++/13/chrono \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/cstdint /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/parse_numbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/thread /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o new file mode 100644 index 0000000..1378642 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o.d new file mode 100644 index 0000000..971f6bf --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o.d @@ -0,0 +1,161 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h \ + /usr/include/c++/13/cstdarg \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/c++/13/exception /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/new /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/nested_exception.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o new file mode 100644 index 0000000..f07294d Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o.d new file mode 100644 index 0000000..c64c44a --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o.d @@ -0,0 +1,200 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cmath \ + /usr/include/c++/13/bits/requires_hosted.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstddef \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /usr/include/c++/13/cassert /usr/include/assert.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o new file mode 100644 index 0000000..1079062 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o.d new file mode 100644 index 0000000..cea5268 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o.d @@ -0,0 +1,176 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o new file mode 100644 index 0000000..3c710bf Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o.d new file mode 100644 index 0000000..d328172 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o.d @@ -0,0 +1,200 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /usr/include/c++/13/cstddef \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o new file mode 100644 index 0000000..32e994c Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o.d new file mode 100644 index 0000000..a9d94ff --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o.d @@ -0,0 +1,208 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /usr/include/c++/13/atomic /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/new /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cmath \ + /usr/include/c++/13/bits/requires_hosted.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o new file mode 100644 index 0000000..162f0d9 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o.d new file mode 100644 index 0000000..b383a8b --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o.d @@ -0,0 +1,130 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h /usr/include/c++/13/cstdlib \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.h \ + /usr/include/c++/13/optional /usr/include/c++/13/type_traits \ + /usr/include/c++/13/exception /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/new /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/utility.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o new file mode 100644 index 0000000..ea8597d Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o.d new file mode 100644 index 0000000..9666f16 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o.d @@ -0,0 +1,260 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.h \ + /usr/include/c++/13/utility \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/string \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/algorithm \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h /usr/include/c++/13/limits \ + /usr/include/c++/13/mutex /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/ctime /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/c++/13/bits/unique_lock.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error /usr/include/c++/13/stdexcept \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.h \ + /usr/include/dirent.h /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.h \ + /usr/include/dbus-1.0/dbus/dbus.h \ + /usr/lib/x86_64-linux-gnu/dbus-1.0/include/dbus/dbus-arch-deps.h \ + /usr/include/dbus-1.0/dbus/dbus-macros.h \ + /usr/include/dbus-1.0/dbus/dbus-address.h \ + /usr/include/dbus-1.0/dbus/dbus-types.h \ + /usr/include/dbus-1.0/dbus/dbus-errors.h \ + /usr/include/dbus-1.0/dbus/dbus-protocol.h \ + /usr/include/dbus-1.0/dbus/dbus-bus.h \ + /usr/include/dbus-1.0/dbus/dbus-connection.h \ + /usr/include/dbus-1.0/dbus/dbus-memory.h \ + /usr/include/dbus-1.0/dbus/dbus-message.h \ + /usr/include/dbus-1.0/dbus/dbus-shared.h \ + /usr/include/dbus-1.0/dbus/dbus-misc.h \ + /usr/include/dbus-1.0/dbus/dbus-pending-call.h \ + /usr/include/dbus-1.0/dbus/dbus-server.h \ + /usr/include/dbus-1.0/dbus/dbus-signature.h \ + /usr/include/dbus-1.0/dbus/dbus-syntax.h \ + /usr/include/dbus-1.0/dbus/dbus-threads.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o new file mode 100644 index 0000000..7545ffc Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o.d new file mode 100644 index 0000000..1173544 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o.d @@ -0,0 +1,254 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/limits /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /usr/include/c++/13/atomic \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /usr/include/c++/13/cassert /usr/include/assert.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h /usr/include/c++/13/fstream \ + /usr/include/c++/13/istream /usr/include/c++/13/ios \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc /usr/include/c++/13/bits/codecvt.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/basic_file.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++io.h \ + /usr/include/c++/13/bits/fstream.tcc /usr/include/c++/13/mutex \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/ctime /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/numeric \ + /usr/include/c++/13/bits/stl_numeric.h \ + /usr/include/c++/13/pstl/glue_numeric_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/default_hrtf.txt diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o new file mode 100644 index 0000000..28550a0 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o.d new file mode 100644 index 0000000..3d6b77d --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o.d @@ -0,0 +1,191 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/cstdarg \ + /usr/include/c++/13/cstdio /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h /usr/include/c++/13/mutex \ + /usr/include/c++/13/bits/chrono.h /usr/include/c++/13/ratio \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error /usr/include/c++/13/stdexcept \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o new file mode 100644 index 0000000..c3d2a9d Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o.d new file mode 100644 index 0000000..d9f1615 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o.d @@ -0,0 +1,223 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/cstddef /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/limits /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/functional \ + /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o new file mode 100644 index 0000000..6ca54ad Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o.d new file mode 100644 index 0000000..3d10d04 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o.d @@ -0,0 +1,231 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cmath \ + /usr/include/c++/13/bits/requires_hosted.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/cstddef /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/c++/13/cstdio /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /usr/include/c++/13/cstdint \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /usr/include/c++/13/atomic /usr/include/c++/13/bitset \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/parse_numbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o new file mode 100644 index 0000000..6220139 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o.d new file mode 100644 index 0000000..e1bb080 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o.d @@ -0,0 +1,220 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_c.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/include/c++/13/cassert \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/assert.h \ + /usr/include/c++/13/cmath /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfbase.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o new file mode 100644 index 0000000..e66a351 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o.d new file mode 100644 index 0000000..6c1659b --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o.d @@ -0,0 +1,219 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h /usr/include/c++/13/cstdlib \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/include/c++/13/cmath /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfbase.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o new file mode 100644 index 0000000..d5c2298 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o.d new file mode 100644 index 0000000..3c63cb8 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o.d @@ -0,0 +1,210 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse2.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h /usr/include/c++/13/cstdlib \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cmath \ + /usr/include/c++/13/bits/requires_hosted.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstddef \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o new file mode 100644 index 0000000..e8c2f42 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o.d new file mode 100644 index 0000000..1540603 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o.d @@ -0,0 +1,3 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse3.cpp \ + /usr/include/stdc-predef.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o new file mode 100644 index 0000000..eec85d5 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o.d new file mode 100644 index 0000000..ac3c1a0 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o.d @@ -0,0 +1,215 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse41.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h /usr/include/c++/13/cstdlib \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/smmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mwaitintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/popcntintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/initializer_list /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cmath \ + /usr/include/c++/13/bits/requires_hosted.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstddef \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /usr/include/c++/13/variant \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o new file mode 100644 index 0000000..cd6f497 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o.d new file mode 100644 index 0000000..d29bf4d --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o.d @@ -0,0 +1,168 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/features.h \ + /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h \ + /usr/include/dbus-1.0/dbus/dbus.h \ + /usr/lib/x86_64-linux-gnu/dbus-1.0/include/dbus/dbus-arch-deps.h \ + /usr/include/dbus-1.0/dbus/dbus-macros.h \ + /usr/include/dbus-1.0/dbus/dbus-address.h \ + /usr/include/dbus-1.0/dbus/dbus-types.h \ + /usr/include/dbus-1.0/dbus/dbus-errors.h \ + /usr/include/dbus-1.0/dbus/dbus-protocol.h \ + /usr/include/dbus-1.0/dbus/dbus-bus.h \ + /usr/include/dbus-1.0/dbus/dbus-connection.h \ + /usr/include/dbus-1.0/dbus/dbus-memory.h \ + /usr/include/dbus-1.0/dbus/dbus-message.h \ + /usr/include/dbus-1.0/dbus/dbus-shared.h \ + /usr/include/dbus-1.0/dbus/dbus-misc.h \ + /usr/include/dbus-1.0/dbus/dbus-pending-call.h \ + /usr/include/dbus-1.0/dbus/dbus-server.h \ + /usr/include/dbus-1.0/dbus/dbus-signature.h \ + /usr/include/dbus-1.0/dbus/dbus-syntax.h \ + /usr/include/dbus-1.0/dbus/dbus-threads.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.h \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/cstdint \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/linux/close_range.h \ + /usr/include/x86_64-linux-gnu/sys/syscall.h \ + /usr/lib/linux/uapi/x86/asm/unistd.h \ + /usr/lib/linux/uapi/x86/asm/unistd_64.h \ + /usr/include/x86_64-linux-gnu/bits/syscall.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o new file mode 100644 index 0000000..9960885 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o.d new file mode 100644 index 0000000..7ef4a47 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o.d @@ -0,0 +1,230 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.h \ + /usr/include/c++/13/complex /usr/include/c++/13/cmath \ + /usr/include/math.h /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/sstream \ + /usr/include/c++/13/istream /usr/include/c++/13/ios \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc \ + /usr/include/c++/13/bits/sstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/phase_shifter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o new file mode 100644 index 0000000..795acf0 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o.d new file mode 100644 index 0000000..50e0d0b --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o.d @@ -0,0 +1,4 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uiddefs.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o new file mode 100644 index 0000000..6828f4c Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o.d new file mode 100644 index 0000000..d99302c --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o.d @@ -0,0 +1,263 @@ +libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/initializer_list \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/range_access.h /usr/include/c++/13/atomic \ + /usr/include/c++/13/bits/atomic_base.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/bitset /usr/include/c++/13/string \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/cstdint \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/c++/13/bits/parse_numbers.h /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstring /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h \ + /usr/include/c++/13/variant \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/cassert \ + /usr/include/assert.h /usr/include/c++/13/climits \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h \ + /usr/include/c++/13/thread /usr/include/c++/13/bits/std_thread.h \ + /usr/include/c++/13/bits/this_thread_sleep.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice_change.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/depend.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/depend.make new file mode 100644 index 0000000..ee620db --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for OpenAL. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make new file mode 100644 index 0000000..567c300 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + +CXX_INCLUDES = -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + +CXX_FLAGS = -O2 -g -D_DEBUG -std=gnu++17 -fPIC -fvisibility=hidden -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/link.txt b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/link.txt new file mode 100644 index 0000000..8f02adc --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -fPIC -O2 -g -D_DEBUG -Wl,--version-script=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.version -shared -Wl,-soname,libopenal.so.1 -o libopenal.so.1.23.1 CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o CMakeFiles/OpenAL.dir/al/buffer.cpp.o CMakeFiles/OpenAL.dir/al/debug.cpp.o CMakeFiles/OpenAL.dir/al/effect.cpp.o CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o CMakeFiles/OpenAL.dir/al/effects/null.cpp.o CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o CMakeFiles/OpenAL.dir/al/error.cpp.o CMakeFiles/OpenAL.dir/al/event.cpp.o CMakeFiles/OpenAL.dir/al/extension.cpp.o CMakeFiles/OpenAL.dir/al/filter.cpp.o CMakeFiles/OpenAL.dir/al/listener.cpp.o CMakeFiles/OpenAL.dir/al/source.cpp.o CMakeFiles/OpenAL.dir/al/state.cpp.o CMakeFiles/OpenAL.dir/alc/alc.cpp.o CMakeFiles/OpenAL.dir/alc/alu.cpp.o CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o CMakeFiles/OpenAL.dir/alc/context.cpp.o CMakeFiles/OpenAL.dir/alc/device.cpp.o CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o CMakeFiles/OpenAL.dir/alc/events.cpp.o CMakeFiles/OpenAL.dir/alc/panning.cpp.o CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o CMakeFiles/OpenAL.dir/core/ambdec.cpp.o CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o CMakeFiles/OpenAL.dir/core/bs2b.cpp.o CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o CMakeFiles/OpenAL.dir/core/context.cpp.o CMakeFiles/OpenAL.dir/core/converter.cpp.o CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o CMakeFiles/OpenAL.dir/core/devformat.cpp.o CMakeFiles/OpenAL.dir/core/device.cpp.o CMakeFiles/OpenAL.dir/core/effectslot.cpp.o CMakeFiles/OpenAL.dir/core/except.cpp.o CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o CMakeFiles/OpenAL.dir/core/helpers.cpp.o CMakeFiles/OpenAL.dir/core/hrtf.cpp.o CMakeFiles/OpenAL.dir/core/logging.cpp.o CMakeFiles/OpenAL.dir/core/mastering.cpp.o CMakeFiles/OpenAL.dir/core/mixer.cpp.o CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o CMakeFiles/OpenAL.dir/core/voice.cpp.o CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o CMakeFiles/OpenAL.dir/core/rtkit.cpp.o CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o libalcommon.a -pthread /usr/lib/x86_64-linux-gnu/libsndio.so -ldl -latomic -lm diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/progress.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/progress.make new file mode 100644 index 0000000..7de2328 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/OpenAL.dir/progress.make @@ -0,0 +1,93 @@ +CMAKE_PROGRESS_1 = 16 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 17 +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = 18 +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = 19 +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = 20 +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = 21 +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = 22 +CMAKE_PROGRESS_15 = +CMAKE_PROGRESS_16 = +CMAKE_PROGRESS_17 = 23 +CMAKE_PROGRESS_18 = +CMAKE_PROGRESS_19 = 24 +CMAKE_PROGRESS_20 = +CMAKE_PROGRESS_21 = 25 +CMAKE_PROGRESS_22 = +CMAKE_PROGRESS_23 = 26 +CMAKE_PROGRESS_24 = +CMAKE_PROGRESS_25 = 27 +CMAKE_PROGRESS_26 = +CMAKE_PROGRESS_27 = +CMAKE_PROGRESS_28 = 28 +CMAKE_PROGRESS_29 = +CMAKE_PROGRESS_30 = 29 +CMAKE_PROGRESS_31 = +CMAKE_PROGRESS_32 = 30 +CMAKE_PROGRESS_33 = +CMAKE_PROGRESS_34 = 31 +CMAKE_PROGRESS_35 = +CMAKE_PROGRESS_36 = 32 +CMAKE_PROGRESS_37 = +CMAKE_PROGRESS_38 = 33 +CMAKE_PROGRESS_39 = +CMAKE_PROGRESS_40 = +CMAKE_PROGRESS_41 = 34 +CMAKE_PROGRESS_42 = +CMAKE_PROGRESS_43 = 35 +CMAKE_PROGRESS_44 = +CMAKE_PROGRESS_45 = 36 +CMAKE_PROGRESS_46 = +CMAKE_PROGRESS_47 = 37 +CMAKE_PROGRESS_48 = +CMAKE_PROGRESS_49 = 38 +CMAKE_PROGRESS_50 = +CMAKE_PROGRESS_51 = +CMAKE_PROGRESS_52 = 39 +CMAKE_PROGRESS_53 = +CMAKE_PROGRESS_54 = 40 +CMAKE_PROGRESS_55 = +CMAKE_PROGRESS_56 = 41 +CMAKE_PROGRESS_57 = +CMAKE_PROGRESS_58 = 42 +CMAKE_PROGRESS_59 = +CMAKE_PROGRESS_60 = 43 +CMAKE_PROGRESS_61 = +CMAKE_PROGRESS_62 = 44 +CMAKE_PROGRESS_63 = +CMAKE_PROGRESS_64 = +CMAKE_PROGRESS_65 = 45 +CMAKE_PROGRESS_66 = +CMAKE_PROGRESS_67 = 46 +CMAKE_PROGRESS_68 = +CMAKE_PROGRESS_69 = 47 +CMAKE_PROGRESS_70 = +CMAKE_PROGRESS_71 = 48 +CMAKE_PROGRESS_72 = +CMAKE_PROGRESS_73 = 49 +CMAKE_PROGRESS_74 = +CMAKE_PROGRESS_75 = 50 +CMAKE_PROGRESS_76 = +CMAKE_PROGRESS_77 = +CMAKE_PROGRESS_78 = 51 +CMAKE_PROGRESS_79 = +CMAKE_PROGRESS_80 = 52 +CMAKE_PROGRESS_81 = +CMAKE_PROGRESS_82 = 53 +CMAKE_PROGRESS_83 = +CMAKE_PROGRESS_84 = 54 +CMAKE_PROGRESS_85 = +CMAKE_PROGRESS_86 = 55 +CMAKE_PROGRESS_87 = +CMAKE_PROGRESS_88 = +CMAKE_PROGRESS_89 = 56 +CMAKE_PROGRESS_90 = +CMAKE_PROGRESS_91 = 57 +CMAKE_PROGRESS_92 = + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/DependInfo.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/DependInfo.cmake new file mode 100644 index 0000000..ac04e92 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.c" "libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o" "gcc" "libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/build.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/build.make new file mode 100644 index 0000000..def880f --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/build.make @@ -0,0 +1,111 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +# Include any dependencies generated for this target. +include libraries/openal-soft/CMakeFiles/al-excommon.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include libraries/openal-soft/CMakeFiles/al-excommon.dir/compiler_depend.make + +# Include the progress variables for this target. +include libraries/openal-soft/CMakeFiles/al-excommon.dir/progress.make + +# Include the compile flags for this target's objects. +include libraries/openal-soft/CMakeFiles/al-excommon.dir/flags.make + +libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o: libraries/openal-soft/CMakeFiles/al-excommon.dir/flags.make +libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.c +libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o: libraries/openal-soft/CMakeFiles/al-excommon.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o -MF CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o.d -o CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.c + +libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.c > CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.i + +libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.c -o CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.s + +# Object files for target al-excommon +al__excommon_OBJECTS = \ +"CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o" + +# External object files for target al-excommon +al__excommon_EXTERNAL_OBJECTS = + +libraries/openal-soft/libal-excommon.a: libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o +libraries/openal-soft/libal-excommon.a: libraries/openal-soft/CMakeFiles/al-excommon.dir/build.make +libraries/openal-soft/libal-excommon.a: libraries/openal-soft/CMakeFiles/al-excommon.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libal-excommon.a" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -P CMakeFiles/al-excommon.dir/cmake_clean_target.cmake + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/al-excommon.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +libraries/openal-soft/CMakeFiles/al-excommon.dir/build: libraries/openal-soft/libal-excommon.a +.PHONY : libraries/openal-soft/CMakeFiles/al-excommon.dir/build + +libraries/openal-soft/CMakeFiles/al-excommon.dir/clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -P CMakeFiles/al-excommon.dir/cmake_clean.cmake +.PHONY : libraries/openal-soft/CMakeFiles/al-excommon.dir/clean + +libraries/openal-soft/CMakeFiles/al-excommon.dir/depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : libraries/openal-soft/CMakeFiles/al-excommon.dir/depend + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/cmake_clean.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/cmake_clean.cmake new file mode 100644 index 0000000..ab16b1a --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o" + "CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o.d" + "libal-excommon.a" + "libal-excommon.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/al-excommon.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/cmake_clean_target.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..98cc473 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libal-excommon.a" +) diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/compiler_depend.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/compiler_depend.make new file mode 100644 index 0000000..a8ad193 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for al-excommon. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/compiler_depend.ts b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/compiler_depend.ts new file mode 100644 index 0000000..df73636 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for al-excommon. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/depend.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/depend.make new file mode 100644 index 0000000..7a1a04a --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for al-excommon. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o new file mode 100644 index 0000000..0c70f44 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o.d new file mode 100644 index 0000000..da6a6a2 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o.d @@ -0,0 +1,67 @@ +libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.c \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/flags.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/flags.make new file mode 100644 index 0000000..0cec2d6 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# compile C with /usr/bin/cc +C_DEFINES = -DRESTRICT=__restrict + +C_INCLUDES = -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + +C_FLAGS = -O2 -g -D_DEBUG -std=gnu11 -fvisibility=hidden -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/link.txt b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/link.txt new file mode 100644 index 0000000..4ff9965 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libal-excommon.a "CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o" +/usr/bin/ranlib libal-excommon.a diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/progress.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/progress.make new file mode 100644 index 0000000..b46bf58 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/al-excommon.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 58 +CMAKE_PROGRESS_2 = + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/DependInfo.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/DependInfo.cmake new file mode 100644 index 0000000..c9f4d08 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/DependInfo.cmake @@ -0,0 +1,32 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.cpp" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.cpp" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.cpp" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.cpp" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.cpp" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.cpp" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.cpp" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.cpp" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.cpp" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.cpp" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/build.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/build.make new file mode 100644 index 0000000..d1aa1b6 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/build.make @@ -0,0 +1,255 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +# Include any dependencies generated for this target. +include libraries/openal-soft/CMakeFiles/alcommon.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include libraries/openal-soft/CMakeFiles/alcommon.dir/compiler_depend.make + +# Include the progress variables for this target. +include libraries/openal-soft/CMakeFiles/alcommon.dir/progress.make + +# Include the compile flags for this target's objects. +include libraries/openal-soft/CMakeFiles/alcommon.dir/flags.make + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/flags.make +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.cpp +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o -MF CMakeFiles/alcommon.dir/common/alcomplex.cpp.o.d -o CMakeFiles/alcommon.dir/common/alcomplex.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.cpp + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alcommon.dir/common/alcomplex.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.cpp > CMakeFiles/alcommon.dir/common/alcomplex.cpp.i + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alcommon.dir/common/alcomplex.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.cpp -o CMakeFiles/alcommon.dir/common/alcomplex.cpp.s + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/flags.make +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.cpp +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o -MF CMakeFiles/alcommon.dir/common/alfstream.cpp.o.d -o CMakeFiles/alcommon.dir/common/alfstream.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.cpp + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alcommon.dir/common/alfstream.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.cpp > CMakeFiles/alcommon.dir/common/alfstream.cpp.i + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alcommon.dir/common/alfstream.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.cpp -o CMakeFiles/alcommon.dir/common/alfstream.cpp.s + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/flags.make +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.cpp +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o -MF CMakeFiles/alcommon.dir/common/alsem.cpp.o.d -o CMakeFiles/alcommon.dir/common/alsem.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.cpp + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alcommon.dir/common/alsem.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.cpp > CMakeFiles/alcommon.dir/common/alsem.cpp.i + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alcommon.dir/common/alsem.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.cpp -o CMakeFiles/alcommon.dir/common/alsem.cpp.s + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/flags.make +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.cpp +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o -MF CMakeFiles/alcommon.dir/common/alstring.cpp.o.d -o CMakeFiles/alcommon.dir/common/alstring.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.cpp + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alcommon.dir/common/alstring.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.cpp > CMakeFiles/alcommon.dir/common/alstring.cpp.i + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alcommon.dir/common/alstring.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.cpp -o CMakeFiles/alcommon.dir/common/alstring.cpp.s + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/flags.make +libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.cpp +libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o -MF CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o.d -o CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.cpp + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alcommon.dir/common/althrd_setname.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.cpp > CMakeFiles/alcommon.dir/common/althrd_setname.cpp.i + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alcommon.dir/common/althrd_setname.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.cpp -o CMakeFiles/alcommon.dir/common/althrd_setname.cpp.s + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/flags.make +libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.cpp +libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o -MF CMakeFiles/alcommon.dir/common/dynload.cpp.o.d -o CMakeFiles/alcommon.dir/common/dynload.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.cpp + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alcommon.dir/common/dynload.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.cpp > CMakeFiles/alcommon.dir/common/dynload.cpp.i + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alcommon.dir/common/dynload.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.cpp -o CMakeFiles/alcommon.dir/common/dynload.cpp.s + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/flags.make +libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.cpp +libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o -MF CMakeFiles/alcommon.dir/common/pffft.cpp.o.d -o CMakeFiles/alcommon.dir/common/pffft.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.cpp + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alcommon.dir/common/pffft.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.cpp > CMakeFiles/alcommon.dir/common/pffft.cpp.i + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alcommon.dir/common/pffft.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.cpp -o CMakeFiles/alcommon.dir/common/pffft.cpp.s + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/flags.make +libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.cpp +libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o -MF CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o.d -o CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.cpp + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.cpp > CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.i + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.cpp -o CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.s + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/flags.make +libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.cpp +libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o -MF CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o.d -o CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.cpp + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alcommon.dir/common/ringbuffer.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.cpp > CMakeFiles/alcommon.dir/common/ringbuffer.cpp.i + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alcommon.dir/common/ringbuffer.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.cpp -o CMakeFiles/alcommon.dir/common/ringbuffer.cpp.s + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/flags.make +libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.cpp +libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o: libraries/openal-soft/CMakeFiles/alcommon.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o -MF CMakeFiles/alcommon.dir/common/strutils.cpp.o.d -o CMakeFiles/alcommon.dir/common/strutils.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.cpp + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alcommon.dir/common/strutils.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.cpp > CMakeFiles/alcommon.dir/common/strutils.cpp.i + +libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alcommon.dir/common/strutils.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.cpp -o CMakeFiles/alcommon.dir/common/strutils.cpp.s + +# Object files for target alcommon +alcommon_OBJECTS = \ +"CMakeFiles/alcommon.dir/common/alcomplex.cpp.o" \ +"CMakeFiles/alcommon.dir/common/alfstream.cpp.o" \ +"CMakeFiles/alcommon.dir/common/alsem.cpp.o" \ +"CMakeFiles/alcommon.dir/common/alstring.cpp.o" \ +"CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o" \ +"CMakeFiles/alcommon.dir/common/dynload.cpp.o" \ +"CMakeFiles/alcommon.dir/common/pffft.cpp.o" \ +"CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o" \ +"CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o" \ +"CMakeFiles/alcommon.dir/common/strutils.cpp.o" + +# External object files for target alcommon +alcommon_EXTERNAL_OBJECTS = + +libraries/openal-soft/libalcommon.a: libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o +libraries/openal-soft/libalcommon.a: libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o +libraries/openal-soft/libalcommon.a: libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o +libraries/openal-soft/libalcommon.a: libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o +libraries/openal-soft/libalcommon.a: libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o +libraries/openal-soft/libalcommon.a: libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o +libraries/openal-soft/libalcommon.a: libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o +libraries/openal-soft/libalcommon.a: libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o +libraries/openal-soft/libalcommon.a: libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o +libraries/openal-soft/libalcommon.a: libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o +libraries/openal-soft/libalcommon.a: libraries/openal-soft/CMakeFiles/alcommon.dir/build.make +libraries/openal-soft/libalcommon.a: libraries/openal-soft/CMakeFiles/alcommon.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Linking CXX static library libalcommon.a" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -P CMakeFiles/alcommon.dir/cmake_clean_target.cmake + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alcommon.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +libraries/openal-soft/CMakeFiles/alcommon.dir/build: libraries/openal-soft/libalcommon.a +.PHONY : libraries/openal-soft/CMakeFiles/alcommon.dir/build + +libraries/openal-soft/CMakeFiles/alcommon.dir/clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -P CMakeFiles/alcommon.dir/cmake_clean.cmake +.PHONY : libraries/openal-soft/CMakeFiles/alcommon.dir/clean + +libraries/openal-soft/CMakeFiles/alcommon.dir/depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : libraries/openal-soft/CMakeFiles/alcommon.dir/depend + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/cmake_clean.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/cmake_clean.cmake new file mode 100644 index 0000000..43f770a --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/cmake_clean.cmake @@ -0,0 +1,29 @@ +file(REMOVE_RECURSE + "CMakeFiles/alcommon.dir/common/alcomplex.cpp.o" + "CMakeFiles/alcommon.dir/common/alcomplex.cpp.o.d" + "CMakeFiles/alcommon.dir/common/alfstream.cpp.o" + "CMakeFiles/alcommon.dir/common/alfstream.cpp.o.d" + "CMakeFiles/alcommon.dir/common/alsem.cpp.o" + "CMakeFiles/alcommon.dir/common/alsem.cpp.o.d" + "CMakeFiles/alcommon.dir/common/alstring.cpp.o" + "CMakeFiles/alcommon.dir/common/alstring.cpp.o.d" + "CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o" + "CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o.d" + "CMakeFiles/alcommon.dir/common/dynload.cpp.o" + "CMakeFiles/alcommon.dir/common/dynload.cpp.o.d" + "CMakeFiles/alcommon.dir/common/pffft.cpp.o" + "CMakeFiles/alcommon.dir/common/pffft.cpp.o.d" + "CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o" + "CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o.d" + "CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o" + "CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o.d" + "CMakeFiles/alcommon.dir/common/strutils.cpp.o" + "CMakeFiles/alcommon.dir/common/strutils.cpp.o.d" + "libalcommon.a" + "libalcommon.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/alcommon.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/cmake_clean_target.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..a147f61 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libalcommon.a" +) diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o new file mode 100644 index 0000000..13beffc Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o.d new file mode 100644 index 0000000..213525a --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o.d @@ -0,0 +1,232 @@ +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.h \ + /usr/include/c++/13/complex \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h /usr/include/c++/13/cmath \ + /usr/include/c++/13/bits/requires_hosted.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/specfun.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/limits /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/sstream \ + /usr/include/c++/13/istream /usr/include/c++/13/ios \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/exception /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/new /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/c++/13/cstdio /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc \ + /usr/include/c++/13/bits/sstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /usr/include/c++/13/cassert /usr/include/assert.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /usr/include/c++/13/cstdint /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o new file mode 100644 index 0000000..9d103e6 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o.d new file mode 100644 index 0000000..1972a03 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o.d @@ -0,0 +1,162 @@ +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.h \ + /usr/include/c++/13/fstream /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/istream \ + /usr/include/c++/13/ios /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/exception /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/new /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ios_base.h /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/streambuf \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc /usr/include/c++/13/ostream \ + /usr/include/c++/13/bits/ostream.tcc \ + /usr/include/c++/13/bits/istream.tcc /usr/include/c++/13/bits/codecvt.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/basic_file.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++io.h \ + /usr/include/c++/13/bits/fstream.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.h \ + /usr/include/c++/13/optional \ + /usr/include/c++/13/bits/enable_special_members.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o new file mode 100644 index 0000000..c411d3a Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o.d new file mode 100644 index 0000000..419328f --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o.d @@ -0,0 +1,164 @@ +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h \ + /usr/include/semaphore.h /usr/include/features.h \ + /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/include/c++/13/system_error \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/iosfwd /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/new /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/nested_exception.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o new file mode 100644 index 0000000..8edda94 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o.d new file mode 100644 index 0000000..960779e --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o.d @@ -0,0 +1,121 @@ +libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.h \ + /usr/include/c++/13/cstddef \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/cstring /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/type_traits /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o new file mode 100644 index 0000000..d3f0e93 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o.d new file mode 100644 index 0000000..dd057d0 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o.d @@ -0,0 +1,44 @@ +libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.h \ + /usr/include/pthread.h /usr/include/features.h \ + /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o new file mode 100644 index 0000000..7de5b3c Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o.d new file mode 100644 index 0000000..4cd7129 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o.d @@ -0,0 +1,16 @@ +libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.h \ + /usr/include/dlfcn.h /usr/include/features.h \ + /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/dlfcn.h \ + /usr/include/x86_64-linux-gnu/bits/dl_find_object.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o new file mode 100644 index 0000000..8d4a8fd Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o.d new file mode 100644 index 0000000..4650d8d --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o.d @@ -0,0 +1,210 @@ +libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.h \ + /usr/include/c++/13/cstddef \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/initializer_list \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iterator \ + /usr/include/c++/13/bits/stream_iterator.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc /usr/include/c++/13/limits \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /usr/include/c++/13/cassert /usr/include/assert.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o new file mode 100644 index 0000000..8c032e5 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o.d new file mode 100644 index 0000000..ceae334 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o.d @@ -0,0 +1,192 @@ +libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/vector.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/cmath \ + /usr/include/math.h /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/limits \ + /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/numeric \ + /usr/include/c++/13/bits/stl_numeric.h \ + /usr/include/c++/13/pstl/glue_numeric_defs.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h /usr/include/c++/13/bits/unique_ptr.h \ + /usr/include/c++/13/bits/shared_ptr.h \ + /usr/include/c++/13/bits/shared_ptr_base.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o new file mode 100644 index 0000000..ab1e552 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o.d new file mode 100644 index 0000000..f1e9c55 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o.d @@ -0,0 +1,187 @@ +libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.h \ + /usr/include/c++/13/atomic /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/initializer_list \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/limits \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /usr/include/c++/13/array /usr/include/c++/13/compare \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h \ + /usr/include/c++/13/climits \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h /usr/include/c++/13/cstdint diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o new file mode 100644 index 0000000..0bc8171 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o.d new file mode 100644 index 0000000..564da6c --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o.d @@ -0,0 +1,125 @@ +libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.h \ + /usr/include/c++/13/optional /usr/include/c++/13/type_traits \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/new /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/utility.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/compiler_depend.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/compiler_depend.make new file mode 100644 index 0000000..9b66042 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alcommon. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/compiler_depend.ts b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/compiler_depend.ts new file mode 100644 index 0000000..f837237 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alcommon. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/depend.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/depend.make new file mode 100644 index 0000000..09959cd --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alcommon. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/flags.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/flags.make new file mode 100644 index 0000000..03d7a58 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DRESTRICT=__restrict + +CXX_INCLUDES = -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + +CXX_FLAGS = -O2 -g -D_DEBUG -std=gnu++17 -fPIC -fvisibility=hidden -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/link.txt b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/link.txt new file mode 100644 index 0000000..afc7558 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libalcommon.a CMakeFiles/alcommon.dir/common/alcomplex.cpp.o CMakeFiles/alcommon.dir/common/alfstream.cpp.o CMakeFiles/alcommon.dir/common/alsem.cpp.o CMakeFiles/alcommon.dir/common/alstring.cpp.o CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o CMakeFiles/alcommon.dir/common/dynload.cpp.o CMakeFiles/alcommon.dir/common/pffft.cpp.o CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o CMakeFiles/alcommon.dir/common/strutils.cpp.o +/usr/bin/ranlib libalcommon.a diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/progress.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/progress.make new file mode 100644 index 0000000..7087323 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alcommon.dir/progress.make @@ -0,0 +1,12 @@ +CMAKE_PROGRESS_1 = 59 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 60 +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = 61 +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = 62 +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = 63 +CMAKE_PROGRESS_11 = + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/DependInfo.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/DependInfo.cmake new file mode 100644 index 0000000..d343383 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alffplay.cpp" "libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o" "gcc" "libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/build.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/build.make new file mode 100644 index 0000000..4de73ca --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/build.make @@ -0,0 +1,119 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +# Include any dependencies generated for this target. +include libraries/openal-soft/CMakeFiles/alffplay.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include libraries/openal-soft/CMakeFiles/alffplay.dir/compiler_depend.make + +# Include the progress variables for this target. +include libraries/openal-soft/CMakeFiles/alffplay.dir/progress.make + +# Include the compile flags for this target's objects. +include libraries/openal-soft/CMakeFiles/alffplay.dir/flags.make + +libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o: libraries/openal-soft/CMakeFiles/alffplay.dir/flags.make +libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alffplay.cpp +libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o: libraries/openal-soft/CMakeFiles/alffplay.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o -MF CMakeFiles/alffplay.dir/examples/alffplay.cpp.o.d -o CMakeFiles/alffplay.dir/examples/alffplay.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alffplay.cpp + +libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alffplay.dir/examples/alffplay.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alffplay.cpp > CMakeFiles/alffplay.dir/examples/alffplay.cpp.i + +libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alffplay.dir/examples/alffplay.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alffplay.cpp -o CMakeFiles/alffplay.dir/examples/alffplay.cpp.s + +# Object files for target alffplay +alffplay_OBJECTS = \ +"CMakeFiles/alffplay.dir/examples/alffplay.cpp.o" + +# External object files for target alffplay +alffplay_EXTERNAL_OBJECTS = + +libraries/openal-soft/alffplay: libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o +libraries/openal-soft/alffplay: libraries/openal-soft/CMakeFiles/alffplay.dir/build.make +libraries/openal-soft/alffplay: /usr/lib/x86_64-linux-gnu/libSDL2.so +libraries/openal-soft/alffplay: /usr/lib/x86_64-linux-gnu/libavformat.so +libraries/openal-soft/alffplay: /usr/lib/x86_64-linux-gnu/libavcodec.so +libraries/openal-soft/alffplay: /usr/lib/x86_64-linux-gnu/libavutil.so +libraries/openal-soft/alffplay: /usr/lib/x86_64-linux-gnu/libswscale.so +libraries/openal-soft/alffplay: /usr/lib/x86_64-linux-gnu/libswresample.so +libraries/openal-soft/alffplay: /usr/lib/x86_64-linux-gnu/libz.so +libraries/openal-soft/alffplay: libraries/openal-soft/libal-excommon.a +libraries/openal-soft/alffplay: libraries/openal-soft/libopenal.so.1.23.1 +libraries/openal-soft/alffplay: libraries/openal-soft/CMakeFiles/alffplay.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alffplay" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alffplay.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +libraries/openal-soft/CMakeFiles/alffplay.dir/build: libraries/openal-soft/alffplay +.PHONY : libraries/openal-soft/CMakeFiles/alffplay.dir/build + +libraries/openal-soft/CMakeFiles/alffplay.dir/clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -P CMakeFiles/alffplay.dir/cmake_clean.cmake +.PHONY : libraries/openal-soft/CMakeFiles/alffplay.dir/clean + +libraries/openal-soft/CMakeFiles/alffplay.dir/depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : libraries/openal-soft/CMakeFiles/alffplay.dir/depend + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/cmake_clean.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/cmake_clean.cmake new file mode 100644 index 0000000..5b7d475 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/alffplay.dir/examples/alffplay.cpp.o" + "CMakeFiles/alffplay.dir/examples/alffplay.cpp.o.d" + "alffplay" + "alffplay.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/alffplay.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/compiler_depend.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/compiler_depend.make new file mode 100644 index 0000000..935e94f --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alffplay. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/compiler_depend.ts b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/compiler_depend.ts new file mode 100644 index 0000000..e839694 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alffplay. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/depend.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/depend.make new file mode 100644 index 0000000..d0bbe56 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alffplay. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o new file mode 100644 index 0000000..1c202ef Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o.d new file mode 100644 index 0000000..8318cc5 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o.d @@ -0,0 +1,429 @@ +libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alffplay.cpp \ + /usr/include/stdc-predef.h /usr/include/c++/13/condition_variable \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/type_traits \ + /usr/include/c++/13/cstdint \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/cerrno /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/std_mutex.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/c++/13/bits/unique_lock.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/ptr_traits.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/cxxabi_forced.h /usr/include/c++/13/functional \ + /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map /usr/include/c++/13/initializer_list \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/erase_if.h \ + /usr/include/c++/13/bits/memory_resource.h /usr/include/c++/13/cstddef \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/vector /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/array \ + /usr/include/c++/13/compare /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h /usr/include/c++/13/algorithm \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h /usr/include/c++/13/iostream \ + /usr/include/c++/13/ostream /usr/include/c++/13/ios \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error /usr/include/c++/13/stdexcept \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc \ + /usr/include/c++/13/bits/ostream.tcc /usr/include/c++/13/istream \ + /usr/include/c++/13/bits/istream.tcc /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h /usr/include/c++/13/iomanip \ + /usr/include/c++/13/locale \ + /usr/include/c++/13/bits/locale_facets_nonio.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/time_members.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/messages_members.h \ + /usr/include/libintl.h /usr/include/c++/13/bits/codecvt.h \ + /usr/include/c++/13/bits/locale_facets_nonio.tcc \ + /usr/include/c++/13/bits/locale_conv.h \ + /usr/include/c++/13/bits/quoted_string.h /usr/include/c++/13/sstream \ + /usr/include/c++/13/bits/sstream.tcc /usr/include/c++/13/cstring \ + /usr/include/string.h /usr/include/strings.h /usr/include/c++/13/atomic \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/future \ + /usr/include/c++/13/mutex /usr/include/c++/13/bits/atomic_futex.h \ + /usr/include/c++/13/bits/std_thread.h /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h /usr/include/c++/13/thread \ + /usr/include/c++/13/bits/this_thread_sleep.h /usr/include/c++/13/cmath \ + /usr/include/math.h /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/deque \ + /usr/include/c++/13/bits/stl_deque.h /usr/include/c++/13/bits/deque.tcc \ + /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h \ + /usr/include/x86_64-linux-gnu/libavutil/samplefmt.h \ + /usr/include/x86_64-linux-gnu/libavutil/attributes.h \ + /usr/include/x86_64-linux-gnu/libavutil/avutil.h \ + /usr/include/x86_64-linux-gnu/libavutil/common.h /usr/include/inttypes.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h /usr/include/c++/13/math.h \ + /usr/include/c++/13/stdlib.h \ + /usr/include/x86_64-linux-gnu/libavutil/attributes.h \ + /usr/include/x86_64-linux-gnu/libavutil/error.h \ + /usr/include/x86_64-linux-gnu/libavutil/macros.h \ + /usr/include/x86_64-linux-gnu/libavutil/avconfig.h \ + /usr/include/x86_64-linux-gnu/libavutil/mem.h \ + /usr/include/x86_64-linux-gnu/libavutil/rational.h \ + /usr/include/x86_64-linux-gnu/libavutil/version.h \ + /usr/include/x86_64-linux-gnu/libavutil/mathematics.h \ + /usr/include/x86_64-linux-gnu/libavutil/intfloat.h \ + /usr/include/x86_64-linux-gnu/libavutil/log.h \ + /usr/include/x86_64-linux-gnu/libavutil/pixfmt.h \ + /usr/include/x86_64-linux-gnu/libavutil/buffer.h \ + /usr/include/x86_64-linux-gnu/libavutil/channel_layout.h \ + /usr/include/x86_64-linux-gnu/libavutil/dict.h \ + /usr/include/x86_64-linux-gnu/libavutil/frame.h \ + /usr/include/x86_64-linux-gnu/libavutil/avutil.h \ + /usr/include/x86_64-linux-gnu/libavutil/buffer.h \ + /usr/include/x86_64-linux-gnu/libavutil/channel_layout.h \ + /usr/include/x86_64-linux-gnu/libavutil/dict.h \ + /usr/include/x86_64-linux-gnu/libavutil/samplefmt.h \ + /usr/include/x86_64-linux-gnu/libavutil/log.h \ + /usr/include/x86_64-linux-gnu/libavutil/pixfmt.h \ + /usr/include/x86_64-linux-gnu/libavutil/rational.h \ + /usr/include/x86_64-linux-gnu/libavcodec/codec.h \ + /usr/include/x86_64-linux-gnu/libavutil/hwcontext.h \ + /usr/include/x86_64-linux-gnu/libavutil/frame.h \ + /usr/include/x86_64-linux-gnu/libavcodec/codec_id.h \ + /usr/include/x86_64-linux-gnu/libavcodec/version_major.h \ + /usr/include/x86_64-linux-gnu/libavcodec/version_major.h \ + /usr/include/x86_64-linux-gnu/libavcodec/codec_id.h \ + /usr/include/x86_64-linux-gnu/libavcodec/defs.h \ + /usr/include/x86_64-linux-gnu/libavcodec/packet.h \ + /usr/include/x86_64-linux-gnu/libavutil/version.h \ + /usr/include/x86_64-linux-gnu/libavcodec/version.h \ + /usr/include/x86_64-linux-gnu/libavcodec/codec_desc.h \ + /usr/include/x86_64-linux-gnu/libavcodec/codec_par.h \ + /usr/include/x86_64-linux-gnu/libavformat/avformat.h \ + /usr/include/x86_64-linux-gnu/libavcodec/codec_par.h \ + /usr/include/x86_64-linux-gnu/libavcodec/defs.h \ + /usr/include/x86_64-linux-gnu/libavcodec/packet.h \ + /usr/include/x86_64-linux-gnu/libavformat/avio.h \ + /usr/include/x86_64-linux-gnu/libavformat/version_major.h \ + /usr/include/x86_64-linux-gnu/libavformat/version.h \ + /usr/include/x86_64-linux-gnu/libavformat/version_major.h \ + /usr/include/x86_64-linux-gnu/libavcodec/codec.h \ + /usr/include/x86_64-linux-gnu/libavformat/avio.h \ + /usr/include/x86_64-linux-gnu/libavutil/error.h \ + /usr/include/x86_64-linux-gnu/libavutil/mem.h \ + /usr/include/x86_64-linux-gnu/libavutil/time.h \ + /usr/include/x86_64-linux-gnu/libswscale/swscale.h \ + /usr/include/x86_64-linux-gnu/libswscale/version_major.h \ + /usr/include/x86_64-linux-gnu/libswscale/version.h \ + /usr/include/x86_64-linux-gnu/libswresample/swresample.h \ + /usr/include/x86_64-linux-gnu/libswresample/version_major.h \ + /usr/include/x86_64-linux-gnu/libswresample/version.h \ + /usr/include/x86_64-linux-gnu/libswresample/version_major.h \ + /usr/include/SDL2/SDL.h /usr/include/SDL2/SDL_main.h \ + /usr/include/SDL2/SDL_stdinc.h /usr/include/SDL2/SDL_config.h \ + /usr/include/x86_64-linux-gnu/SDL2/_real_SDL_config.h \ + /usr/include/SDL2/SDL_platform.h /usr/include/SDL2/begin_code.h \ + /usr/include/SDL2/close_code.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/include/SDL2/SDL_assert.h /usr/include/SDL2/SDL_atomic.h \ + /usr/include/SDL2/SDL_platform.h /usr/include/SDL2/SDL_audio.h \ + /usr/include/SDL2/SDL_error.h /usr/include/SDL2/SDL_endian.h \ + /usr/include/SDL2/SDL_mutex.h /usr/include/SDL2/SDL_thread.h \ + /usr/include/SDL2/SDL_rwops.h /usr/include/SDL2/SDL_clipboard.h \ + /usr/include/SDL2/SDL_cpuinfo.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/immintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/x86gprintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/ia32intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/adxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/bmiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/bmi2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cetintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cldemoteintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clflushoptintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clwbintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clzerointrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cmpccxaddintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/enqcmdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fxsrintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/lzcntintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/lwpintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/movdirintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mwaitintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mwaitxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pconfigintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/popcntintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pkuintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/prfchiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/raointintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/rdseedintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/rtmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/serializeintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/sgxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tbmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tsxldtrkintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/uintrintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/waitpkgintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/wbnoinvdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsaveintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsavecintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsaveoptintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsavesintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xtestintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/hresetintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/smmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/wmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxvnniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxifmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxvnniint8intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512erintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512pfintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512cdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512dqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vlbwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vldqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512ifmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512ifmavlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmivlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx5124fmapsintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx5124vnniwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vpopcntdqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmi2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmi2vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vnniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vnnivlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vpopcntdqvlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bitalgintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vp2intersectintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vp2intersectvlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fp16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fp16vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/shaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/f16cintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/gfniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/vaesintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/vpclmulqdqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bf16vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bf16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxneconvertintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxtileintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxint8intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxbf16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxcomplexintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/prfchwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/keylockerintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxfp16intrin.h \ + /usr/include/SDL2/SDL_events.h /usr/include/SDL2/SDL_video.h \ + /usr/include/SDL2/SDL_pixels.h /usr/include/SDL2/SDL_rect.h \ + /usr/include/SDL2/SDL_surface.h /usr/include/SDL2/SDL_blendmode.h \ + /usr/include/SDL2/SDL_keyboard.h /usr/include/SDL2/SDL_keycode.h \ + /usr/include/SDL2/SDL_scancode.h /usr/include/SDL2/SDL_mouse.h \ + /usr/include/SDL2/SDL_joystick.h /usr/include/SDL2/SDL_guid.h \ + /usr/include/SDL2/SDL_gamecontroller.h /usr/include/SDL2/SDL_sensor.h \ + /usr/include/SDL2/SDL_quit.h /usr/include/SDL2/SDL_gesture.h \ + /usr/include/SDL2/SDL_touch.h /usr/include/SDL2/SDL_filesystem.h \ + /usr/include/SDL2/SDL_haptic.h /usr/include/SDL2/SDL_hidapi.h \ + /usr/include/SDL2/SDL_hints.h /usr/include/SDL2/SDL_loadso.h \ + /usr/include/SDL2/SDL_log.h /usr/include/SDL2/SDL_messagebox.h \ + /usr/include/SDL2/SDL_metal.h /usr/include/SDL2/SDL_power.h \ + /usr/include/SDL2/SDL_render.h /usr/include/SDL2/SDL_shape.h \ + /usr/include/SDL2/SDL_system.h /usr/include/SDL2/SDL_timer.h \ + /usr/include/SDL2/SDL_version.h /usr/include/SDL2/SDL_locale.h \ + /usr/include/SDL2/SDL_misc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/flags.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/flags.make new file mode 100644 index 0000000..bac4f38 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DRESTRICT=__restrict + +CXX_INCLUDES = -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL -isystem /usr/include/SDL2 + +CXX_FLAGS = -O2 -g -D_DEBUG -std=gnu++17 -fvisibility=hidden -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/link.txt b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/link.txt new file mode 100644 index 0000000..0468e2a --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O2 -g -D_DEBUG CMakeFiles/alffplay.dir/examples/alffplay.cpp.o -o alffplay -Wl,-rpath,/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libSDL2.so /usr/lib/x86_64-linux-gnu/libavformat.so /usr/lib/x86_64-linux-gnu/libavcodec.so /usr/lib/x86_64-linux-gnu/libavutil.so /usr/lib/x86_64-linux-gnu/libswscale.so /usr/lib/x86_64-linux-gnu/libswresample.so /usr/lib/x86_64-linux-gnu/libz.so libal-excommon.a libopenal.so.1.23.1 -lrt diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/progress.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/progress.make new file mode 100644 index 0000000..c137f55 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alffplay.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 64 +CMAKE_PROGRESS_2 = + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/DependInfo.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/DependInfo.cmake new file mode 100644 index 0000000..c08ad9a --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alloopback.c" "libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.o" "gcc" "libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/build.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/build.make new file mode 100644 index 0000000..f6bf31a --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/build.make @@ -0,0 +1,113 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +# Include any dependencies generated for this target. +include libraries/openal-soft/CMakeFiles/alloopback.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include libraries/openal-soft/CMakeFiles/alloopback.dir/compiler_depend.make + +# Include the progress variables for this target. +include libraries/openal-soft/CMakeFiles/alloopback.dir/progress.make + +# Include the compile flags for this target's objects. +include libraries/openal-soft/CMakeFiles/alloopback.dir/flags.make + +libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.o: libraries/openal-soft/CMakeFiles/alloopback.dir/flags.make +libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alloopback.c +libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.o: libraries/openal-soft/CMakeFiles/alloopback.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.o -MF CMakeFiles/alloopback.dir/examples/alloopback.c.o.d -o CMakeFiles/alloopback.dir/examples/alloopback.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alloopback.c + +libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alloopback.dir/examples/alloopback.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alloopback.c > CMakeFiles/alloopback.dir/examples/alloopback.c.i + +libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alloopback.dir/examples/alloopback.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alloopback.c -o CMakeFiles/alloopback.dir/examples/alloopback.c.s + +# Object files for target alloopback +alloopback_OBJECTS = \ +"CMakeFiles/alloopback.dir/examples/alloopback.c.o" + +# External object files for target alloopback +alloopback_EXTERNAL_OBJECTS = + +libraries/openal-soft/alloopback: libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.o +libraries/openal-soft/alloopback: libraries/openal-soft/CMakeFiles/alloopback.dir/build.make +libraries/openal-soft/alloopback: /usr/lib/x86_64-linux-gnu/libSDL2.so +libraries/openal-soft/alloopback: libraries/openal-soft/libal-excommon.a +libraries/openal-soft/alloopback: libraries/openal-soft/libopenal.so.1.23.1 +libraries/openal-soft/alloopback: libraries/openal-soft/CMakeFiles/alloopback.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable alloopback" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alloopback.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +libraries/openal-soft/CMakeFiles/alloopback.dir/build: libraries/openal-soft/alloopback +.PHONY : libraries/openal-soft/CMakeFiles/alloopback.dir/build + +libraries/openal-soft/CMakeFiles/alloopback.dir/clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -P CMakeFiles/alloopback.dir/cmake_clean.cmake +.PHONY : libraries/openal-soft/CMakeFiles/alloopback.dir/clean + +libraries/openal-soft/CMakeFiles/alloopback.dir/depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : libraries/openal-soft/CMakeFiles/alloopback.dir/depend + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/cmake_clean.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/cmake_clean.cmake new file mode 100644 index 0000000..1375bab --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/alloopback.dir/examples/alloopback.c.o" + "CMakeFiles/alloopback.dir/examples/alloopback.c.o.d" + "alloopback" + "alloopback.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/alloopback.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/compiler_depend.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/compiler_depend.make new file mode 100644 index 0000000..a576e4f --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alloopback. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/compiler_depend.ts b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/compiler_depend.ts new file mode 100644 index 0000000..bfd1bb8 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alloopback. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/depend.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/depend.make new file mode 100644 index 0000000..6a6f468 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alloopback. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.o new file mode 100644 index 0000000..dac97f5 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.o.d new file mode 100644 index 0000000..2b5e641 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.o.d @@ -0,0 +1,198 @@ +libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alloopback.c \ + /usr/include/stdc-predef.h /usr/include/assert.h /usr/include/features.h \ + /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/SDL2/SDL.h \ + /usr/include/SDL2/SDL_main.h /usr/include/SDL2/SDL_stdinc.h \ + /usr/include/SDL2/SDL_config.h \ + /usr/include/x86_64-linux-gnu/SDL2/_real_SDL_config.h \ + /usr/include/SDL2/SDL_platform.h /usr/include/SDL2/begin_code.h \ + /usr/include/SDL2/close_code.h /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/inttypes.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h /usr/include/ctype.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /usr/include/SDL2/SDL_assert.h /usr/include/SDL2/SDL_atomic.h \ + /usr/include/SDL2/SDL_platform.h /usr/include/SDL2/SDL_audio.h \ + /usr/include/SDL2/SDL_error.h /usr/include/SDL2/SDL_endian.h \ + /usr/include/SDL2/SDL_mutex.h /usr/include/SDL2/SDL_thread.h \ + /usr/include/SDL2/SDL_rwops.h /usr/include/SDL2/SDL_clipboard.h \ + /usr/include/SDL2/SDL_cpuinfo.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/immintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/x86gprintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/ia32intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/adxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/bmiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/bmi2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cetintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cldemoteintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clflushoptintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clwbintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/clzerointrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/cmpccxaddintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/enqcmdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fxsrintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/lzcntintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/lwpintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/movdirintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mwaitintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mwaitxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pconfigintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/popcntintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pkuintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/prfchiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/raointintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/rdseedintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/rtmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/serializeintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/sgxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tbmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tsxldtrkintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/uintrintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/waitpkgintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/wbnoinvdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsaveintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsavecintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsaveoptintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xsavesintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xtestintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/hresetintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/pmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/tmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/smmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/wmmintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxvnniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxifmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxvnniint8intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512erintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512pfintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512cdintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512dqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vlbwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vldqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512ifmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512ifmavlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmiintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmivlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx5124fmapsintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx5124vnniwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vpopcntdqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmi2intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vbmi2vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vnniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vnnivlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vpopcntdqvlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bitalgintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vp2intersectintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512vp2intersectvlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fp16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512fp16vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/shaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/fmaintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/f16cintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/gfniintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/vaesintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/vpclmulqdqintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bf16vlintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avx512bf16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/avxneconvertintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxtileintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxint8intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxbf16intrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxcomplexintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/prfchwintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/keylockerintrin.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/amxfp16intrin.h \ + /usr/include/SDL2/SDL_events.h /usr/include/SDL2/SDL_video.h \ + /usr/include/SDL2/SDL_pixels.h /usr/include/SDL2/SDL_rect.h \ + /usr/include/SDL2/SDL_surface.h /usr/include/SDL2/SDL_blendmode.h \ + /usr/include/SDL2/SDL_keyboard.h /usr/include/SDL2/SDL_keycode.h \ + /usr/include/SDL2/SDL_scancode.h /usr/include/SDL2/SDL_mouse.h \ + /usr/include/SDL2/SDL_joystick.h /usr/include/SDL2/SDL_guid.h \ + /usr/include/SDL2/SDL_gamecontroller.h /usr/include/SDL2/SDL_sensor.h \ + /usr/include/SDL2/SDL_quit.h /usr/include/SDL2/SDL_gesture.h \ + /usr/include/SDL2/SDL_touch.h /usr/include/SDL2/SDL_filesystem.h \ + /usr/include/SDL2/SDL_haptic.h /usr/include/SDL2/SDL_hidapi.h \ + /usr/include/SDL2/SDL_hints.h /usr/include/SDL2/SDL_loadso.h \ + /usr/include/SDL2/SDL_log.h /usr/include/SDL2/SDL_messagebox.h \ + /usr/include/SDL2/SDL_metal.h /usr/include/SDL2/SDL_power.h \ + /usr/include/SDL2/SDL_render.h /usr/include/SDL2/SDL_shape.h \ + /usr/include/SDL2/SDL_system.h /usr/include/SDL2/SDL_timer.h \ + /usr/include/SDL2/SDL_version.h /usr/include/SDL2/SDL_locale.h \ + /usr/include/SDL2/SDL_misc.h /usr/include/SDL2/SDL_audio.h \ + /usr/include/SDL2/SDL_error.h /usr/include/SDL2/SDL_stdinc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/flags.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/flags.make new file mode 100644 index 0000000..0a0bad3 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# compile C with /usr/bin/cc +C_DEFINES = -DRESTRICT=__restrict + +C_INCLUDES = -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL -isystem /usr/include/SDL2 + +C_FLAGS = -O2 -g -D_DEBUG -std=gnu11 -fvisibility=hidden -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/link.txt b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/link.txt new file mode 100644 index 0000000..9ca97c3 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -O2 -g -D_DEBUG CMakeFiles/alloopback.dir/examples/alloopback.c.o -o alloopback -Wl,-rpath,/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libSDL2.so libal-excommon.a -lm libopenal.so.1.23.1 -lrt diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/progress.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/progress.make new file mode 100644 index 0000000..bc83bfb --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alloopback.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 65 +CMAKE_PROGRESS_2 = + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/DependInfo.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/DependInfo.cmake new file mode 100644 index 0000000..73cb083 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alrecord.c" "libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o" "gcc" "libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/build.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/build.make new file mode 100644 index 0000000..941504c --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/build.make @@ -0,0 +1,112 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +# Include any dependencies generated for this target. +include libraries/openal-soft/CMakeFiles/alrecord.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include libraries/openal-soft/CMakeFiles/alrecord.dir/compiler_depend.make + +# Include the progress variables for this target. +include libraries/openal-soft/CMakeFiles/alrecord.dir/progress.make + +# Include the compile flags for this target's objects. +include libraries/openal-soft/CMakeFiles/alrecord.dir/flags.make + +libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o: libraries/openal-soft/CMakeFiles/alrecord.dir/flags.make +libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alrecord.c +libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o: libraries/openal-soft/CMakeFiles/alrecord.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o -MF CMakeFiles/alrecord.dir/examples/alrecord.c.o.d -o CMakeFiles/alrecord.dir/examples/alrecord.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alrecord.c + +libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alrecord.dir/examples/alrecord.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alrecord.c > CMakeFiles/alrecord.dir/examples/alrecord.c.i + +libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alrecord.dir/examples/alrecord.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alrecord.c -o CMakeFiles/alrecord.dir/examples/alrecord.c.s + +# Object files for target alrecord +alrecord_OBJECTS = \ +"CMakeFiles/alrecord.dir/examples/alrecord.c.o" + +# External object files for target alrecord +alrecord_EXTERNAL_OBJECTS = + +libraries/openal-soft/alrecord: libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o +libraries/openal-soft/alrecord: libraries/openal-soft/CMakeFiles/alrecord.dir/build.make +libraries/openal-soft/alrecord: libraries/openal-soft/libal-excommon.a +libraries/openal-soft/alrecord: libraries/openal-soft/libopenal.so.1.23.1 +libraries/openal-soft/alrecord: libraries/openal-soft/CMakeFiles/alrecord.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable alrecord" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alrecord.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +libraries/openal-soft/CMakeFiles/alrecord.dir/build: libraries/openal-soft/alrecord +.PHONY : libraries/openal-soft/CMakeFiles/alrecord.dir/build + +libraries/openal-soft/CMakeFiles/alrecord.dir/clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -P CMakeFiles/alrecord.dir/cmake_clean.cmake +.PHONY : libraries/openal-soft/CMakeFiles/alrecord.dir/clean + +libraries/openal-soft/CMakeFiles/alrecord.dir/depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : libraries/openal-soft/CMakeFiles/alrecord.dir/depend + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/cmake_clean.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/cmake_clean.cmake new file mode 100644 index 0000000..64b5ed0 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/alrecord.dir/examples/alrecord.c.o" + "CMakeFiles/alrecord.dir/examples/alrecord.c.o.d" + "alrecord" + "alrecord.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/alrecord.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/compiler_depend.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/compiler_depend.make new file mode 100644 index 0000000..582dab3 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alrecord. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/compiler_depend.ts b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/compiler_depend.ts new file mode 100644 index 0000000..8255f79 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alrecord. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/depend.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/depend.make new file mode 100644 index 0000000..3f2a9e6 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alrecord. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o new file mode 100644 index 0000000..954ff60 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o.d new file mode 100644 index 0000000..91779e5 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o.d @@ -0,0 +1,70 @@ +libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alrecord.c \ + /usr/include/stdc-predef.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/lib/linux/uapi/x86/asm/errno.h /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/win_main_utf8.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/flags.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/flags.make new file mode 100644 index 0000000..0cec2d6 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# compile C with /usr/bin/cc +C_DEFINES = -DRESTRICT=__restrict + +C_INCLUDES = -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + +C_FLAGS = -O2 -g -D_DEBUG -std=gnu11 -fvisibility=hidden -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/link.txt b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/link.txt new file mode 100644 index 0000000..e2130b5 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -O2 -g -D_DEBUG CMakeFiles/alrecord.dir/examples/alrecord.c.o -o alrecord -Wl,-rpath,/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft: -pthread libal-excommon.a libopenal.so.1.23.1 -lrt diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/progress.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/progress.make new file mode 100644 index 0000000..871f9f5 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/alrecord.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 66 +CMAKE_PROGRESS_2 = + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/DependInfo.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/DependInfo.cmake new file mode 100644 index 0000000..76e6952 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/altonegen.c" "libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o" "gcc" "libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/build.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/build.make new file mode 100644 index 0000000..aace76c --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/build.make @@ -0,0 +1,112 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +# Include any dependencies generated for this target. +include libraries/openal-soft/CMakeFiles/altonegen.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include libraries/openal-soft/CMakeFiles/altonegen.dir/compiler_depend.make + +# Include the progress variables for this target. +include libraries/openal-soft/CMakeFiles/altonegen.dir/progress.make + +# Include the compile flags for this target's objects. +include libraries/openal-soft/CMakeFiles/altonegen.dir/flags.make + +libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o: libraries/openal-soft/CMakeFiles/altonegen.dir/flags.make +libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/altonegen.c +libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o: libraries/openal-soft/CMakeFiles/altonegen.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o -MF CMakeFiles/altonegen.dir/examples/altonegen.c.o.d -o CMakeFiles/altonegen.dir/examples/altonegen.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/altonegen.c + +libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/altonegen.dir/examples/altonegen.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/altonegen.c > CMakeFiles/altonegen.dir/examples/altonegen.c.i + +libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/altonegen.dir/examples/altonegen.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/altonegen.c -o CMakeFiles/altonegen.dir/examples/altonegen.c.s + +# Object files for target altonegen +altonegen_OBJECTS = \ +"CMakeFiles/altonegen.dir/examples/altonegen.c.o" + +# External object files for target altonegen +altonegen_EXTERNAL_OBJECTS = + +libraries/openal-soft/altonegen: libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o +libraries/openal-soft/altonegen: libraries/openal-soft/CMakeFiles/altonegen.dir/build.make +libraries/openal-soft/altonegen: libraries/openal-soft/libal-excommon.a +libraries/openal-soft/altonegen: libraries/openal-soft/libopenal.so.1.23.1 +libraries/openal-soft/altonegen: libraries/openal-soft/CMakeFiles/altonegen.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable altonegen" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/altonegen.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +libraries/openal-soft/CMakeFiles/altonegen.dir/build: libraries/openal-soft/altonegen +.PHONY : libraries/openal-soft/CMakeFiles/altonegen.dir/build + +libraries/openal-soft/CMakeFiles/altonegen.dir/clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -P CMakeFiles/altonegen.dir/cmake_clean.cmake +.PHONY : libraries/openal-soft/CMakeFiles/altonegen.dir/clean + +libraries/openal-soft/CMakeFiles/altonegen.dir/depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : libraries/openal-soft/CMakeFiles/altonegen.dir/depend + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/cmake_clean.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/cmake_clean.cmake new file mode 100644 index 0000000..47ab5d1 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/altonegen.dir/examples/altonegen.c.o" + "CMakeFiles/altonegen.dir/examples/altonegen.c.o.d" + "altonegen" + "altonegen.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/altonegen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/compiler_depend.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/compiler_depend.make new file mode 100644 index 0000000..cccf3f6 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for altonegen. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/compiler_depend.ts b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/compiler_depend.ts new file mode 100644 index 0000000..c834763 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for altonegen. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/depend.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/depend.make new file mode 100644 index 0000000..1e5188d --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for altonegen. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o new file mode 100644 index 0000000..2c425f1 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o.d new file mode 100644 index 0000000..fc0a2cc --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o.d @@ -0,0 +1,82 @@ +libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/altonegen.c \ + /usr/include/stdc-predef.h /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h /usr/include/assert.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/win_main_utf8.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/flags.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/flags.make new file mode 100644 index 0000000..0cec2d6 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# compile C with /usr/bin/cc +C_DEFINES = -DRESTRICT=__restrict + +C_INCLUDES = -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + +C_FLAGS = -O2 -g -D_DEBUG -std=gnu11 -fvisibility=hidden -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/link.txt b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/link.txt new file mode 100644 index 0000000..03ae57a --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -O2 -g -D_DEBUG CMakeFiles/altonegen.dir/examples/altonegen.c.o -o altonegen -Wl,-rpath,/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft: -pthread -lm libal-excommon.a libopenal.so.1.23.1 -lrt diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/progress.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/progress.make new file mode 100644 index 0000000..fadf742 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/altonegen.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 70 +CMAKE_PROGRESS_2 = + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/DependInfo.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/build.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/build.make new file mode 100644 index 0000000..28149e1 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/build.make @@ -0,0 +1,94 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +# Utility rule file for build_version. + +# Include any custom commands dependencies for this target. +include libraries/openal-soft/CMakeFiles/build_version.dir/compiler_depend.make + +# Include the progress variables for this target. +include libraries/openal-soft/CMakeFiles/build_version.dir/progress.make + +libraries/openal-soft/CMakeFiles/build_version: libraries/openal-soft/version_witness.txt + +libraries/openal-soft/version_witness.txt: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h.in +libraries/openal-soft/version_witness.txt: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/.git/modules/libraries/openal-soft/index +libraries/openal-soft/version_witness.txt: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.cmake + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating version_witness.txt" + cd /home/brett/Documents/code/c++/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++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h.in -D DST=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/version.h -P /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.cmake + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -E touch /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/version_witness.txt + +build_version: libraries/openal-soft/CMakeFiles/build_version +build_version: libraries/openal-soft/version_witness.txt +build_version: libraries/openal-soft/CMakeFiles/build_version.dir/build.make +.PHONY : build_version + +# Rule to build all files generated by this target. +libraries/openal-soft/CMakeFiles/build_version.dir/build: build_version +.PHONY : libraries/openal-soft/CMakeFiles/build_version.dir/build + +libraries/openal-soft/CMakeFiles/build_version.dir/clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -P CMakeFiles/build_version.dir/cmake_clean.cmake +.PHONY : libraries/openal-soft/CMakeFiles/build_version.dir/clean + +libraries/openal-soft/CMakeFiles/build_version.dir/depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : libraries/openal-soft/CMakeFiles/build_version.dir/depend + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/cmake_clean.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/cmake_clean.cmake new file mode 100644 index 0000000..3ef1a50 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/build_version" + "version.h" + "version_witness.txt" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/build_version.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/compiler_depend.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/compiler_depend.make new file mode 100644 index 0000000..a066687 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for build_version. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/compiler_depend.ts b/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/compiler_depend.ts new file mode 100644 index 0000000..8b90337 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for build_version. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/progress.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/progress.make new file mode 100644 index 0000000..d41b1e3 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/build_version.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = 71 + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/DependInfo.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/DependInfo.cmake new file mode 100644 index 0000000..f503426 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/openal-info.c" "libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o" "gcc" "libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/build.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/build.make new file mode 100644 index 0000000..dad4523 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/build.make @@ -0,0 +1,111 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +# Include any dependencies generated for this target. +include libraries/openal-soft/CMakeFiles/openal-info.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include libraries/openal-soft/CMakeFiles/openal-info.dir/compiler_depend.make + +# Include the progress variables for this target. +include libraries/openal-soft/CMakeFiles/openal-info.dir/progress.make + +# Include the compile flags for this target's objects. +include libraries/openal-soft/CMakeFiles/openal-info.dir/flags.make + +libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o: libraries/openal-soft/CMakeFiles/openal-info.dir/flags.make +libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/openal-info.c +libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o: libraries/openal-soft/CMakeFiles/openal-info.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o -MF CMakeFiles/openal-info.dir/utils/openal-info.c.o.d -o CMakeFiles/openal-info.dir/utils/openal-info.c.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/openal-info.c + +libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/openal-info.dir/utils/openal-info.c.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/openal-info.c > CMakeFiles/openal-info.dir/utils/openal-info.c.i + +libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/openal-info.dir/utils/openal-info.c.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/openal-info.c -o CMakeFiles/openal-info.dir/utils/openal-info.c.s + +# Object files for target openal-info +openal__info_OBJECTS = \ +"CMakeFiles/openal-info.dir/utils/openal-info.c.o" + +# External object files for target openal-info +openal__info_EXTERNAL_OBJECTS = + +libraries/openal-soft/openal-info: libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o +libraries/openal-soft/openal-info: libraries/openal-soft/CMakeFiles/openal-info.dir/build.make +libraries/openal-soft/openal-info: libraries/openal-soft/libopenal.so.1.23.1 +libraries/openal-soft/openal-info: libraries/openal-soft/CMakeFiles/openal-info.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable openal-info" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/openal-info.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +libraries/openal-soft/CMakeFiles/openal-info.dir/build: libraries/openal-soft/openal-info +.PHONY : libraries/openal-soft/CMakeFiles/openal-info.dir/build + +libraries/openal-soft/CMakeFiles/openal-info.dir/clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft && $(CMAKE_COMMAND) -P CMakeFiles/openal-info.dir/cmake_clean.cmake +.PHONY : libraries/openal-soft/CMakeFiles/openal-info.dir/clean + +libraries/openal-soft/CMakeFiles/openal-info.dir/depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : libraries/openal-soft/CMakeFiles/openal-info.dir/depend + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/cmake_clean.cmake b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/cmake_clean.cmake new file mode 100644 index 0000000..a41e897 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/openal-info.dir/utils/openal-info.c.o" + "CMakeFiles/openal-info.dir/utils/openal-info.c.o.d" + "openal-info" + "openal-info.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/openal-info.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/compiler_depend.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/compiler_depend.make new file mode 100644 index 0000000..cb455c4 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for openal-info. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/compiler_depend.ts b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/compiler_depend.ts new file mode 100644 index 0000000..bf69ad4 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for openal-info. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/depend.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/depend.make new file mode 100644 index 0000000..cbdcf33 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for openal-info. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/flags.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/flags.make new file mode 100644 index 0000000..18efd5d --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# compile C with /usr/bin/cc +C_DEFINES = + +C_INCLUDES = -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + +C_FLAGS = -O2 -g -D_DEBUG -std=gnu11 -fvisibility=hidden -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/link.txt b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/link.txt new file mode 100644 index 0000000..21f30a9 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -O2 -g -D_DEBUG "CMakeFiles/openal-info.dir/utils/openal-info.c.o" -o openal-info -Wl,-rpath,/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft: -pthread libopenal.so.1.23.1 diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/progress.make b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/progress.make new file mode 100644 index 0000000..7935527 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 99 +CMAKE_PROGRESS_2 = + diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o new file mode 100644 index 0000000..86b491d Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o differ diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o.d b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o.d new file mode 100644 index 0000000..4cc79ac --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o.d @@ -0,0 +1,66 @@ +libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/openal-info.c \ + /usr/include/stdc-predef.h /usr/include/assert.h /usr/include/features.h \ + /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/float.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/win_main_utf8.h diff --git a/examples/basic/build/libraries/openal-soft/CMakeFiles/progress.marks b/examples/basic/build/libraries/openal-soft/CMakeFiles/progress.marks new file mode 100644 index 0000000..e1617e8 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CMakeFiles/progress.marks @@ -0,0 +1 @@ +57 diff --git a/examples/basic/build/libraries/openal-soft/CTestTestfile.cmake b/examples/basic/build/libraries/openal-soft/CTestTestfile.cmake new file mode 100644 index 0000000..027bf2e --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/CTestTestfile.cmake @@ -0,0 +1,7 @@ +# CMake generated Testfile for +# Source directory: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft +# Build directory: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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/examples/basic/build/libraries/openal-soft/Makefile b/examples/basic/build/libraries/openal-soft/Makefile new file mode 100644 index 0000000..02393d3 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/Makefile @@ -0,0 +1,3208 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\" \"headers\" \"pkgconfig\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft//CMakeFiles/progress.marks + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +libraries/openal-soft/CMakeFiles/build_version.dir/rule: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/build_version.dir/rule +.PHONY : libraries/openal-soft/CMakeFiles/build_version.dir/rule + +# Convenience name for target. +build_version: libraries/openal-soft/CMakeFiles/build_version.dir/rule +.PHONY : build_version + +# fast build rule for target. +build_version/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/build_version.dir/build.make libraries/openal-soft/CMakeFiles/build_version.dir/build +.PHONY : build_version/fast + +# Convenience name for target. +libraries/openal-soft/CMakeFiles/alcommon.dir/rule: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/alcommon.dir/rule +.PHONY : libraries/openal-soft/CMakeFiles/alcommon.dir/rule + +# Convenience name for target. +alcommon: libraries/openal-soft/CMakeFiles/alcommon.dir/rule +.PHONY : alcommon + +# fast build rule for target. +alcommon/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/build +.PHONY : alcommon/fast + +# Convenience name for target. +libraries/openal-soft/CMakeFiles/OpenAL.dir/rule: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/OpenAL.dir/rule +.PHONY : libraries/openal-soft/CMakeFiles/OpenAL.dir/rule + +# Convenience name for target. +OpenAL: libraries/openal-soft/CMakeFiles/OpenAL.dir/rule +.PHONY : OpenAL + +# fast build rule for target. +OpenAL/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/build +.PHONY : OpenAL/fast + +# Convenience name for target. +libraries/openal-soft/CMakeFiles/openal-info.dir/rule: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/openal-info.dir/rule +.PHONY : libraries/openal-soft/CMakeFiles/openal-info.dir/rule + +# Convenience name for target. +openal-info: libraries/openal-soft/CMakeFiles/openal-info.dir/rule +.PHONY : openal-info + +# fast build rule for target. +openal-info/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/openal-info.dir/build.make libraries/openal-soft/CMakeFiles/openal-info.dir/build +.PHONY : openal-info/fast + +# Convenience name for target. +libraries/openal-soft/CMakeFiles/al-excommon.dir/rule: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/al-excommon.dir/rule +.PHONY : libraries/openal-soft/CMakeFiles/al-excommon.dir/rule + +# Convenience name for target. +al-excommon: libraries/openal-soft/CMakeFiles/al-excommon.dir/rule +.PHONY : al-excommon + +# fast build rule for target. +al-excommon/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/al-excommon.dir/build.make libraries/openal-soft/CMakeFiles/al-excommon.dir/build +.PHONY : al-excommon/fast + +# Convenience name for target. +libraries/openal-soft/CMakeFiles/altonegen.dir/rule: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/altonegen.dir/rule +.PHONY : libraries/openal-soft/CMakeFiles/altonegen.dir/rule + +# Convenience name for target. +altonegen: libraries/openal-soft/CMakeFiles/altonegen.dir/rule +.PHONY : altonegen + +# fast build rule for target. +altonegen/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/altonegen.dir/build.make libraries/openal-soft/CMakeFiles/altonegen.dir/build +.PHONY : altonegen/fast + +# Convenience name for target. +libraries/openal-soft/CMakeFiles/alrecord.dir/rule: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/alrecord.dir/rule +.PHONY : libraries/openal-soft/CMakeFiles/alrecord.dir/rule + +# Convenience name for target. +alrecord: libraries/openal-soft/CMakeFiles/alrecord.dir/rule +.PHONY : alrecord + +# fast build rule for target. +alrecord/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alrecord.dir/build.make libraries/openal-soft/CMakeFiles/alrecord.dir/build +.PHONY : alrecord/fast + +# Convenience name for target. +libraries/openal-soft/CMakeFiles/alloopback.dir/rule: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/alloopback.dir/rule +.PHONY : libraries/openal-soft/CMakeFiles/alloopback.dir/rule + +# Convenience name for target. +alloopback: libraries/openal-soft/CMakeFiles/alloopback.dir/rule +.PHONY : alloopback + +# fast build rule for target. +alloopback/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alloopback.dir/build.make libraries/openal-soft/CMakeFiles/alloopback.dir/build +.PHONY : alloopback/fast + +# Convenience name for target. +libraries/openal-soft/CMakeFiles/alffplay.dir/rule: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/CMakeFiles/alffplay.dir/rule +.PHONY : libraries/openal-soft/CMakeFiles/alffplay.dir/rule + +# Convenience name for target. +alffplay: libraries/openal-soft/CMakeFiles/alffplay.dir/rule +.PHONY : alffplay + +# fast build rule for target. +alffplay/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alffplay.dir/build.make libraries/openal-soft/CMakeFiles/alffplay.dir/build +.PHONY : alffplay/fast + +al/auxeffectslot.o: al/auxeffectslot.cpp.o +.PHONY : al/auxeffectslot.o + +# target to build an object file +al/auxeffectslot.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o +.PHONY : al/auxeffectslot.cpp.o + +al/auxeffectslot.i: al/auxeffectslot.cpp.i +.PHONY : al/auxeffectslot.i + +# target to preprocess a source file +al/auxeffectslot.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.i +.PHONY : al/auxeffectslot.cpp.i + +al/auxeffectslot.s: al/auxeffectslot.cpp.s +.PHONY : al/auxeffectslot.s + +# target to generate assembly for a file +al/auxeffectslot.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.s +.PHONY : al/auxeffectslot.cpp.s + +al/buffer.o: al/buffer.cpp.o +.PHONY : al/buffer.o + +# target to build an object file +al/buffer.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o +.PHONY : al/buffer.cpp.o + +al/buffer.i: al/buffer.cpp.i +.PHONY : al/buffer.i + +# target to preprocess a source file +al/buffer.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.i +.PHONY : al/buffer.cpp.i + +al/buffer.s: al/buffer.cpp.s +.PHONY : al/buffer.s + +# target to generate assembly for a file +al/buffer.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.s +.PHONY : al/buffer.cpp.s + +al/debug.o: al/debug.cpp.o +.PHONY : al/debug.o + +# target to build an object file +al/debug.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o +.PHONY : al/debug.cpp.o + +al/debug.i: al/debug.cpp.i +.PHONY : al/debug.i + +# target to preprocess a source file +al/debug.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.i +.PHONY : al/debug.cpp.i + +al/debug.s: al/debug.cpp.s +.PHONY : al/debug.s + +# target to generate assembly for a file +al/debug.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.s +.PHONY : al/debug.cpp.s + +al/effect.o: al/effect.cpp.o +.PHONY : al/effect.o + +# target to build an object file +al/effect.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o +.PHONY : al/effect.cpp.o + +al/effect.i: al/effect.cpp.i +.PHONY : al/effect.i + +# target to preprocess a source file +al/effect.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.i +.PHONY : al/effect.cpp.i + +al/effect.s: al/effect.cpp.s +.PHONY : al/effect.s + +# target to generate assembly for a file +al/effect.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.s +.PHONY : al/effect.cpp.s + +al/effects/autowah.o: al/effects/autowah.cpp.o +.PHONY : al/effects/autowah.o + +# target to build an object file +al/effects/autowah.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o +.PHONY : al/effects/autowah.cpp.o + +al/effects/autowah.i: al/effects/autowah.cpp.i +.PHONY : al/effects/autowah.i + +# target to preprocess a source file +al/effects/autowah.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.i +.PHONY : al/effects/autowah.cpp.i + +al/effects/autowah.s: al/effects/autowah.cpp.s +.PHONY : al/effects/autowah.s + +# target to generate assembly for a file +al/effects/autowah.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.s +.PHONY : al/effects/autowah.cpp.s + +al/effects/chorus.o: al/effects/chorus.cpp.o +.PHONY : al/effects/chorus.o + +# target to build an object file +al/effects/chorus.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o +.PHONY : al/effects/chorus.cpp.o + +al/effects/chorus.i: al/effects/chorus.cpp.i +.PHONY : al/effects/chorus.i + +# target to preprocess a source file +al/effects/chorus.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.i +.PHONY : al/effects/chorus.cpp.i + +al/effects/chorus.s: al/effects/chorus.cpp.s +.PHONY : al/effects/chorus.s + +# target to generate assembly for a file +al/effects/chorus.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.s +.PHONY : al/effects/chorus.cpp.s + +al/effects/compressor.o: al/effects/compressor.cpp.o +.PHONY : al/effects/compressor.o + +# target to build an object file +al/effects/compressor.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o +.PHONY : al/effects/compressor.cpp.o + +al/effects/compressor.i: al/effects/compressor.cpp.i +.PHONY : al/effects/compressor.i + +# target to preprocess a source file +al/effects/compressor.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.i +.PHONY : al/effects/compressor.cpp.i + +al/effects/compressor.s: al/effects/compressor.cpp.s +.PHONY : al/effects/compressor.s + +# target to generate assembly for a file +al/effects/compressor.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.s +.PHONY : al/effects/compressor.cpp.s + +al/effects/convolution.o: al/effects/convolution.cpp.o +.PHONY : al/effects/convolution.o + +# target to build an object file +al/effects/convolution.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o +.PHONY : al/effects/convolution.cpp.o + +al/effects/convolution.i: al/effects/convolution.cpp.i +.PHONY : al/effects/convolution.i + +# target to preprocess a source file +al/effects/convolution.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.i +.PHONY : al/effects/convolution.cpp.i + +al/effects/convolution.s: al/effects/convolution.cpp.s +.PHONY : al/effects/convolution.s + +# target to generate assembly for a file +al/effects/convolution.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.s +.PHONY : al/effects/convolution.cpp.s + +al/effects/dedicated.o: al/effects/dedicated.cpp.o +.PHONY : al/effects/dedicated.o + +# target to build an object file +al/effects/dedicated.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o +.PHONY : al/effects/dedicated.cpp.o + +al/effects/dedicated.i: al/effects/dedicated.cpp.i +.PHONY : al/effects/dedicated.i + +# target to preprocess a source file +al/effects/dedicated.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.i +.PHONY : al/effects/dedicated.cpp.i + +al/effects/dedicated.s: al/effects/dedicated.cpp.s +.PHONY : al/effects/dedicated.s + +# target to generate assembly for a file +al/effects/dedicated.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.s +.PHONY : al/effects/dedicated.cpp.s + +al/effects/distortion.o: al/effects/distortion.cpp.o +.PHONY : al/effects/distortion.o + +# target to build an object file +al/effects/distortion.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o +.PHONY : al/effects/distortion.cpp.o + +al/effects/distortion.i: al/effects/distortion.cpp.i +.PHONY : al/effects/distortion.i + +# target to preprocess a source file +al/effects/distortion.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.i +.PHONY : al/effects/distortion.cpp.i + +al/effects/distortion.s: al/effects/distortion.cpp.s +.PHONY : al/effects/distortion.s + +# target to generate assembly for a file +al/effects/distortion.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.s +.PHONY : al/effects/distortion.cpp.s + +al/effects/echo.o: al/effects/echo.cpp.o +.PHONY : al/effects/echo.o + +# target to build an object file +al/effects/echo.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o +.PHONY : al/effects/echo.cpp.o + +al/effects/echo.i: al/effects/echo.cpp.i +.PHONY : al/effects/echo.i + +# target to preprocess a source file +al/effects/echo.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.i +.PHONY : al/effects/echo.cpp.i + +al/effects/echo.s: al/effects/echo.cpp.s +.PHONY : al/effects/echo.s + +# target to generate assembly for a file +al/effects/echo.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.s +.PHONY : al/effects/echo.cpp.s + +al/effects/effects.o: al/effects/effects.cpp.o +.PHONY : al/effects/effects.o + +# target to build an object file +al/effects/effects.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o +.PHONY : al/effects/effects.cpp.o + +al/effects/effects.i: al/effects/effects.cpp.i +.PHONY : al/effects/effects.i + +# target to preprocess a source file +al/effects/effects.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.i +.PHONY : al/effects/effects.cpp.i + +al/effects/effects.s: al/effects/effects.cpp.s +.PHONY : al/effects/effects.s + +# target to generate assembly for a file +al/effects/effects.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.s +.PHONY : al/effects/effects.cpp.s + +al/effects/equalizer.o: al/effects/equalizer.cpp.o +.PHONY : al/effects/equalizer.o + +# target to build an object file +al/effects/equalizer.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o +.PHONY : al/effects/equalizer.cpp.o + +al/effects/equalizer.i: al/effects/equalizer.cpp.i +.PHONY : al/effects/equalizer.i + +# target to preprocess a source file +al/effects/equalizer.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.i +.PHONY : al/effects/equalizer.cpp.i + +al/effects/equalizer.s: al/effects/equalizer.cpp.s +.PHONY : al/effects/equalizer.s + +# target to generate assembly for a file +al/effects/equalizer.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.s +.PHONY : al/effects/equalizer.cpp.s + +al/effects/fshifter.o: al/effects/fshifter.cpp.o +.PHONY : al/effects/fshifter.o + +# target to build an object file +al/effects/fshifter.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o +.PHONY : al/effects/fshifter.cpp.o + +al/effects/fshifter.i: al/effects/fshifter.cpp.i +.PHONY : al/effects/fshifter.i + +# target to preprocess a source file +al/effects/fshifter.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.i +.PHONY : al/effects/fshifter.cpp.i + +al/effects/fshifter.s: al/effects/fshifter.cpp.s +.PHONY : al/effects/fshifter.s + +# target to generate assembly for a file +al/effects/fshifter.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.s +.PHONY : al/effects/fshifter.cpp.s + +al/effects/modulator.o: al/effects/modulator.cpp.o +.PHONY : al/effects/modulator.o + +# target to build an object file +al/effects/modulator.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o +.PHONY : al/effects/modulator.cpp.o + +al/effects/modulator.i: al/effects/modulator.cpp.i +.PHONY : al/effects/modulator.i + +# target to preprocess a source file +al/effects/modulator.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.i +.PHONY : al/effects/modulator.cpp.i + +al/effects/modulator.s: al/effects/modulator.cpp.s +.PHONY : al/effects/modulator.s + +# target to generate assembly for a file +al/effects/modulator.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.s +.PHONY : al/effects/modulator.cpp.s + +al/effects/null.o: al/effects/null.cpp.o +.PHONY : al/effects/null.o + +# target to build an object file +al/effects/null.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o +.PHONY : al/effects/null.cpp.o + +al/effects/null.i: al/effects/null.cpp.i +.PHONY : al/effects/null.i + +# target to preprocess a source file +al/effects/null.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.i +.PHONY : al/effects/null.cpp.i + +al/effects/null.s: al/effects/null.cpp.s +.PHONY : al/effects/null.s + +# target to generate assembly for a file +al/effects/null.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.s +.PHONY : al/effects/null.cpp.s + +al/effects/pshifter.o: al/effects/pshifter.cpp.o +.PHONY : al/effects/pshifter.o + +# target to build an object file +al/effects/pshifter.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o +.PHONY : al/effects/pshifter.cpp.o + +al/effects/pshifter.i: al/effects/pshifter.cpp.i +.PHONY : al/effects/pshifter.i + +# target to preprocess a source file +al/effects/pshifter.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.i +.PHONY : al/effects/pshifter.cpp.i + +al/effects/pshifter.s: al/effects/pshifter.cpp.s +.PHONY : al/effects/pshifter.s + +# target to generate assembly for a file +al/effects/pshifter.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.s +.PHONY : al/effects/pshifter.cpp.s + +al/effects/reverb.o: al/effects/reverb.cpp.o +.PHONY : al/effects/reverb.o + +# target to build an object file +al/effects/reverb.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o +.PHONY : al/effects/reverb.cpp.o + +al/effects/reverb.i: al/effects/reverb.cpp.i +.PHONY : al/effects/reverb.i + +# target to preprocess a source file +al/effects/reverb.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.i +.PHONY : al/effects/reverb.cpp.i + +al/effects/reverb.s: al/effects/reverb.cpp.s +.PHONY : al/effects/reverb.s + +# target to generate assembly for a file +al/effects/reverb.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.s +.PHONY : al/effects/reverb.cpp.s + +al/effects/vmorpher.o: al/effects/vmorpher.cpp.o +.PHONY : al/effects/vmorpher.o + +# target to build an object file +al/effects/vmorpher.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o +.PHONY : al/effects/vmorpher.cpp.o + +al/effects/vmorpher.i: al/effects/vmorpher.cpp.i +.PHONY : al/effects/vmorpher.i + +# target to preprocess a source file +al/effects/vmorpher.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.i +.PHONY : al/effects/vmorpher.cpp.i + +al/effects/vmorpher.s: al/effects/vmorpher.cpp.s +.PHONY : al/effects/vmorpher.s + +# target to generate assembly for a file +al/effects/vmorpher.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.s +.PHONY : al/effects/vmorpher.cpp.s + +al/error.o: al/error.cpp.o +.PHONY : al/error.o + +# target to build an object file +al/error.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o +.PHONY : al/error.cpp.o + +al/error.i: al/error.cpp.i +.PHONY : al/error.i + +# target to preprocess a source file +al/error.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.i +.PHONY : al/error.cpp.i + +al/error.s: al/error.cpp.s +.PHONY : al/error.s + +# target to generate assembly for a file +al/error.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.s +.PHONY : al/error.cpp.s + +al/event.o: al/event.cpp.o +.PHONY : al/event.o + +# target to build an object file +al/event.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o +.PHONY : al/event.cpp.o + +al/event.i: al/event.cpp.i +.PHONY : al/event.i + +# target to preprocess a source file +al/event.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.i +.PHONY : al/event.cpp.i + +al/event.s: al/event.cpp.s +.PHONY : al/event.s + +# target to generate assembly for a file +al/event.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.s +.PHONY : al/event.cpp.s + +al/extension.o: al/extension.cpp.o +.PHONY : al/extension.o + +# target to build an object file +al/extension.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o +.PHONY : al/extension.cpp.o + +al/extension.i: al/extension.cpp.i +.PHONY : al/extension.i + +# target to preprocess a source file +al/extension.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.i +.PHONY : al/extension.cpp.i + +al/extension.s: al/extension.cpp.s +.PHONY : al/extension.s + +# target to generate assembly for a file +al/extension.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.s +.PHONY : al/extension.cpp.s + +al/filter.o: al/filter.cpp.o +.PHONY : al/filter.o + +# target to build an object file +al/filter.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o +.PHONY : al/filter.cpp.o + +al/filter.i: al/filter.cpp.i +.PHONY : al/filter.i + +# target to preprocess a source file +al/filter.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.i +.PHONY : al/filter.cpp.i + +al/filter.s: al/filter.cpp.s +.PHONY : al/filter.s + +# target to generate assembly for a file +al/filter.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.s +.PHONY : al/filter.cpp.s + +al/listener.o: al/listener.cpp.o +.PHONY : al/listener.o + +# target to build an object file +al/listener.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o +.PHONY : al/listener.cpp.o + +al/listener.i: al/listener.cpp.i +.PHONY : al/listener.i + +# target to preprocess a source file +al/listener.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.i +.PHONY : al/listener.cpp.i + +al/listener.s: al/listener.cpp.s +.PHONY : al/listener.s + +# target to generate assembly for a file +al/listener.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.s +.PHONY : al/listener.cpp.s + +al/source.o: al/source.cpp.o +.PHONY : al/source.o + +# target to build an object file +al/source.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o +.PHONY : al/source.cpp.o + +al/source.i: al/source.cpp.i +.PHONY : al/source.i + +# target to preprocess a source file +al/source.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.i +.PHONY : al/source.cpp.i + +al/source.s: al/source.cpp.s +.PHONY : al/source.s + +# target to generate assembly for a file +al/source.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.s +.PHONY : al/source.cpp.s + +al/state.o: al/state.cpp.o +.PHONY : al/state.o + +# target to build an object file +al/state.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o +.PHONY : al/state.cpp.o + +al/state.i: al/state.cpp.i +.PHONY : al/state.i + +# target to preprocess a source file +al/state.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.i +.PHONY : al/state.cpp.i + +al/state.s: al/state.cpp.s +.PHONY : al/state.s + +# target to generate assembly for a file +al/state.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.s +.PHONY : al/state.cpp.s + +alc/alc.o: alc/alc.cpp.o +.PHONY : alc/alc.o + +# target to build an object file +alc/alc.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o +.PHONY : alc/alc.cpp.o + +alc/alc.i: alc/alc.cpp.i +.PHONY : alc/alc.i + +# target to preprocess a source file +alc/alc.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.i +.PHONY : alc/alc.cpp.i + +alc/alc.s: alc/alc.cpp.s +.PHONY : alc/alc.s + +# target to generate assembly for a file +alc/alc.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.s +.PHONY : alc/alc.cpp.s + +alc/alconfig.o: alc/alconfig.cpp.o +.PHONY : alc/alconfig.o + +# target to build an object file +alc/alconfig.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o +.PHONY : alc/alconfig.cpp.o + +alc/alconfig.i: alc/alconfig.cpp.i +.PHONY : alc/alconfig.i + +# target to preprocess a source file +alc/alconfig.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.i +.PHONY : alc/alconfig.cpp.i + +alc/alconfig.s: alc/alconfig.cpp.s +.PHONY : alc/alconfig.s + +# target to generate assembly for a file +alc/alconfig.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.s +.PHONY : alc/alconfig.cpp.s + +alc/alu.o: alc/alu.cpp.o +.PHONY : alc/alu.o + +# target to build an object file +alc/alu.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o +.PHONY : alc/alu.cpp.o + +alc/alu.i: alc/alu.cpp.i +.PHONY : alc/alu.i + +# target to preprocess a source file +alc/alu.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.i +.PHONY : alc/alu.cpp.i + +alc/alu.s: alc/alu.cpp.s +.PHONY : alc/alu.s + +# target to generate assembly for a file +alc/alu.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.s +.PHONY : alc/alu.cpp.s + +alc/backends/alsa.o: alc/backends/alsa.cpp.o +.PHONY : alc/backends/alsa.o + +# target to build an object file +alc/backends/alsa.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o +.PHONY : alc/backends/alsa.cpp.o + +alc/backends/alsa.i: alc/backends/alsa.cpp.i +.PHONY : alc/backends/alsa.i + +# target to preprocess a source file +alc/backends/alsa.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.i +.PHONY : alc/backends/alsa.cpp.i + +alc/backends/alsa.s: alc/backends/alsa.cpp.s +.PHONY : alc/backends/alsa.s + +# target to generate assembly for a file +alc/backends/alsa.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.s +.PHONY : alc/backends/alsa.cpp.s + +alc/backends/base.o: alc/backends/base.cpp.o +.PHONY : alc/backends/base.o + +# target to build an object file +alc/backends/base.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o +.PHONY : alc/backends/base.cpp.o + +alc/backends/base.i: alc/backends/base.cpp.i +.PHONY : alc/backends/base.i + +# target to preprocess a source file +alc/backends/base.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.i +.PHONY : alc/backends/base.cpp.i + +alc/backends/base.s: alc/backends/base.cpp.s +.PHONY : alc/backends/base.s + +# target to generate assembly for a file +alc/backends/base.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.s +.PHONY : alc/backends/base.cpp.s + +alc/backends/loopback.o: alc/backends/loopback.cpp.o +.PHONY : alc/backends/loopback.o + +# target to build an object file +alc/backends/loopback.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o +.PHONY : alc/backends/loopback.cpp.o + +alc/backends/loopback.i: alc/backends/loopback.cpp.i +.PHONY : alc/backends/loopback.i + +# target to preprocess a source file +alc/backends/loopback.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.i +.PHONY : alc/backends/loopback.cpp.i + +alc/backends/loopback.s: alc/backends/loopback.cpp.s +.PHONY : alc/backends/loopback.s + +# target to generate assembly for a file +alc/backends/loopback.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.s +.PHONY : alc/backends/loopback.cpp.s + +alc/backends/null.o: alc/backends/null.cpp.o +.PHONY : alc/backends/null.o + +# target to build an object file +alc/backends/null.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o +.PHONY : alc/backends/null.cpp.o + +alc/backends/null.i: alc/backends/null.cpp.i +.PHONY : alc/backends/null.i + +# target to preprocess a source file +alc/backends/null.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.i +.PHONY : alc/backends/null.cpp.i + +alc/backends/null.s: alc/backends/null.cpp.s +.PHONY : alc/backends/null.s + +# target to generate assembly for a file +alc/backends/null.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.s +.PHONY : alc/backends/null.cpp.s + +alc/backends/oss.o: alc/backends/oss.cpp.o +.PHONY : alc/backends/oss.o + +# target to build an object file +alc/backends/oss.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o +.PHONY : alc/backends/oss.cpp.o + +alc/backends/oss.i: alc/backends/oss.cpp.i +.PHONY : alc/backends/oss.i + +# target to preprocess a source file +alc/backends/oss.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.i +.PHONY : alc/backends/oss.cpp.i + +alc/backends/oss.s: alc/backends/oss.cpp.s +.PHONY : alc/backends/oss.s + +# target to generate assembly for a file +alc/backends/oss.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.s +.PHONY : alc/backends/oss.cpp.s + +alc/backends/pipewire.o: alc/backends/pipewire.cpp.o +.PHONY : alc/backends/pipewire.o + +# target to build an object file +alc/backends/pipewire.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o +.PHONY : alc/backends/pipewire.cpp.o + +alc/backends/pipewire.i: alc/backends/pipewire.cpp.i +.PHONY : alc/backends/pipewire.i + +# target to preprocess a source file +alc/backends/pipewire.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.i +.PHONY : alc/backends/pipewire.cpp.i + +alc/backends/pipewire.s: alc/backends/pipewire.cpp.s +.PHONY : alc/backends/pipewire.s + +# target to generate assembly for a file +alc/backends/pipewire.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.s +.PHONY : alc/backends/pipewire.cpp.s + +alc/backends/pulseaudio.o: alc/backends/pulseaudio.cpp.o +.PHONY : alc/backends/pulseaudio.o + +# target to build an object file +alc/backends/pulseaudio.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o +.PHONY : alc/backends/pulseaudio.cpp.o + +alc/backends/pulseaudio.i: alc/backends/pulseaudio.cpp.i +.PHONY : alc/backends/pulseaudio.i + +# target to preprocess a source file +alc/backends/pulseaudio.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.i +.PHONY : alc/backends/pulseaudio.cpp.i + +alc/backends/pulseaudio.s: alc/backends/pulseaudio.cpp.s +.PHONY : alc/backends/pulseaudio.s + +# target to generate assembly for a file +alc/backends/pulseaudio.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.s +.PHONY : alc/backends/pulseaudio.cpp.s + +alc/backends/sndio.o: alc/backends/sndio.cpp.o +.PHONY : alc/backends/sndio.o + +# target to build an object file +alc/backends/sndio.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.o +.PHONY : alc/backends/sndio.cpp.o + +alc/backends/sndio.i: alc/backends/sndio.cpp.i +.PHONY : alc/backends/sndio.i + +# target to preprocess a source file +alc/backends/sndio.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.i +.PHONY : alc/backends/sndio.cpp.i + +alc/backends/sndio.s: alc/backends/sndio.cpp.s +.PHONY : alc/backends/sndio.s + +# target to generate assembly for a file +alc/backends/sndio.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/sndio.cpp.s +.PHONY : alc/backends/sndio.cpp.s + +alc/backends/wave.o: alc/backends/wave.cpp.o +.PHONY : alc/backends/wave.o + +# target to build an object file +alc/backends/wave.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o +.PHONY : alc/backends/wave.cpp.o + +alc/backends/wave.i: alc/backends/wave.cpp.i +.PHONY : alc/backends/wave.i + +# target to preprocess a source file +alc/backends/wave.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.i +.PHONY : alc/backends/wave.cpp.i + +alc/backends/wave.s: alc/backends/wave.cpp.s +.PHONY : alc/backends/wave.s + +# target to generate assembly for a file +alc/backends/wave.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.s +.PHONY : alc/backends/wave.cpp.s + +alc/context.o: alc/context.cpp.o +.PHONY : alc/context.o + +# target to build an object file +alc/context.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o +.PHONY : alc/context.cpp.o + +alc/context.i: alc/context.cpp.i +.PHONY : alc/context.i + +# target to preprocess a source file +alc/context.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.i +.PHONY : alc/context.cpp.i + +alc/context.s: alc/context.cpp.s +.PHONY : alc/context.s + +# target to generate assembly for a file +alc/context.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.s +.PHONY : alc/context.cpp.s + +alc/device.o: alc/device.cpp.o +.PHONY : alc/device.o + +# target to build an object file +alc/device.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o +.PHONY : alc/device.cpp.o + +alc/device.i: alc/device.cpp.i +.PHONY : alc/device.i + +# target to preprocess a source file +alc/device.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.i +.PHONY : alc/device.cpp.i + +alc/device.s: alc/device.cpp.s +.PHONY : alc/device.s + +# target to generate assembly for a file +alc/device.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.s +.PHONY : alc/device.cpp.s + +alc/effects/autowah.o: alc/effects/autowah.cpp.o +.PHONY : alc/effects/autowah.o + +# target to build an object file +alc/effects/autowah.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o +.PHONY : alc/effects/autowah.cpp.o + +alc/effects/autowah.i: alc/effects/autowah.cpp.i +.PHONY : alc/effects/autowah.i + +# target to preprocess a source file +alc/effects/autowah.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.i +.PHONY : alc/effects/autowah.cpp.i + +alc/effects/autowah.s: alc/effects/autowah.cpp.s +.PHONY : alc/effects/autowah.s + +# target to generate assembly for a file +alc/effects/autowah.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.s +.PHONY : alc/effects/autowah.cpp.s + +alc/effects/chorus.o: alc/effects/chorus.cpp.o +.PHONY : alc/effects/chorus.o + +# target to build an object file +alc/effects/chorus.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o +.PHONY : alc/effects/chorus.cpp.o + +alc/effects/chorus.i: alc/effects/chorus.cpp.i +.PHONY : alc/effects/chorus.i + +# target to preprocess a source file +alc/effects/chorus.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.i +.PHONY : alc/effects/chorus.cpp.i + +alc/effects/chorus.s: alc/effects/chorus.cpp.s +.PHONY : alc/effects/chorus.s + +# target to generate assembly for a file +alc/effects/chorus.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.s +.PHONY : alc/effects/chorus.cpp.s + +alc/effects/compressor.o: alc/effects/compressor.cpp.o +.PHONY : alc/effects/compressor.o + +# target to build an object file +alc/effects/compressor.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o +.PHONY : alc/effects/compressor.cpp.o + +alc/effects/compressor.i: alc/effects/compressor.cpp.i +.PHONY : alc/effects/compressor.i + +# target to preprocess a source file +alc/effects/compressor.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.i +.PHONY : alc/effects/compressor.cpp.i + +alc/effects/compressor.s: alc/effects/compressor.cpp.s +.PHONY : alc/effects/compressor.s + +# target to generate assembly for a file +alc/effects/compressor.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.s +.PHONY : alc/effects/compressor.cpp.s + +alc/effects/convolution.o: alc/effects/convolution.cpp.o +.PHONY : alc/effects/convolution.o + +# target to build an object file +alc/effects/convolution.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o +.PHONY : alc/effects/convolution.cpp.o + +alc/effects/convolution.i: alc/effects/convolution.cpp.i +.PHONY : alc/effects/convolution.i + +# target to preprocess a source file +alc/effects/convolution.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.i +.PHONY : alc/effects/convolution.cpp.i + +alc/effects/convolution.s: alc/effects/convolution.cpp.s +.PHONY : alc/effects/convolution.s + +# target to generate assembly for a file +alc/effects/convolution.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.s +.PHONY : alc/effects/convolution.cpp.s + +alc/effects/dedicated.o: alc/effects/dedicated.cpp.o +.PHONY : alc/effects/dedicated.o + +# target to build an object file +alc/effects/dedicated.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o +.PHONY : alc/effects/dedicated.cpp.o + +alc/effects/dedicated.i: alc/effects/dedicated.cpp.i +.PHONY : alc/effects/dedicated.i + +# target to preprocess a source file +alc/effects/dedicated.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.i +.PHONY : alc/effects/dedicated.cpp.i + +alc/effects/dedicated.s: alc/effects/dedicated.cpp.s +.PHONY : alc/effects/dedicated.s + +# target to generate assembly for a file +alc/effects/dedicated.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.s +.PHONY : alc/effects/dedicated.cpp.s + +alc/effects/distortion.o: alc/effects/distortion.cpp.o +.PHONY : alc/effects/distortion.o + +# target to build an object file +alc/effects/distortion.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o +.PHONY : alc/effects/distortion.cpp.o + +alc/effects/distortion.i: alc/effects/distortion.cpp.i +.PHONY : alc/effects/distortion.i + +# target to preprocess a source file +alc/effects/distortion.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.i +.PHONY : alc/effects/distortion.cpp.i + +alc/effects/distortion.s: alc/effects/distortion.cpp.s +.PHONY : alc/effects/distortion.s + +# target to generate assembly for a file +alc/effects/distortion.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.s +.PHONY : alc/effects/distortion.cpp.s + +alc/effects/echo.o: alc/effects/echo.cpp.o +.PHONY : alc/effects/echo.o + +# target to build an object file +alc/effects/echo.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o +.PHONY : alc/effects/echo.cpp.o + +alc/effects/echo.i: alc/effects/echo.cpp.i +.PHONY : alc/effects/echo.i + +# target to preprocess a source file +alc/effects/echo.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.i +.PHONY : alc/effects/echo.cpp.i + +alc/effects/echo.s: alc/effects/echo.cpp.s +.PHONY : alc/effects/echo.s + +# target to generate assembly for a file +alc/effects/echo.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.s +.PHONY : alc/effects/echo.cpp.s + +alc/effects/equalizer.o: alc/effects/equalizer.cpp.o +.PHONY : alc/effects/equalizer.o + +# target to build an object file +alc/effects/equalizer.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o +.PHONY : alc/effects/equalizer.cpp.o + +alc/effects/equalizer.i: alc/effects/equalizer.cpp.i +.PHONY : alc/effects/equalizer.i + +# target to preprocess a source file +alc/effects/equalizer.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.i +.PHONY : alc/effects/equalizer.cpp.i + +alc/effects/equalizer.s: alc/effects/equalizer.cpp.s +.PHONY : alc/effects/equalizer.s + +# target to generate assembly for a file +alc/effects/equalizer.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.s +.PHONY : alc/effects/equalizer.cpp.s + +alc/effects/fshifter.o: alc/effects/fshifter.cpp.o +.PHONY : alc/effects/fshifter.o + +# target to build an object file +alc/effects/fshifter.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o +.PHONY : alc/effects/fshifter.cpp.o + +alc/effects/fshifter.i: alc/effects/fshifter.cpp.i +.PHONY : alc/effects/fshifter.i + +# target to preprocess a source file +alc/effects/fshifter.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.i +.PHONY : alc/effects/fshifter.cpp.i + +alc/effects/fshifter.s: alc/effects/fshifter.cpp.s +.PHONY : alc/effects/fshifter.s + +# target to generate assembly for a file +alc/effects/fshifter.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.s +.PHONY : alc/effects/fshifter.cpp.s + +alc/effects/modulator.o: alc/effects/modulator.cpp.o +.PHONY : alc/effects/modulator.o + +# target to build an object file +alc/effects/modulator.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o +.PHONY : alc/effects/modulator.cpp.o + +alc/effects/modulator.i: alc/effects/modulator.cpp.i +.PHONY : alc/effects/modulator.i + +# target to preprocess a source file +alc/effects/modulator.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.i +.PHONY : alc/effects/modulator.cpp.i + +alc/effects/modulator.s: alc/effects/modulator.cpp.s +.PHONY : alc/effects/modulator.s + +# target to generate assembly for a file +alc/effects/modulator.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.s +.PHONY : alc/effects/modulator.cpp.s + +alc/effects/null.o: alc/effects/null.cpp.o +.PHONY : alc/effects/null.o + +# target to build an object file +alc/effects/null.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o +.PHONY : alc/effects/null.cpp.o + +alc/effects/null.i: alc/effects/null.cpp.i +.PHONY : alc/effects/null.i + +# target to preprocess a source file +alc/effects/null.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.i +.PHONY : alc/effects/null.cpp.i + +alc/effects/null.s: alc/effects/null.cpp.s +.PHONY : alc/effects/null.s + +# target to generate assembly for a file +alc/effects/null.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.s +.PHONY : alc/effects/null.cpp.s + +alc/effects/pshifter.o: alc/effects/pshifter.cpp.o +.PHONY : alc/effects/pshifter.o + +# target to build an object file +alc/effects/pshifter.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o +.PHONY : alc/effects/pshifter.cpp.o + +alc/effects/pshifter.i: alc/effects/pshifter.cpp.i +.PHONY : alc/effects/pshifter.i + +# target to preprocess a source file +alc/effects/pshifter.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.i +.PHONY : alc/effects/pshifter.cpp.i + +alc/effects/pshifter.s: alc/effects/pshifter.cpp.s +.PHONY : alc/effects/pshifter.s + +# target to generate assembly for a file +alc/effects/pshifter.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.s +.PHONY : alc/effects/pshifter.cpp.s + +alc/effects/reverb.o: alc/effects/reverb.cpp.o +.PHONY : alc/effects/reverb.o + +# target to build an object file +alc/effects/reverb.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o +.PHONY : alc/effects/reverb.cpp.o + +alc/effects/reverb.i: alc/effects/reverb.cpp.i +.PHONY : alc/effects/reverb.i + +# target to preprocess a source file +alc/effects/reverb.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.i +.PHONY : alc/effects/reverb.cpp.i + +alc/effects/reverb.s: alc/effects/reverb.cpp.s +.PHONY : alc/effects/reverb.s + +# target to generate assembly for a file +alc/effects/reverb.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.s +.PHONY : alc/effects/reverb.cpp.s + +alc/effects/vmorpher.o: alc/effects/vmorpher.cpp.o +.PHONY : alc/effects/vmorpher.o + +# target to build an object file +alc/effects/vmorpher.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o +.PHONY : alc/effects/vmorpher.cpp.o + +alc/effects/vmorpher.i: alc/effects/vmorpher.cpp.i +.PHONY : alc/effects/vmorpher.i + +# target to preprocess a source file +alc/effects/vmorpher.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.i +.PHONY : alc/effects/vmorpher.cpp.i + +alc/effects/vmorpher.s: alc/effects/vmorpher.cpp.s +.PHONY : alc/effects/vmorpher.s + +# target to generate assembly for a file +alc/effects/vmorpher.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.s +.PHONY : alc/effects/vmorpher.cpp.s + +alc/events.o: alc/events.cpp.o +.PHONY : alc/events.o + +# target to build an object file +alc/events.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o +.PHONY : alc/events.cpp.o + +alc/events.i: alc/events.cpp.i +.PHONY : alc/events.i + +# target to preprocess a source file +alc/events.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.i +.PHONY : alc/events.cpp.i + +alc/events.s: alc/events.cpp.s +.PHONY : alc/events.s + +# target to generate assembly for a file +alc/events.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.s +.PHONY : alc/events.cpp.s + +alc/panning.o: alc/panning.cpp.o +.PHONY : alc/panning.o + +# target to build an object file +alc/panning.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o +.PHONY : alc/panning.cpp.o + +alc/panning.i: alc/panning.cpp.i +.PHONY : alc/panning.i + +# target to preprocess a source file +alc/panning.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.i +.PHONY : alc/panning.cpp.i + +alc/panning.s: alc/panning.cpp.s +.PHONY : alc/panning.s + +# target to generate assembly for a file +alc/panning.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.s +.PHONY : alc/panning.cpp.s + +common/alcomplex.o: common/alcomplex.cpp.o +.PHONY : common/alcomplex.o + +# target to build an object file +common/alcomplex.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o +.PHONY : common/alcomplex.cpp.o + +common/alcomplex.i: common/alcomplex.cpp.i +.PHONY : common/alcomplex.i + +# target to preprocess a source file +common/alcomplex.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.i +.PHONY : common/alcomplex.cpp.i + +common/alcomplex.s: common/alcomplex.cpp.s +.PHONY : common/alcomplex.s + +# target to generate assembly for a file +common/alcomplex.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.s +.PHONY : common/alcomplex.cpp.s + +common/alfstream.o: common/alfstream.cpp.o +.PHONY : common/alfstream.o + +# target to build an object file +common/alfstream.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o +.PHONY : common/alfstream.cpp.o + +common/alfstream.i: common/alfstream.cpp.i +.PHONY : common/alfstream.i + +# target to preprocess a source file +common/alfstream.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.i +.PHONY : common/alfstream.cpp.i + +common/alfstream.s: common/alfstream.cpp.s +.PHONY : common/alfstream.s + +# target to generate assembly for a file +common/alfstream.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.s +.PHONY : common/alfstream.cpp.s + +common/alsem.o: common/alsem.cpp.o +.PHONY : common/alsem.o + +# target to build an object file +common/alsem.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o +.PHONY : common/alsem.cpp.o + +common/alsem.i: common/alsem.cpp.i +.PHONY : common/alsem.i + +# target to preprocess a source file +common/alsem.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.i +.PHONY : common/alsem.cpp.i + +common/alsem.s: common/alsem.cpp.s +.PHONY : common/alsem.s + +# target to generate assembly for a file +common/alsem.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.s +.PHONY : common/alsem.cpp.s + +common/alstring.o: common/alstring.cpp.o +.PHONY : common/alstring.o + +# target to build an object file +common/alstring.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o +.PHONY : common/alstring.cpp.o + +common/alstring.i: common/alstring.cpp.i +.PHONY : common/alstring.i + +# target to preprocess a source file +common/alstring.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.i +.PHONY : common/alstring.cpp.i + +common/alstring.s: common/alstring.cpp.s +.PHONY : common/alstring.s + +# target to generate assembly for a file +common/alstring.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.s +.PHONY : common/alstring.cpp.s + +common/althrd_setname.o: common/althrd_setname.cpp.o +.PHONY : common/althrd_setname.o + +# target to build an object file +common/althrd_setname.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o +.PHONY : common/althrd_setname.cpp.o + +common/althrd_setname.i: common/althrd_setname.cpp.i +.PHONY : common/althrd_setname.i + +# target to preprocess a source file +common/althrd_setname.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.i +.PHONY : common/althrd_setname.cpp.i + +common/althrd_setname.s: common/althrd_setname.cpp.s +.PHONY : common/althrd_setname.s + +# target to generate assembly for a file +common/althrd_setname.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.s +.PHONY : common/althrd_setname.cpp.s + +common/dynload.o: common/dynload.cpp.o +.PHONY : common/dynload.o + +# target to build an object file +common/dynload.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o +.PHONY : common/dynload.cpp.o + +common/dynload.i: common/dynload.cpp.i +.PHONY : common/dynload.i + +# target to preprocess a source file +common/dynload.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.i +.PHONY : common/dynload.cpp.i + +common/dynload.s: common/dynload.cpp.s +.PHONY : common/dynload.s + +# target to generate assembly for a file +common/dynload.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.s +.PHONY : common/dynload.cpp.s + +common/pffft.o: common/pffft.cpp.o +.PHONY : common/pffft.o + +# target to build an object file +common/pffft.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o +.PHONY : common/pffft.cpp.o + +common/pffft.i: common/pffft.cpp.i +.PHONY : common/pffft.i + +# target to preprocess a source file +common/pffft.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.i +.PHONY : common/pffft.cpp.i + +common/pffft.s: common/pffft.cpp.s +.PHONY : common/pffft.s + +# target to generate assembly for a file +common/pffft.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.s +.PHONY : common/pffft.cpp.s + +common/polyphase_resampler.o: common/polyphase_resampler.cpp.o +.PHONY : common/polyphase_resampler.o + +# target to build an object file +common/polyphase_resampler.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o +.PHONY : common/polyphase_resampler.cpp.o + +common/polyphase_resampler.i: common/polyphase_resampler.cpp.i +.PHONY : common/polyphase_resampler.i + +# target to preprocess a source file +common/polyphase_resampler.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.i +.PHONY : common/polyphase_resampler.cpp.i + +common/polyphase_resampler.s: common/polyphase_resampler.cpp.s +.PHONY : common/polyphase_resampler.s + +# target to generate assembly for a file +common/polyphase_resampler.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.s +.PHONY : common/polyphase_resampler.cpp.s + +common/ringbuffer.o: common/ringbuffer.cpp.o +.PHONY : common/ringbuffer.o + +# target to build an object file +common/ringbuffer.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o +.PHONY : common/ringbuffer.cpp.o + +common/ringbuffer.i: common/ringbuffer.cpp.i +.PHONY : common/ringbuffer.i + +# target to preprocess a source file +common/ringbuffer.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.i +.PHONY : common/ringbuffer.cpp.i + +common/ringbuffer.s: common/ringbuffer.cpp.s +.PHONY : common/ringbuffer.s + +# target to generate assembly for a file +common/ringbuffer.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.s +.PHONY : common/ringbuffer.cpp.s + +common/strutils.o: common/strutils.cpp.o +.PHONY : common/strutils.o + +# target to build an object file +common/strutils.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o +.PHONY : common/strutils.cpp.o + +common/strutils.i: common/strutils.cpp.i +.PHONY : common/strutils.i + +# target to preprocess a source file +common/strutils.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.i +.PHONY : common/strutils.cpp.i + +common/strutils.s: common/strutils.cpp.s +.PHONY : common/strutils.s + +# target to generate assembly for a file +common/strutils.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alcommon.dir/build.make libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.s +.PHONY : common/strutils.cpp.s + +core/ambdec.o: core/ambdec.cpp.o +.PHONY : core/ambdec.o + +# target to build an object file +core/ambdec.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o +.PHONY : core/ambdec.cpp.o + +core/ambdec.i: core/ambdec.cpp.i +.PHONY : core/ambdec.i + +# target to preprocess a source file +core/ambdec.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.i +.PHONY : core/ambdec.cpp.i + +core/ambdec.s: core/ambdec.cpp.s +.PHONY : core/ambdec.s + +# target to generate assembly for a file +core/ambdec.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.s +.PHONY : core/ambdec.cpp.s + +core/ambidefs.o: core/ambidefs.cpp.o +.PHONY : core/ambidefs.o + +# target to build an object file +core/ambidefs.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o +.PHONY : core/ambidefs.cpp.o + +core/ambidefs.i: core/ambidefs.cpp.i +.PHONY : core/ambidefs.i + +# target to preprocess a source file +core/ambidefs.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.i +.PHONY : core/ambidefs.cpp.i + +core/ambidefs.s: core/ambidefs.cpp.s +.PHONY : core/ambidefs.s + +# target to generate assembly for a file +core/ambidefs.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.s +.PHONY : core/ambidefs.cpp.s + +core/bformatdec.o: core/bformatdec.cpp.o +.PHONY : core/bformatdec.o + +# target to build an object file +core/bformatdec.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o +.PHONY : core/bformatdec.cpp.o + +core/bformatdec.i: core/bformatdec.cpp.i +.PHONY : core/bformatdec.i + +# target to preprocess a source file +core/bformatdec.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.i +.PHONY : core/bformatdec.cpp.i + +core/bformatdec.s: core/bformatdec.cpp.s +.PHONY : core/bformatdec.s + +# target to generate assembly for a file +core/bformatdec.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.s +.PHONY : core/bformatdec.cpp.s + +core/bs2b.o: core/bs2b.cpp.o +.PHONY : core/bs2b.o + +# target to build an object file +core/bs2b.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o +.PHONY : core/bs2b.cpp.o + +core/bs2b.i: core/bs2b.cpp.i +.PHONY : core/bs2b.i + +# target to preprocess a source file +core/bs2b.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.i +.PHONY : core/bs2b.cpp.i + +core/bs2b.s: core/bs2b.cpp.s +.PHONY : core/bs2b.s + +# target to generate assembly for a file +core/bs2b.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.s +.PHONY : core/bs2b.cpp.s + +core/bsinc_tables.o: core/bsinc_tables.cpp.o +.PHONY : core/bsinc_tables.o + +# target to build an object file +core/bsinc_tables.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o +.PHONY : core/bsinc_tables.cpp.o + +core/bsinc_tables.i: core/bsinc_tables.cpp.i +.PHONY : core/bsinc_tables.i + +# target to preprocess a source file +core/bsinc_tables.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.i +.PHONY : core/bsinc_tables.cpp.i + +core/bsinc_tables.s: core/bsinc_tables.cpp.s +.PHONY : core/bsinc_tables.s + +# target to generate assembly for a file +core/bsinc_tables.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.s +.PHONY : core/bsinc_tables.cpp.s + +core/buffer_storage.o: core/buffer_storage.cpp.o +.PHONY : core/buffer_storage.o + +# target to build an object file +core/buffer_storage.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o +.PHONY : core/buffer_storage.cpp.o + +core/buffer_storage.i: core/buffer_storage.cpp.i +.PHONY : core/buffer_storage.i + +# target to preprocess a source file +core/buffer_storage.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.i +.PHONY : core/buffer_storage.cpp.i + +core/buffer_storage.s: core/buffer_storage.cpp.s +.PHONY : core/buffer_storage.s + +# target to generate assembly for a file +core/buffer_storage.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.s +.PHONY : core/buffer_storage.cpp.s + +core/context.o: core/context.cpp.o +.PHONY : core/context.o + +# target to build an object file +core/context.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o +.PHONY : core/context.cpp.o + +core/context.i: core/context.cpp.i +.PHONY : core/context.i + +# target to preprocess a source file +core/context.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.i +.PHONY : core/context.cpp.i + +core/context.s: core/context.cpp.s +.PHONY : core/context.s + +# target to generate assembly for a file +core/context.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.s +.PHONY : core/context.cpp.s + +core/converter.o: core/converter.cpp.o +.PHONY : core/converter.o + +# target to build an object file +core/converter.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o +.PHONY : core/converter.cpp.o + +core/converter.i: core/converter.cpp.i +.PHONY : core/converter.i + +# target to preprocess a source file +core/converter.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.i +.PHONY : core/converter.cpp.i + +core/converter.s: core/converter.cpp.s +.PHONY : core/converter.s + +# target to generate assembly for a file +core/converter.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.s +.PHONY : core/converter.cpp.s + +core/cpu_caps.o: core/cpu_caps.cpp.o +.PHONY : core/cpu_caps.o + +# target to build an object file +core/cpu_caps.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o +.PHONY : core/cpu_caps.cpp.o + +core/cpu_caps.i: core/cpu_caps.cpp.i +.PHONY : core/cpu_caps.i + +# target to preprocess a source file +core/cpu_caps.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.i +.PHONY : core/cpu_caps.cpp.i + +core/cpu_caps.s: core/cpu_caps.cpp.s +.PHONY : core/cpu_caps.s + +# target to generate assembly for a file +core/cpu_caps.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.s +.PHONY : core/cpu_caps.cpp.s + +core/cubic_tables.o: core/cubic_tables.cpp.o +.PHONY : core/cubic_tables.o + +# target to build an object file +core/cubic_tables.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o +.PHONY : core/cubic_tables.cpp.o + +core/cubic_tables.i: core/cubic_tables.cpp.i +.PHONY : core/cubic_tables.i + +# target to preprocess a source file +core/cubic_tables.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.i +.PHONY : core/cubic_tables.cpp.i + +core/cubic_tables.s: core/cubic_tables.cpp.s +.PHONY : core/cubic_tables.s + +# target to generate assembly for a file +core/cubic_tables.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.s +.PHONY : core/cubic_tables.cpp.s + +core/dbus_wrap.o: core/dbus_wrap.cpp.o +.PHONY : core/dbus_wrap.o + +# target to build an object file +core/dbus_wrap.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o +.PHONY : core/dbus_wrap.cpp.o + +core/dbus_wrap.i: core/dbus_wrap.cpp.i +.PHONY : core/dbus_wrap.i + +# target to preprocess a source file +core/dbus_wrap.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.i +.PHONY : core/dbus_wrap.cpp.i + +core/dbus_wrap.s: core/dbus_wrap.cpp.s +.PHONY : core/dbus_wrap.s + +# target to generate assembly for a file +core/dbus_wrap.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.s +.PHONY : core/dbus_wrap.cpp.s + +core/devformat.o: core/devformat.cpp.o +.PHONY : core/devformat.o + +# target to build an object file +core/devformat.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o +.PHONY : core/devformat.cpp.o + +core/devformat.i: core/devformat.cpp.i +.PHONY : core/devformat.i + +# target to preprocess a source file +core/devformat.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.i +.PHONY : core/devformat.cpp.i + +core/devformat.s: core/devformat.cpp.s +.PHONY : core/devformat.s + +# target to generate assembly for a file +core/devformat.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.s +.PHONY : core/devformat.cpp.s + +core/device.o: core/device.cpp.o +.PHONY : core/device.o + +# target to build an object file +core/device.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o +.PHONY : core/device.cpp.o + +core/device.i: core/device.cpp.i +.PHONY : core/device.i + +# target to preprocess a source file +core/device.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.i +.PHONY : core/device.cpp.i + +core/device.s: core/device.cpp.s +.PHONY : core/device.s + +# target to generate assembly for a file +core/device.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.s +.PHONY : core/device.cpp.s + +core/effectslot.o: core/effectslot.cpp.o +.PHONY : core/effectslot.o + +# target to build an object file +core/effectslot.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o +.PHONY : core/effectslot.cpp.o + +core/effectslot.i: core/effectslot.cpp.i +.PHONY : core/effectslot.i + +# target to preprocess a source file +core/effectslot.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.i +.PHONY : core/effectslot.cpp.i + +core/effectslot.s: core/effectslot.cpp.s +.PHONY : core/effectslot.s + +# target to generate assembly for a file +core/effectslot.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.s +.PHONY : core/effectslot.cpp.s + +core/except.o: core/except.cpp.o +.PHONY : core/except.o + +# target to build an object file +core/except.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o +.PHONY : core/except.cpp.o + +core/except.i: core/except.cpp.i +.PHONY : core/except.i + +# target to preprocess a source file +core/except.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.i +.PHONY : core/except.cpp.i + +core/except.s: core/except.cpp.s +.PHONY : core/except.s + +# target to generate assembly for a file +core/except.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.s +.PHONY : core/except.cpp.s + +core/filters/biquad.o: core/filters/biquad.cpp.o +.PHONY : core/filters/biquad.o + +# target to build an object file +core/filters/biquad.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o +.PHONY : core/filters/biquad.cpp.o + +core/filters/biquad.i: core/filters/biquad.cpp.i +.PHONY : core/filters/biquad.i + +# target to preprocess a source file +core/filters/biquad.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.i +.PHONY : core/filters/biquad.cpp.i + +core/filters/biquad.s: core/filters/biquad.cpp.s +.PHONY : core/filters/biquad.s + +# target to generate assembly for a file +core/filters/biquad.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.s +.PHONY : core/filters/biquad.cpp.s + +core/filters/nfc.o: core/filters/nfc.cpp.o +.PHONY : core/filters/nfc.o + +# target to build an object file +core/filters/nfc.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o +.PHONY : core/filters/nfc.cpp.o + +core/filters/nfc.i: core/filters/nfc.cpp.i +.PHONY : core/filters/nfc.i + +# target to preprocess a source file +core/filters/nfc.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.i +.PHONY : core/filters/nfc.cpp.i + +core/filters/nfc.s: core/filters/nfc.cpp.s +.PHONY : core/filters/nfc.s + +# target to generate assembly for a file +core/filters/nfc.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.s +.PHONY : core/filters/nfc.cpp.s + +core/filters/splitter.o: core/filters/splitter.cpp.o +.PHONY : core/filters/splitter.o + +# target to build an object file +core/filters/splitter.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o +.PHONY : core/filters/splitter.cpp.o + +core/filters/splitter.i: core/filters/splitter.cpp.i +.PHONY : core/filters/splitter.i + +# target to preprocess a source file +core/filters/splitter.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.i +.PHONY : core/filters/splitter.cpp.i + +core/filters/splitter.s: core/filters/splitter.cpp.s +.PHONY : core/filters/splitter.s + +# target to generate assembly for a file +core/filters/splitter.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.s +.PHONY : core/filters/splitter.cpp.s + +core/fmt_traits.o: core/fmt_traits.cpp.o +.PHONY : core/fmt_traits.o + +# target to build an object file +core/fmt_traits.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o +.PHONY : core/fmt_traits.cpp.o + +core/fmt_traits.i: core/fmt_traits.cpp.i +.PHONY : core/fmt_traits.i + +# target to preprocess a source file +core/fmt_traits.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.i +.PHONY : core/fmt_traits.cpp.i + +core/fmt_traits.s: core/fmt_traits.cpp.s +.PHONY : core/fmt_traits.s + +# target to generate assembly for a file +core/fmt_traits.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.s +.PHONY : core/fmt_traits.cpp.s + +core/fpu_ctrl.o: core/fpu_ctrl.cpp.o +.PHONY : core/fpu_ctrl.o + +# target to build an object file +core/fpu_ctrl.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o +.PHONY : core/fpu_ctrl.cpp.o + +core/fpu_ctrl.i: core/fpu_ctrl.cpp.i +.PHONY : core/fpu_ctrl.i + +# target to preprocess a source file +core/fpu_ctrl.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.i +.PHONY : core/fpu_ctrl.cpp.i + +core/fpu_ctrl.s: core/fpu_ctrl.cpp.s +.PHONY : core/fpu_ctrl.s + +# target to generate assembly for a file +core/fpu_ctrl.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.s +.PHONY : core/fpu_ctrl.cpp.s + +core/helpers.o: core/helpers.cpp.o +.PHONY : core/helpers.o + +# target to build an object file +core/helpers.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o +.PHONY : core/helpers.cpp.o + +core/helpers.i: core/helpers.cpp.i +.PHONY : core/helpers.i + +# target to preprocess a source file +core/helpers.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.i +.PHONY : core/helpers.cpp.i + +core/helpers.s: core/helpers.cpp.s +.PHONY : core/helpers.s + +# target to generate assembly for a file +core/helpers.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.s +.PHONY : core/helpers.cpp.s + +core/hrtf.o: core/hrtf.cpp.o +.PHONY : core/hrtf.o + +# target to build an object file +core/hrtf.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o +.PHONY : core/hrtf.cpp.o + +core/hrtf.i: core/hrtf.cpp.i +.PHONY : core/hrtf.i + +# target to preprocess a source file +core/hrtf.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.i +.PHONY : core/hrtf.cpp.i + +core/hrtf.s: core/hrtf.cpp.s +.PHONY : core/hrtf.s + +# target to generate assembly for a file +core/hrtf.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.s +.PHONY : core/hrtf.cpp.s + +core/logging.o: core/logging.cpp.o +.PHONY : core/logging.o + +# target to build an object file +core/logging.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o +.PHONY : core/logging.cpp.o + +core/logging.i: core/logging.cpp.i +.PHONY : core/logging.i + +# target to preprocess a source file +core/logging.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.i +.PHONY : core/logging.cpp.i + +core/logging.s: core/logging.cpp.s +.PHONY : core/logging.s + +# target to generate assembly for a file +core/logging.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.s +.PHONY : core/logging.cpp.s + +core/mastering.o: core/mastering.cpp.o +.PHONY : core/mastering.o + +# target to build an object file +core/mastering.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o +.PHONY : core/mastering.cpp.o + +core/mastering.i: core/mastering.cpp.i +.PHONY : core/mastering.i + +# target to preprocess a source file +core/mastering.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.i +.PHONY : core/mastering.cpp.i + +core/mastering.s: core/mastering.cpp.s +.PHONY : core/mastering.s + +# target to generate assembly for a file +core/mastering.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.s +.PHONY : core/mastering.cpp.s + +core/mixer.o: core/mixer.cpp.o +.PHONY : core/mixer.o + +# target to build an object file +core/mixer.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o +.PHONY : core/mixer.cpp.o + +core/mixer.i: core/mixer.cpp.i +.PHONY : core/mixer.i + +# target to preprocess a source file +core/mixer.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.i +.PHONY : core/mixer.cpp.i + +core/mixer.s: core/mixer.cpp.s +.PHONY : core/mixer.s + +# target to generate assembly for a file +core/mixer.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.s +.PHONY : core/mixer.cpp.s + +core/mixer/mixer_c.o: core/mixer/mixer_c.cpp.o +.PHONY : core/mixer/mixer_c.o + +# target to build an object file +core/mixer/mixer_c.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o +.PHONY : core/mixer/mixer_c.cpp.o + +core/mixer/mixer_c.i: core/mixer/mixer_c.cpp.i +.PHONY : core/mixer/mixer_c.i + +# target to preprocess a source file +core/mixer/mixer_c.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.i +.PHONY : core/mixer/mixer_c.cpp.i + +core/mixer/mixer_c.s: core/mixer/mixer_c.cpp.s +.PHONY : core/mixer/mixer_c.s + +# target to generate assembly for a file +core/mixer/mixer_c.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.s +.PHONY : core/mixer/mixer_c.cpp.s + +core/mixer/mixer_sse.o: core/mixer/mixer_sse.cpp.o +.PHONY : core/mixer/mixer_sse.o + +# target to build an object file +core/mixer/mixer_sse.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o +.PHONY : core/mixer/mixer_sse.cpp.o + +core/mixer/mixer_sse.i: core/mixer/mixer_sse.cpp.i +.PHONY : core/mixer/mixer_sse.i + +# target to preprocess a source file +core/mixer/mixer_sse.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.i +.PHONY : core/mixer/mixer_sse.cpp.i + +core/mixer/mixer_sse.s: core/mixer/mixer_sse.cpp.s +.PHONY : core/mixer/mixer_sse.s + +# target to generate assembly for a file +core/mixer/mixer_sse.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.s +.PHONY : core/mixer/mixer_sse.cpp.s + +core/mixer/mixer_sse2.o: core/mixer/mixer_sse2.cpp.o +.PHONY : core/mixer/mixer_sse2.o + +# target to build an object file +core/mixer/mixer_sse2.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o +.PHONY : core/mixer/mixer_sse2.cpp.o + +core/mixer/mixer_sse2.i: core/mixer/mixer_sse2.cpp.i +.PHONY : core/mixer/mixer_sse2.i + +# target to preprocess a source file +core/mixer/mixer_sse2.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.i +.PHONY : core/mixer/mixer_sse2.cpp.i + +core/mixer/mixer_sse2.s: core/mixer/mixer_sse2.cpp.s +.PHONY : core/mixer/mixer_sse2.s + +# target to generate assembly for a file +core/mixer/mixer_sse2.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.s +.PHONY : core/mixer/mixer_sse2.cpp.s + +core/mixer/mixer_sse3.o: core/mixer/mixer_sse3.cpp.o +.PHONY : core/mixer/mixer_sse3.o + +# target to build an object file +core/mixer/mixer_sse3.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o +.PHONY : core/mixer/mixer_sse3.cpp.o + +core/mixer/mixer_sse3.i: core/mixer/mixer_sse3.cpp.i +.PHONY : core/mixer/mixer_sse3.i + +# target to preprocess a source file +core/mixer/mixer_sse3.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.i +.PHONY : core/mixer/mixer_sse3.cpp.i + +core/mixer/mixer_sse3.s: core/mixer/mixer_sse3.cpp.s +.PHONY : core/mixer/mixer_sse3.s + +# target to generate assembly for a file +core/mixer/mixer_sse3.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.s +.PHONY : core/mixer/mixer_sse3.cpp.s + +core/mixer/mixer_sse41.o: core/mixer/mixer_sse41.cpp.o +.PHONY : core/mixer/mixer_sse41.o + +# target to build an object file +core/mixer/mixer_sse41.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o +.PHONY : core/mixer/mixer_sse41.cpp.o + +core/mixer/mixer_sse41.i: core/mixer/mixer_sse41.cpp.i +.PHONY : core/mixer/mixer_sse41.i + +# target to preprocess a source file +core/mixer/mixer_sse41.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.i +.PHONY : core/mixer/mixer_sse41.cpp.i + +core/mixer/mixer_sse41.s: core/mixer/mixer_sse41.cpp.s +.PHONY : core/mixer/mixer_sse41.s + +# target to generate assembly for a file +core/mixer/mixer_sse41.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.s +.PHONY : core/mixer/mixer_sse41.cpp.s + +core/rtkit.o: core/rtkit.cpp.o +.PHONY : core/rtkit.o + +# target to build an object file +core/rtkit.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o +.PHONY : core/rtkit.cpp.o + +core/rtkit.i: core/rtkit.cpp.i +.PHONY : core/rtkit.i + +# target to preprocess a source file +core/rtkit.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.i +.PHONY : core/rtkit.cpp.i + +core/rtkit.s: core/rtkit.cpp.s +.PHONY : core/rtkit.s + +# target to generate assembly for a file +core/rtkit.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.s +.PHONY : core/rtkit.cpp.s + +core/uhjfilter.o: core/uhjfilter.cpp.o +.PHONY : core/uhjfilter.o + +# target to build an object file +core/uhjfilter.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o +.PHONY : core/uhjfilter.cpp.o + +core/uhjfilter.i: core/uhjfilter.cpp.i +.PHONY : core/uhjfilter.i + +# target to preprocess a source file +core/uhjfilter.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.i +.PHONY : core/uhjfilter.cpp.i + +core/uhjfilter.s: core/uhjfilter.cpp.s +.PHONY : core/uhjfilter.s + +# target to generate assembly for a file +core/uhjfilter.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.s +.PHONY : core/uhjfilter.cpp.s + +core/uiddefs.o: core/uiddefs.cpp.o +.PHONY : core/uiddefs.o + +# target to build an object file +core/uiddefs.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o +.PHONY : core/uiddefs.cpp.o + +core/uiddefs.i: core/uiddefs.cpp.i +.PHONY : core/uiddefs.i + +# target to preprocess a source file +core/uiddefs.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.i +.PHONY : core/uiddefs.cpp.i + +core/uiddefs.s: core/uiddefs.cpp.s +.PHONY : core/uiddefs.s + +# target to generate assembly for a file +core/uiddefs.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.s +.PHONY : core/uiddefs.cpp.s + +core/voice.o: core/voice.cpp.o +.PHONY : core/voice.o + +# target to build an object file +core/voice.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o +.PHONY : core/voice.cpp.o + +core/voice.i: core/voice.cpp.i +.PHONY : core/voice.i + +# target to preprocess a source file +core/voice.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.i +.PHONY : core/voice.cpp.i + +core/voice.s: core/voice.cpp.s +.PHONY : core/voice.s + +# target to generate assembly for a file +core/voice.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/OpenAL.dir/build.make libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.s +.PHONY : core/voice.cpp.s + +examples/alffplay.o: examples/alffplay.cpp.o +.PHONY : examples/alffplay.o + +# target to build an object file +examples/alffplay.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alffplay.dir/build.make libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o +.PHONY : examples/alffplay.cpp.o + +examples/alffplay.i: examples/alffplay.cpp.i +.PHONY : examples/alffplay.i + +# target to preprocess a source file +examples/alffplay.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alffplay.dir/build.make libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.i +.PHONY : examples/alffplay.cpp.i + +examples/alffplay.s: examples/alffplay.cpp.s +.PHONY : examples/alffplay.s + +# target to generate assembly for a file +examples/alffplay.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alffplay.dir/build.make libraries/openal-soft/CMakeFiles/alffplay.dir/examples/alffplay.cpp.s +.PHONY : examples/alffplay.cpp.s + +examples/alloopback.o: examples/alloopback.c.o +.PHONY : examples/alloopback.o + +# target to build an object file +examples/alloopback.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alloopback.dir/build.make libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.o +.PHONY : examples/alloopback.c.o + +examples/alloopback.i: examples/alloopback.c.i +.PHONY : examples/alloopback.i + +# target to preprocess a source file +examples/alloopback.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alloopback.dir/build.make libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.i +.PHONY : examples/alloopback.c.i + +examples/alloopback.s: examples/alloopback.c.s +.PHONY : examples/alloopback.s + +# target to generate assembly for a file +examples/alloopback.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alloopback.dir/build.make libraries/openal-soft/CMakeFiles/alloopback.dir/examples/alloopback.c.s +.PHONY : examples/alloopback.c.s + +examples/alrecord.o: examples/alrecord.c.o +.PHONY : examples/alrecord.o + +# target to build an object file +examples/alrecord.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alrecord.dir/build.make libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o +.PHONY : examples/alrecord.c.o + +examples/alrecord.i: examples/alrecord.c.i +.PHONY : examples/alrecord.i + +# target to preprocess a source file +examples/alrecord.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alrecord.dir/build.make libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.i +.PHONY : examples/alrecord.c.i + +examples/alrecord.s: examples/alrecord.c.s +.PHONY : examples/alrecord.s + +# target to generate assembly for a file +examples/alrecord.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/alrecord.dir/build.make libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.s +.PHONY : examples/alrecord.c.s + +examples/altonegen.o: examples/altonegen.c.o +.PHONY : examples/altonegen.o + +# target to build an object file +examples/altonegen.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/altonegen.dir/build.make libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o +.PHONY : examples/altonegen.c.o + +examples/altonegen.i: examples/altonegen.c.i +.PHONY : examples/altonegen.i + +# target to preprocess a source file +examples/altonegen.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/altonegen.dir/build.make libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.i +.PHONY : examples/altonegen.c.i + +examples/altonegen.s: examples/altonegen.c.s +.PHONY : examples/altonegen.s + +# target to generate assembly for a file +examples/altonegen.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/altonegen.dir/build.make libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.s +.PHONY : examples/altonegen.c.s + +examples/common/alhelpers.o: examples/common/alhelpers.c.o +.PHONY : examples/common/alhelpers.o + +# target to build an object file +examples/common/alhelpers.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/al-excommon.dir/build.make libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o +.PHONY : examples/common/alhelpers.c.o + +examples/common/alhelpers.i: examples/common/alhelpers.c.i +.PHONY : examples/common/alhelpers.i + +# target to preprocess a source file +examples/common/alhelpers.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/al-excommon.dir/build.make libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.i +.PHONY : examples/common/alhelpers.c.i + +examples/common/alhelpers.s: examples/common/alhelpers.c.s +.PHONY : examples/common/alhelpers.s + +# target to generate assembly for a file +examples/common/alhelpers.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/al-excommon.dir/build.make libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.s +.PHONY : examples/common/alhelpers.c.s + +utils/openal-info.o: utils/openal-info.c.o +.PHONY : utils/openal-info.o + +# target to build an object file +utils/openal-info.c.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/openal-info.dir/build.make libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o +.PHONY : utils/openal-info.c.o + +utils/openal-info.i: utils/openal-info.c.i +.PHONY : utils/openal-info.i + +# target to preprocess a source file +utils/openal-info.c.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/openal-info.dir/build.make libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.i +.PHONY : utils/openal-info.c.i + +utils/openal-info.s: utils/openal-info.c.s +.PHONY : utils/openal-info.s + +# target to generate assembly for a file +utils/openal-info.c.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/CMakeFiles/openal-info.dir/build.make libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.s +.PHONY : utils/openal-info.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... build_version" + @echo "... OpenAL" + @echo "... al-excommon" + @echo "... alcommon" + @echo "... alffplay" + @echo "... alloopback" + @echo "... alrecord" + @echo "... altonegen" + @echo "... openal-info" + @echo "... al/auxeffectslot.o" + @echo "... al/auxeffectslot.i" + @echo "... al/auxeffectslot.s" + @echo "... al/buffer.o" + @echo "... al/buffer.i" + @echo "... al/buffer.s" + @echo "... al/debug.o" + @echo "... al/debug.i" + @echo "... al/debug.s" + @echo "... al/effect.o" + @echo "... al/effect.i" + @echo "... al/effect.s" + @echo "... al/effects/autowah.o" + @echo "... al/effects/autowah.i" + @echo "... al/effects/autowah.s" + @echo "... al/effects/chorus.o" + @echo "... al/effects/chorus.i" + @echo "... al/effects/chorus.s" + @echo "... al/effects/compressor.o" + @echo "... al/effects/compressor.i" + @echo "... al/effects/compressor.s" + @echo "... al/effects/convolution.o" + @echo "... al/effects/convolution.i" + @echo "... al/effects/convolution.s" + @echo "... al/effects/dedicated.o" + @echo "... al/effects/dedicated.i" + @echo "... al/effects/dedicated.s" + @echo "... al/effects/distortion.o" + @echo "... al/effects/distortion.i" + @echo "... al/effects/distortion.s" + @echo "... al/effects/echo.o" + @echo "... al/effects/echo.i" + @echo "... al/effects/echo.s" + @echo "... al/effects/effects.o" + @echo "... al/effects/effects.i" + @echo "... al/effects/effects.s" + @echo "... al/effects/equalizer.o" + @echo "... al/effects/equalizer.i" + @echo "... al/effects/equalizer.s" + @echo "... al/effects/fshifter.o" + @echo "... al/effects/fshifter.i" + @echo "... al/effects/fshifter.s" + @echo "... al/effects/modulator.o" + @echo "... al/effects/modulator.i" + @echo "... al/effects/modulator.s" + @echo "... al/effects/null.o" + @echo "... al/effects/null.i" + @echo "... al/effects/null.s" + @echo "... al/effects/pshifter.o" + @echo "... al/effects/pshifter.i" + @echo "... al/effects/pshifter.s" + @echo "... al/effects/reverb.o" + @echo "... al/effects/reverb.i" + @echo "... al/effects/reverb.s" + @echo "... al/effects/vmorpher.o" + @echo "... al/effects/vmorpher.i" + @echo "... al/effects/vmorpher.s" + @echo "... al/error.o" + @echo "... al/error.i" + @echo "... al/error.s" + @echo "... al/event.o" + @echo "... al/event.i" + @echo "... al/event.s" + @echo "... al/extension.o" + @echo "... al/extension.i" + @echo "... al/extension.s" + @echo "... al/filter.o" + @echo "... al/filter.i" + @echo "... al/filter.s" + @echo "... al/listener.o" + @echo "... al/listener.i" + @echo "... al/listener.s" + @echo "... al/source.o" + @echo "... al/source.i" + @echo "... al/source.s" + @echo "... al/state.o" + @echo "... al/state.i" + @echo "... al/state.s" + @echo "... alc/alc.o" + @echo "... alc/alc.i" + @echo "... alc/alc.s" + @echo "... alc/alconfig.o" + @echo "... alc/alconfig.i" + @echo "... alc/alconfig.s" + @echo "... alc/alu.o" + @echo "... alc/alu.i" + @echo "... alc/alu.s" + @echo "... alc/backends/alsa.o" + @echo "... alc/backends/alsa.i" + @echo "... alc/backends/alsa.s" + @echo "... alc/backends/base.o" + @echo "... alc/backends/base.i" + @echo "... alc/backends/base.s" + @echo "... alc/backends/loopback.o" + @echo "... alc/backends/loopback.i" + @echo "... alc/backends/loopback.s" + @echo "... alc/backends/null.o" + @echo "... alc/backends/null.i" + @echo "... alc/backends/null.s" + @echo "... alc/backends/oss.o" + @echo "... alc/backends/oss.i" + @echo "... alc/backends/oss.s" + @echo "... alc/backends/pipewire.o" + @echo "... alc/backends/pipewire.i" + @echo "... alc/backends/pipewire.s" + @echo "... alc/backends/pulseaudio.o" + @echo "... alc/backends/pulseaudio.i" + @echo "... alc/backends/pulseaudio.s" + @echo "... alc/backends/sndio.o" + @echo "... alc/backends/sndio.i" + @echo "... alc/backends/sndio.s" + @echo "... alc/backends/wave.o" + @echo "... alc/backends/wave.i" + @echo "... alc/backends/wave.s" + @echo "... alc/context.o" + @echo "... alc/context.i" + @echo "... alc/context.s" + @echo "... alc/device.o" + @echo "... alc/device.i" + @echo "... alc/device.s" + @echo "... alc/effects/autowah.o" + @echo "... alc/effects/autowah.i" + @echo "... alc/effects/autowah.s" + @echo "... alc/effects/chorus.o" + @echo "... alc/effects/chorus.i" + @echo "... alc/effects/chorus.s" + @echo "... alc/effects/compressor.o" + @echo "... alc/effects/compressor.i" + @echo "... alc/effects/compressor.s" + @echo "... alc/effects/convolution.o" + @echo "... alc/effects/convolution.i" + @echo "... alc/effects/convolution.s" + @echo "... alc/effects/dedicated.o" + @echo "... alc/effects/dedicated.i" + @echo "... alc/effects/dedicated.s" + @echo "... alc/effects/distortion.o" + @echo "... alc/effects/distortion.i" + @echo "... alc/effects/distortion.s" + @echo "... alc/effects/echo.o" + @echo "... alc/effects/echo.i" + @echo "... alc/effects/echo.s" + @echo "... alc/effects/equalizer.o" + @echo "... alc/effects/equalizer.i" + @echo "... alc/effects/equalizer.s" + @echo "... alc/effects/fshifter.o" + @echo "... alc/effects/fshifter.i" + @echo "... alc/effects/fshifter.s" + @echo "... alc/effects/modulator.o" + @echo "... alc/effects/modulator.i" + @echo "... alc/effects/modulator.s" + @echo "... alc/effects/null.o" + @echo "... alc/effects/null.i" + @echo "... alc/effects/null.s" + @echo "... alc/effects/pshifter.o" + @echo "... alc/effects/pshifter.i" + @echo "... alc/effects/pshifter.s" + @echo "... alc/effects/reverb.o" + @echo "... alc/effects/reverb.i" + @echo "... alc/effects/reverb.s" + @echo "... alc/effects/vmorpher.o" + @echo "... alc/effects/vmorpher.i" + @echo "... alc/effects/vmorpher.s" + @echo "... alc/events.o" + @echo "... alc/events.i" + @echo "... alc/events.s" + @echo "... alc/panning.o" + @echo "... alc/panning.i" + @echo "... alc/panning.s" + @echo "... common/alcomplex.o" + @echo "... common/alcomplex.i" + @echo "... common/alcomplex.s" + @echo "... common/alfstream.o" + @echo "... common/alfstream.i" + @echo "... common/alfstream.s" + @echo "... common/alsem.o" + @echo "... common/alsem.i" + @echo "... common/alsem.s" + @echo "... common/alstring.o" + @echo "... common/alstring.i" + @echo "... common/alstring.s" + @echo "... common/althrd_setname.o" + @echo "... common/althrd_setname.i" + @echo "... common/althrd_setname.s" + @echo "... common/dynload.o" + @echo "... common/dynload.i" + @echo "... common/dynload.s" + @echo "... common/pffft.o" + @echo "... common/pffft.i" + @echo "... common/pffft.s" + @echo "... common/polyphase_resampler.o" + @echo "... common/polyphase_resampler.i" + @echo "... common/polyphase_resampler.s" + @echo "... common/ringbuffer.o" + @echo "... common/ringbuffer.i" + @echo "... common/ringbuffer.s" + @echo "... common/strutils.o" + @echo "... common/strutils.i" + @echo "... common/strutils.s" + @echo "... core/ambdec.o" + @echo "... core/ambdec.i" + @echo "... core/ambdec.s" + @echo "... core/ambidefs.o" + @echo "... core/ambidefs.i" + @echo "... core/ambidefs.s" + @echo "... core/bformatdec.o" + @echo "... core/bformatdec.i" + @echo "... core/bformatdec.s" + @echo "... core/bs2b.o" + @echo "... core/bs2b.i" + @echo "... core/bs2b.s" + @echo "... core/bsinc_tables.o" + @echo "... core/bsinc_tables.i" + @echo "... core/bsinc_tables.s" + @echo "... core/buffer_storage.o" + @echo "... core/buffer_storage.i" + @echo "... core/buffer_storage.s" + @echo "... core/context.o" + @echo "... core/context.i" + @echo "... core/context.s" + @echo "... core/converter.o" + @echo "... core/converter.i" + @echo "... core/converter.s" + @echo "... core/cpu_caps.o" + @echo "... core/cpu_caps.i" + @echo "... core/cpu_caps.s" + @echo "... core/cubic_tables.o" + @echo "... core/cubic_tables.i" + @echo "... core/cubic_tables.s" + @echo "... core/dbus_wrap.o" + @echo "... core/dbus_wrap.i" + @echo "... core/dbus_wrap.s" + @echo "... core/devformat.o" + @echo "... core/devformat.i" + @echo "... core/devformat.s" + @echo "... core/device.o" + @echo "... core/device.i" + @echo "... core/device.s" + @echo "... core/effectslot.o" + @echo "... core/effectslot.i" + @echo "... core/effectslot.s" + @echo "... core/except.o" + @echo "... core/except.i" + @echo "... core/except.s" + @echo "... core/filters/biquad.o" + @echo "... core/filters/biquad.i" + @echo "... core/filters/biquad.s" + @echo "... core/filters/nfc.o" + @echo "... core/filters/nfc.i" + @echo "... core/filters/nfc.s" + @echo "... core/filters/splitter.o" + @echo "... core/filters/splitter.i" + @echo "... core/filters/splitter.s" + @echo "... core/fmt_traits.o" + @echo "... core/fmt_traits.i" + @echo "... core/fmt_traits.s" + @echo "... core/fpu_ctrl.o" + @echo "... core/fpu_ctrl.i" + @echo "... core/fpu_ctrl.s" + @echo "... core/helpers.o" + @echo "... core/helpers.i" + @echo "... core/helpers.s" + @echo "... core/hrtf.o" + @echo "... core/hrtf.i" + @echo "... core/hrtf.s" + @echo "... core/logging.o" + @echo "... core/logging.i" + @echo "... core/logging.s" + @echo "... core/mastering.o" + @echo "... core/mastering.i" + @echo "... core/mastering.s" + @echo "... core/mixer.o" + @echo "... core/mixer.i" + @echo "... core/mixer.s" + @echo "... core/mixer/mixer_c.o" + @echo "... core/mixer/mixer_c.i" + @echo "... core/mixer/mixer_c.s" + @echo "... core/mixer/mixer_sse.o" + @echo "... core/mixer/mixer_sse.i" + @echo "... core/mixer/mixer_sse.s" + @echo "... core/mixer/mixer_sse2.o" + @echo "... core/mixer/mixer_sse2.i" + @echo "... core/mixer/mixer_sse2.s" + @echo "... core/mixer/mixer_sse3.o" + @echo "... core/mixer/mixer_sse3.i" + @echo "... core/mixer/mixer_sse3.s" + @echo "... core/mixer/mixer_sse41.o" + @echo "... core/mixer/mixer_sse41.i" + @echo "... core/mixer/mixer_sse41.s" + @echo "... core/rtkit.o" + @echo "... core/rtkit.i" + @echo "... core/rtkit.s" + @echo "... core/uhjfilter.o" + @echo "... core/uhjfilter.i" + @echo "... core/uhjfilter.s" + @echo "... core/uiddefs.o" + @echo "... core/uiddefs.i" + @echo "... core/uiddefs.s" + @echo "... core/voice.o" + @echo "... core/voice.i" + @echo "... core/voice.s" + @echo "... examples/alffplay.o" + @echo "... examples/alffplay.i" + @echo "... examples/alffplay.s" + @echo "... examples/alloopback.o" + @echo "... examples/alloopback.i" + @echo "... examples/alloopback.s" + @echo "... examples/alrecord.o" + @echo "... examples/alrecord.i" + @echo "... examples/alrecord.s" + @echo "... examples/altonegen.o" + @echo "... examples/altonegen.i" + @echo "... examples/altonegen.s" + @echo "... examples/common/alhelpers.o" + @echo "... examples/common/alhelpers.i" + @echo "... examples/common/alhelpers.s" + @echo "... utils/openal-info.o" + @echo "... utils/openal-info.i" + @echo "... utils/openal-info.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/examples/basic/build/libraries/openal-soft/OpenALConfig.cmake b/examples/basic/build/libraries/openal-soft/OpenALConfig.cmake new file mode 100644 index 0000000..9ac79f9 --- /dev/null +++ b/examples/basic/build/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/examples/basic/build/libraries/openal-soft/OpenALTargets.cmake b/examples/basic/build/libraries/openal-soft/OpenALTargets.cmake new file mode 100644 index 0000000..d82da76 --- /dev/null +++ b/examples/basic/build/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.26) +#---------------------------------------------------------------- +# 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++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/include;/home/brett/Documents/code/c++/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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/examples/basic/build/libraries/openal-soft/alffplay b/examples/basic/build/libraries/openal-soft/alffplay new file mode 100755 index 0000000..b9ad495 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/alffplay differ diff --git a/examples/basic/build/libraries/openal-soft/alloopback b/examples/basic/build/libraries/openal-soft/alloopback new file mode 100755 index 0000000..1fc84a5 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/alloopback differ diff --git a/examples/basic/build/libraries/openal-soft/alrecord b/examples/basic/build/libraries/openal-soft/alrecord new file mode 100755 index 0000000..2ecb585 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/alrecord differ diff --git a/examples/basic/build/libraries/openal-soft/alsoft-config b/examples/basic/build/libraries/openal-soft/alsoft-config new file mode 100755 index 0000000..a4dbdc5 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/alsoft-config differ diff --git a/examples/basic/build/libraries/openal-soft/altonegen b/examples/basic/build/libraries/openal-soft/altonegen new file mode 100755 index 0000000..5805a2b Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/altonegen differ diff --git a/examples/basic/build/libraries/openal-soft/cmake_install.cmake b/examples/basic/build/libraries/openal-soft/cmake_install.cmake new file mode 100644 index 0000000..0d6b35a --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/cmake_install.cmake @@ -0,0 +1,230 @@ +# Install script for directory: /home/brett/Documents/code/c++/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/libopenal.so.1.23.1" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/libopenal.so") +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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/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++/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++/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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/alloopback" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/alloopback") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback" + OLD_RPATH "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/alffplay") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay" + OLD_RPATH "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay") + endif() + endif() +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake") + +endif() + diff --git a/examples/basic/build/libraries/openal-soft/config.h b/examples/basic/build/libraries/openal-soft/config.h new file mode 100644 index 0000000..a0d84a5 --- /dev/null +++ b/examples/basic/build/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 */ +#define 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 */ +#define 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 */ +#define 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/examples/basic/build/libraries/openal-soft/default_hrtf.txt b/examples/basic/build/libraries/openal-soft/default_hrtf.txt new file mode 100644 index 0000000..74cb9f2 --- /dev/null +++ b/examples/basic/build/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/examples/basic/build/libraries/openal-soft/libal-excommon.a b/examples/basic/build/libraries/openal-soft/libal-excommon.a new file mode 100644 index 0000000..44811fb Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/libal-excommon.a differ diff --git a/examples/basic/build/libraries/openal-soft/libalcommon.a b/examples/basic/build/libraries/openal-soft/libalcommon.a new file mode 100644 index 0000000..e924f6e Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/libalcommon.a differ diff --git a/examples/basic/build/libraries/openal-soft/libopenal.so b/examples/basic/build/libraries/openal-soft/libopenal.so new file mode 120000 index 0000000..fe266de --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/libopenal.so @@ -0,0 +1 @@ +libopenal.so.1 \ No newline at end of file diff --git a/examples/basic/build/libraries/openal-soft/libopenal.so.1 b/examples/basic/build/libraries/openal-soft/libopenal.so.1 new file mode 120000 index 0000000..7c9c044 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/libopenal.so.1 @@ -0,0 +1 @@ +libopenal.so.1.23.1 \ No newline at end of file diff --git a/examples/basic/build/libraries/openal-soft/libopenal.so.1.23.1 b/examples/basic/build/libraries/openal-soft/libopenal.so.1.23.1 new file mode 100755 index 0000000..1a06dc2 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/libopenal.so.1.23.1 differ diff --git a/examples/basic/build/libraries/openal-soft/openal-info b/examples/basic/build/libraries/openal-soft/openal-info new file mode 100755 index 0000000..4df19c9 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/openal-info differ diff --git a/examples/basic/build/libraries/openal-soft/openal.pc b/examples/basic/build/libraries/openal-soft/openal.pc new file mode 100644 index 0000000..bd44244 --- /dev/null +++ b/examples/basic/build/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/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/CMakeDirectoryInformation.cmake b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..ee43ade --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/DependInfo.cmake b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/DependInfo.cmake new file mode 100644 index 0000000..35d6266 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/main.cpp" "libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o" "gcc" "libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/mainwindow.cpp" "libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o" "gcc" "libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/moc_mainwindow.cpp" "libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o" "gcc" "libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o.d" + "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/verstr.cpp" "libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o" "gcc" "libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make new file mode 100644 index 0000000..068f54e --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make @@ -0,0 +1,171 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +# Include any dependencies generated for this target. +include libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.make + +# Include the progress variables for this target. +include libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/progress.make + +# Include the compile flags for this target's objects. +include libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make + +libraries/openal-soft/utils/alsoft-config/ui_mainwindow.h: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/mainwindow.ui + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating ui_mainwindow.h" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config && /usr/lib/qt5/bin/uic -o /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/ui_mainwindow.h /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/mainwindow.ui + +libraries/openal-soft/utils/alsoft-config/moc_mainwindow.cpp: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/mainwindow.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating moc_mainwindow.cpp" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config && /usr/lib/qt5/bin/moc @/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/moc_mainwindow.cpp_parameters + +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/main.cpp +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o -MF CMakeFiles/alsoft-config.dir/main.cpp.o.d -o CMakeFiles/alsoft-config.dir/main.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/main.cpp + +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft-config.dir/main.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/main.cpp > CMakeFiles/alsoft-config.dir/main.cpp.i + +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft-config.dir/main.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/main.cpp -o CMakeFiles/alsoft-config.dir/main.cpp.s + +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/mainwindow.cpp +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o -MF CMakeFiles/alsoft-config.dir/mainwindow.cpp.o.d -o CMakeFiles/alsoft-config.dir/mainwindow.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/mainwindow.cpp + +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft-config.dir/mainwindow.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/mainwindow.cpp > CMakeFiles/alsoft-config.dir/mainwindow.cpp.i + +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft-config.dir/mainwindow.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/mainwindow.cpp -o CMakeFiles/alsoft-config.dir/mainwindow.cpp.s + +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/verstr.cpp +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o -MF CMakeFiles/alsoft-config.dir/verstr.cpp.o.d -o CMakeFiles/alsoft-config.dir/verstr.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/verstr.cpp + +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft-config.dir/verstr.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/verstr.cpp > CMakeFiles/alsoft-config.dir/verstr.cpp.i + +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft-config.dir/verstr.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/verstr.cpp -o CMakeFiles/alsoft-config.dir/verstr.cpp.s + +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o: libraries/openal-soft/utils/alsoft-config/moc_mainwindow.cpp +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o -MF CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o.d -o CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o -c /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/moc_mainwindow.cpp + +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.i" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/moc_mainwindow.cpp > CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.i + +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.s" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/moc_mainwindow.cpp -o CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.s + +# Object files for target alsoft-config +alsoft__config_OBJECTS = \ +"CMakeFiles/alsoft-config.dir/main.cpp.o" \ +"CMakeFiles/alsoft-config.dir/mainwindow.cpp.o" \ +"CMakeFiles/alsoft-config.dir/verstr.cpp.o" \ +"CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o" + +# External object files for target alsoft-config +alsoft__config_EXTERNAL_OBJECTS = + +libraries/openal-soft/alsoft-config: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o +libraries/openal-soft/alsoft-config: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o +libraries/openal-soft/alsoft-config: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o +libraries/openal-soft/alsoft-config: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o +libraries/openal-soft/alsoft-config: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make +libraries/openal-soft/alsoft-config: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.15.10 +libraries/openal-soft/alsoft-config: libraries/openal-soft/libalcommon.a +libraries/openal-soft/alsoft-config: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.15.10 +libraries/openal-soft/alsoft-config: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.15.10 +libraries/openal-soft/alsoft-config: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Linking CXX executable ../../alsoft-config" + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alsoft-config.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build: libraries/openal-soft/alsoft-config +.PHONY : libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build + +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config && $(CMAKE_COMMAND) -P CMakeFiles/alsoft-config.dir/cmake_clean.cmake +.PHONY : libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean + +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend: libraries/openal-soft/utils/alsoft-config/moc_mainwindow.cpp +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend: libraries/openal-soft/utils/alsoft-config/ui_mainwindow.h + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend + diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/cmake_clean.cmake b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/cmake_clean.cmake new file mode 100644 index 0000000..f30d906 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/cmake_clean.cmake @@ -0,0 +1,19 @@ +file(REMOVE_RECURSE + "../../alsoft-config" + "../../alsoft-config.pdb" + "CMakeFiles/alsoft-config.dir/main.cpp.o" + "CMakeFiles/alsoft-config.dir/main.cpp.o.d" + "CMakeFiles/alsoft-config.dir/mainwindow.cpp.o" + "CMakeFiles/alsoft-config.dir/mainwindow.cpp.o.d" + "CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o" + "CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o.d" + "CMakeFiles/alsoft-config.dir/verstr.cpp.o" + "CMakeFiles/alsoft-config.dir/verstr.cpp.o.d" + "moc_mainwindow.cpp" + "ui_mainwindow.h" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/alsoft-config.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.make b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.make new file mode 100644 index 0000000..f5869ba --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alsoft-config. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts new file mode 100644 index 0000000..6ccaee9 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alsoft-config. diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend.make b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend.make new file mode 100644 index 0000000..824e0a5 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alsoft-config. +# This may be replaced when dependencies are built. diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make new file mode 100644 index 0000000..6776f6b --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB + +CXX_INCLUDES = -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft -I/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ + +CXX_FLAGS = -O2 -g -D_DEBUG -std=gnu++17 -fvisibility=hidden -fPIC + diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/link.txt b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/link.txt new file mode 100644 index 0000000..53996c5 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -O2 -g -D_DEBUG "CMakeFiles/alsoft-config.dir/main.cpp.o" "CMakeFiles/alsoft-config.dir/mainwindow.cpp.o" "CMakeFiles/alsoft-config.dir/verstr.cpp.o" "CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o" -o ../../alsoft-config /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5.15.10 ../../libalcommon.a /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5.15.10 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.15.10 diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o new file mode 100644 index 0000000..05b79e2 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o.d b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o.d new file mode 100644 index 0000000..dc17faf --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o.d @@ -0,0 +1,319 @@ +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/main.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/mainwindow.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QMainWindow \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmainwindow.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtwidgetsglobal.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qtguiglobal.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h \ + /usr/include/c++/13/cstddef /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/initializer_list /usr/include/assert.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qconfig.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qtcore-config.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsystemdetection.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qprocessordetection.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qcompilerdetection.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qtypeinfo.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsysinfo.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qlogging.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qatomic.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qbasicatomic.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qatomic_cxx11.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qgenericatomic.h \ + /usr/include/c++/13/atomic \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobalstatic.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qnumeric.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qversiontagging.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qtgui-config.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtwidgets-config.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qwindowdefs.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearray.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qrefcount.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qarraydata.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/stdlib.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringliteral.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringalgorithms.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qiterator.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qpair.h \ + /usr/include/c++/13/numeric /usr/include/c++/13/bits/stl_numeric.h \ + /usr/include/c++/13/pstl/glue_numeric_defs.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/array \ + /usr/include/c++/13/compare \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainertools_impl.h \ + /usr/include/c++/13/list /usr/include/c++/13/bits/stl_list.h \ + /usr/include/c++/13/bits/list.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearraylist.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qregexp.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringmatcher.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qscopedpointer.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qvarlengtharray.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainerfwd.h \ + /usr/include/c++/13/map /usr/include/c++/13/bits/stl_tree.h \ + /usr/include/c++/13/bits/stl_map.h \ + /usr/include/c++/13/bits/stl_multimap.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/cstdint \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qmargins.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintdevice.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qrect.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsize.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qpalette.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qcolor.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qrgb.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qrgba64.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qbrush.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qpolygon.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qregion.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatastream.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qiodevice.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qline.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qimage.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixelformat.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer_impl.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qfont.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontinfo.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qcursor.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qkeysequence.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtabwidget.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qicon.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QListWidget \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlistwidget.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlistview.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractscrollarea.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qframe.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractitemmodel.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qmap.h \ + /usr/include/c++/13/variant \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qitemselectionmodel.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qset.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractspinbox.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qvalidator.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qregularexpression.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qslider.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractslider.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyle.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtabbar.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qrubberband.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreevent.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qeventloop.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qguiapplication.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qinputmethod.h diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o new file mode 100644 index 0000000..3ac5ab7 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o.d b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o.d new file mode 100644 index 0000000..5abf3c8 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o.d @@ -0,0 +1,421 @@ +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/mainwindow.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/config.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/mainwindow.h \ + /usr/include/c++/13/memory /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QMainWindow \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmainwindow.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtwidgetsglobal.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qtguiglobal.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h \ + /usr/include/c++/13/cstddef /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/initializer_list /usr/include/assert.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qconfig.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qtcore-config.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsystemdetection.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qprocessordetection.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qcompilerdetection.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qtypeinfo.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsysinfo.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qlogging.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qatomic.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qbasicatomic.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qatomic_cxx11.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qgenericatomic.h \ + /usr/include/c++/13/atomic \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobalstatic.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qnumeric.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qversiontagging.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qtgui-config.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtwidgets-config.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qwindowdefs.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearray.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qrefcount.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qarraydata.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/stdlib.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringliteral.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringalgorithms.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qiterator.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qpair.h \ + /usr/include/c++/13/numeric /usr/include/c++/13/bits/stl_numeric.h \ + /usr/include/c++/13/pstl/glue_numeric_defs.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/array \ + /usr/include/c++/13/compare \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainertools_impl.h \ + /usr/include/c++/13/list /usr/include/c++/13/bits/stl_list.h \ + /usr/include/c++/13/bits/list.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearraylist.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qregexp.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringmatcher.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qscopedpointer.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qvarlengtharray.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainerfwd.h \ + /usr/include/c++/13/map /usr/include/c++/13/bits/stl_tree.h \ + /usr/include/c++/13/bits/stl_map.h \ + /usr/include/c++/13/bits/stl_multimap.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/cstdint \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qmargins.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintdevice.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qrect.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsize.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qpalette.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qcolor.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qrgb.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qrgba64.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qbrush.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qpolygon.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qregion.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatastream.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qiodevice.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qline.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qimage.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixelformat.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer_impl.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qfont.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontinfo.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qcursor.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qkeysequence.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtabwidget.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qicon.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QListWidget \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlistwidget.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlistview.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractscrollarea.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qframe.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractitemmodel.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qmap.h \ + /usr/include/c++/13/variant \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qitemselectionmodel.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qset.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractspinbox.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qvalidator.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qregularexpression.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qslider.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractslider.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyle.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtabbar.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qrubberband.h \ + /usr/include/c++/13/cmath /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/c++/13/bits/specfun.h /usr/include/c++/13/tr1/gamma.tcc \ + /usr/include/c++/13/tr1/special_function_util.h \ + /usr/include/c++/13/tr1/bessel_function.tcc \ + /usr/include/c++/13/tr1/beta_function.tcc \ + /usr/include/c++/13/tr1/ell_integral.tcc \ + /usr/include/c++/13/tr1/exp_integral.tcc \ + /usr/include/c++/13/tr1/hypergeometric.tcc \ + /usr/include/c++/13/tr1/legendre_function.tcc \ + /usr/include/c++/13/tr1/modified_bessel_func.tcc \ + /usr/include/c++/13/tr1/poly_hermite.tcc \ + /usr/include/c++/13/tr1/poly_laguerre.tcc \ + /usr/include/c++/13/tr1/riemann_zeta.tcc /usr/include/c++/13/iostream \ + /usr/include/c++/13/ostream /usr/include/c++/13/ios \ + /usr/include/c++/13/bits/basic_ios.h \ + /usr/include/c++/13/bits/locale_facets.h /usr/include/c++/13/cwctype \ + /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_base.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/ctype_inline.h \ + /usr/include/c++/13/bits/locale_facets.tcc \ + /usr/include/c++/13/bits/basic_ios.tcc \ + /usr/include/c++/13/bits/ostream.tcc /usr/include/c++/13/istream \ + /usr/include/c++/13/bits/istream.tcc \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QFileDialog \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qfiledialog.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qdir.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qfileinfo.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qfile.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qfiledevice.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qurl.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qdialog.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QMessageBox \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmessagebox.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/QCloseEvent \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qevent.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreevent.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qvector2d.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qtouchdevice.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/QSettings \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsettings.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/QtGlobal \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/ui_mainwindow.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/QVariant \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/QIcon \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qicon.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QAction \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qaction.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qactiongroup.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qaction.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qeventloop.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qguiapplication.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qinputmethod.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QCheckBox \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qcheckbox.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QComboBox \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qcombobox.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QDoubleSpinBox \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qspinbox.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QGroupBox \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qgroupbox.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QLabel \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlabel.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QLineEdit \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlineedit.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextcursor.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextformat.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qpen.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qtextoption.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QListWidget \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QMainWindow \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QMenu \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QMenuBar \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenubar.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmenu.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QPushButton \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qpushbutton.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QSlider \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qslider.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QStackedWidget \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstackedwidget.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QTabWidget \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtabwidget.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/verstr.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/QString \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o new file mode 100644 index 0000000..d1e8400 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o.d b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o.d new file mode 100644 index 0000000..4f640c8 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o.d @@ -0,0 +1,312 @@ +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/moc_mainwindow.cpp \ + /usr/include/stdc-predef.h /usr/include/c++/13/memory \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/move.h /usr/include/c++/13/type_traits \ + /usr/include/c++/13/bits/stl_tempbuf.h \ + /usr/include/c++/13/bits/stl_construct.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/utility.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/bits/stl_uninitialized.h \ + /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h \ + /usr/include/c++/13/bits/stl_raw_storage_iter.h \ + /usr/include/c++/13/bits/align.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/unique_ptr.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/shared_ptr.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h /usr/include/c++/13/bits/postypes.h \ + /usr/include/c++/13/cwchar /usr/include/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/c++/13/bits/shared_ptr_base.h /usr/include/c++/13/typeinfo \ + /usr/include/c++/13/bits/allocated_ptr.h \ + /usr/include/c++/13/bits/refwrap.h \ + /usr/include/c++/13/ext/aligned_buffer.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/ext/concurrence.h /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/shared_ptr_atomic.h \ + /usr/include/c++/13/bits/atomic_base.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/c++/13/backward/auto_ptr.h \ + /usr/include/c++/13/pstl/glue_memory_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/../../../../../../../libraries/openal-soft/utils/alsoft-config/mainwindow.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QMainWindow \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qmainwindow.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtwidgetsglobal.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qtguiglobal.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h \ + /usr/include/c++/13/cstddef /usr/include/c++/13/utility \ + /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/initializer_list /usr/include/assert.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qconfig.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qtcore-config.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsystemdetection.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qprocessordetection.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qcompilerdetection.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qtypeinfo.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsysinfo.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qlogging.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qatomic.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qbasicatomic.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qatomic_cxx11.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qgenericatomic.h \ + /usr/include/c++/13/atomic \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobalstatic.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qnumeric.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qversiontagging.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qtgui-config.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtwidgets-config.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qwindowdefs.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearray.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qrefcount.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qarraydata.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/stdlib.h /usr/include/c++/13/string \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/cctype \ + /usr/include/ctype.h /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator_args.h \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringliteral.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringalgorithms.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qiterator.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qhashfunctions.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qpair.h \ + /usr/include/c++/13/numeric /usr/include/c++/13/bits/stl_numeric.h \ + /usr/include/c++/13/pstl/glue_numeric_defs.h \ + /usr/include/c++/13/functional /usr/include/c++/13/bits/std_function.h \ + /usr/include/c++/13/unordered_map \ + /usr/include/c++/13/bits/unordered_map.h \ + /usr/include/c++/13/bits/hashtable.h \ + /usr/include/c++/13/bits/hashtable_policy.h \ + /usr/include/c++/13/bits/enable_special_members.h \ + /usr/include/c++/13/bits/node_handle.h \ + /usr/include/c++/13/bits/erase_if.h /usr/include/c++/13/vector \ + /usr/include/c++/13/bits/stl_vector.h \ + /usr/include/c++/13/bits/stl_bvector.h \ + /usr/include/c++/13/bits/vector.tcc /usr/include/c++/13/array \ + /usr/include/c++/13/compare \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainertools_impl.h \ + /usr/include/c++/13/list /usr/include/c++/13/bits/stl_list.h \ + /usr/include/c++/13/bits/list.tcc \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearraylist.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringlist.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qregexp.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringmatcher.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qscopedpointer.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qvarlengtharray.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainerfwd.h \ + /usr/include/c++/13/map /usr/include/c++/13/bits/stl_tree.h \ + /usr/include/c++/13/bits/stl_map.h \ + /usr/include/c++/13/bits/stl_multimap.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h \ + /usr/include/c++/13/chrono /usr/include/c++/13/bits/chrono.h \ + /usr/include/c++/13/ratio /usr/include/c++/13/cstdint \ + /usr/include/c++/13/limits /usr/include/c++/13/ctime \ + /usr/include/c++/13/bits/parse_numbers.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qmargins.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintdevice.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qrect.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsize.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qpalette.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qcolor.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qrgb.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qrgba64.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qbrush.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qpolygon.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qregion.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatastream.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qiodevice.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qline.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qimage.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixelformat.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer_impl.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qfont.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontinfo.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qsizepolicy.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qcursor.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qkeysequence.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtabwidget.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qicon.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QListWidget \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlistwidget.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qlistview.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractscrollarea.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qframe.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractitemmodel.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qmap.h \ + /usr/include/c++/13/variant \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qitemselectionmodel.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qset.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractspinbox.h \ + /usr/include/x86_64-linux-gnu/qt5/QtGui/qvalidator.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qregularexpression.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qslider.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractslider.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyle.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtabbar.h \ + /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qrubberband.h diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/progress.make b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/progress.make new file mode 100644 index 0000000..0912f2e --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/progress.make @@ -0,0 +1,8 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 67 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 68 +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = 69 +CMAKE_PROGRESS_7 = + diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o new file mode 100644 index 0000000..08abe67 Binary files /dev/null and b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o differ diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o.d b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o.d new file mode 100644 index 0000000..2257df8 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o.d @@ -0,0 +1,188 @@ +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o: \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/verstr.cpp \ + /usr/include/stdc-predef.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/verstr.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/QString \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h \ + /usr/include/c++/13/type_traits \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++config.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/os_defines.h \ + /usr/include/features.h /usr/include/features-time64.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/cpu_defines.h \ + /usr/include/c++/13/pstl/pstl_config.h /usr/include/c++/13/cstddef \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stddef.h \ + /usr/include/c++/13/utility /usr/include/c++/13/bits/stl_relops.h \ + /usr/include/c++/13/bits/stl_pair.h /usr/include/c++/13/bits/move.h \ + /usr/include/c++/13/bits/utility.h /usr/include/c++/13/initializer_list \ + /usr/include/assert.h /usr/include/x86_64-linux-gnu/qt5/QtCore/qconfig.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qtcore-config.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsystemdetection.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qprocessordetection.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qcompilerdetection.h \ + /usr/include/c++/13/algorithm /usr/include/c++/13/bits/stl_algobase.h \ + /usr/include/c++/13/bits/functexcept.h \ + /usr/include/c++/13/bits/exception_defines.h \ + /usr/include/c++/13/bits/cpp_type_traits.h \ + /usr/include/c++/13/ext/type_traits.h \ + /usr/include/c++/13/ext/numeric_traits.h \ + /usr/include/c++/13/bits/stl_iterator_base_types.h \ + /usr/include/c++/13/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/13/bits/concept_check.h \ + /usr/include/c++/13/debug/assertions.h \ + /usr/include/c++/13/bits/stl_iterator.h \ + /usr/include/c++/13/bits/ptr_traits.h /usr/include/c++/13/debug/debug.h \ + /usr/include/c++/13/bits/predefined_ops.h /usr/include/c++/13/bit \ + /usr/include/c++/13/bits/stl_algo.h \ + /usr/include/c++/13/bits/algorithmfwd.h \ + /usr/include/c++/13/bits/stl_heap.h \ + /usr/include/c++/13/bits/uniform_int_dist.h \ + /usr/include/c++/13/bits/stl_tempbuf.h /usr/include/c++/13/new \ + /usr/include/c++/13/bits/exception.h \ + /usr/include/c++/13/bits/stl_construct.h /usr/include/c++/13/cstdlib \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/c++/13/bits/std_abs.h \ + /usr/include/c++/13/pstl/glue_algorithm_defs.h \ + /usr/include/c++/13/pstl/execution_defs.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qtypeinfo.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qsysinfo.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qlogging.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qatomic.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qbasicatomic.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qatomic_cxx11.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qgenericatomic.h \ + /usr/include/c++/13/atomic /usr/include/c++/13/bits/atomic_base.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/include/c++/13/bits/atomic_lockfree_defines.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobalstatic.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qnumeric.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qversiontagging.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qbytearray.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qrefcount.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qarraydata.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/c++/13/stdlib.h \ + /usr/lib/gcc/x86_64-linux-gnu/13/include/stdarg.h \ + /usr/include/c++/13/string /usr/include/c++/13/bits/requires_hosted.h \ + /usr/include/c++/13/bits/stringfwd.h \ + /usr/include/c++/13/bits/memoryfwd.h \ + /usr/include/c++/13/bits/char_traits.h \ + /usr/include/c++/13/bits/postypes.h /usr/include/c++/13/cwchar \ + /usr/include/wchar.h /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/c++/13/bits/allocator.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++allocator.h \ + /usr/include/c++/13/bits/new_allocator.h \ + /usr/include/c++/13/bits/localefwd.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/c++locale.h \ + /usr/include/c++/13/clocale /usr/include/locale.h \ + /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/13/iosfwd \ + /usr/include/c++/13/cctype /usr/include/ctype.h \ + /usr/include/c++/13/bits/ostream_insert.h \ + /usr/include/c++/13/bits/cxxabi_forced.h \ + /usr/include/c++/13/bits/stl_function.h \ + /usr/include/c++/13/backward/binders.h \ + /usr/include/c++/13/bits/refwrap.h /usr/include/c++/13/bits/invoke.h \ + /usr/include/c++/13/bits/range_access.h \ + /usr/include/c++/13/bits/basic_string.h \ + /usr/include/c++/13/ext/alloc_traits.h \ + /usr/include/c++/13/bits/alloc_traits.h /usr/include/c++/13/string_view \ + /usr/include/c++/13/bits/functional_hash.h \ + /usr/include/c++/13/bits/hash_bytes.h \ + /usr/include/c++/13/bits/string_view.tcc \ + /usr/include/c++/13/ext/string_conversions.h /usr/include/c++/13/cstdio \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/c++/13/cerrno \ + /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h /usr/lib/linux/uapi/x86/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/c++/13/bits/charconv.h \ + /usr/include/c++/13/bits/basic_string.tcc \ + /usr/include/c++/13/bits/memory_resource.h \ + /usr/include/c++/13/bits/uses_allocator.h \ + /usr/include/c++/13/bits/uses_allocator_args.h /usr/include/c++/13/tuple \ + /usr/include/c++/13/iterator /usr/include/c++/13/bits/stream_iterator.h \ + /usr/include/c++/13/bits/streambuf_iterator.h \ + /usr/include/c++/13/streambuf /usr/include/c++/13/bits/ios_base.h \ + /usr/include/c++/13/ext/atomicity.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/gthr-default.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \ + /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \ + /usr/include/x86_64-linux-gnu/c++/13/bits/atomic_word.h \ + /usr/include/x86_64-linux-gnu/sys/single_threaded.h \ + /usr/include/c++/13/bits/locale_classes.h \ + /usr/include/c++/13/bits/locale_classes.tcc \ + /usr/include/c++/13/system_error \ + /usr/include/x86_64-linux-gnu/c++/13/bits/error_constants.h \ + /usr/include/c++/13/stdexcept /usr/include/c++/13/exception \ + /usr/include/c++/13/bits/exception_ptr.h \ + /usr/include/c++/13/bits/cxxabi_init_exception.h \ + /usr/include/c++/13/typeinfo /usr/include/c++/13/bits/nested_exception.h \ + /usr/include/c++/13/bits/streambuf.tcc \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringliteral.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringalgorithms.h \ + /usr/include/x86_64-linux-gnu/qt5/QtCore/qstringview.h \ + /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/version.h diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/progress.marks b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/progress.marks new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CMakeFiles/progress.marks @@ -0,0 +1 @@ +9 diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CTestTestfile.cmake b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CTestTestfile.cmake new file mode 100644 index 0000000..33a1ad1 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config +# Build directory: /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/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/examples/basic/build/libraries/openal-soft/utils/alsoft-config/Makefile b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/Makefile new file mode 100644 index 0000000..d6883e5 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/Makefile @@ -0,0 +1,334 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.28 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\" \"headers\" \"pkgconfig\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config//CMakeFiles/progress.marks + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/utils/alsoft-config/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/utils/alsoft-config/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/utils/alsoft-config/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/utils/alsoft-config/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule +.PHONY : libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule + +# Convenience name for target. +alsoft-config: libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule +.PHONY : alsoft-config + +# fast build rule for target. +alsoft-config/fast: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build +.PHONY : alsoft-config/fast + +main.o: main.cpp.o +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.s +.PHONY : main.cpp.s + +mainwindow.o: mainwindow.cpp.o +.PHONY : mainwindow.o + +# target to build an object file +mainwindow.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o +.PHONY : mainwindow.cpp.o + +mainwindow.i: mainwindow.cpp.i +.PHONY : mainwindow.i + +# target to preprocess a source file +mainwindow.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.i +.PHONY : mainwindow.cpp.i + +mainwindow.s: mainwindow.cpp.s +.PHONY : mainwindow.s + +# target to generate assembly for a file +mainwindow.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.s +.PHONY : mainwindow.cpp.s + +moc_mainwindow.o: moc_mainwindow.cpp.o +.PHONY : moc_mainwindow.o + +# target to build an object file +moc_mainwindow.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o +.PHONY : moc_mainwindow.cpp.o + +moc_mainwindow.i: moc_mainwindow.cpp.i +.PHONY : moc_mainwindow.i + +# target to preprocess a source file +moc_mainwindow.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.i +.PHONY : moc_mainwindow.cpp.i + +moc_mainwindow.s: moc_mainwindow.cpp.s +.PHONY : moc_mainwindow.s + +# target to generate assembly for a file +moc_mainwindow.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.s +.PHONY : moc_mainwindow.cpp.s + +verstr.o: verstr.cpp.o +.PHONY : verstr.o + +# target to build an object file +verstr.cpp.o: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o +.PHONY : verstr.cpp.o + +verstr.i: verstr.cpp.i +.PHONY : verstr.i + +# target to preprocess a source file +verstr.cpp.i: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.i +.PHONY : verstr.cpp.i + +verstr.s: verstr.cpp.s +.PHONY : verstr.s + +# target to generate assembly for a file +verstr.cpp.s: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(MAKE) $(MAKESILENT) -f libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make libraries/openal-soft/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.s +.PHONY : verstr.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... alsoft-config" + @echo "... main.o" + @echo "... main.i" + @echo "... main.s" + @echo "... mainwindow.o" + @echo "... mainwindow.i" + @echo "... mainwindow.s" + @echo "... moc_mainwindow.o" + @echo "... moc_mainwindow.i" + @echo "... moc_mainwindow.s" + @echo "... verstr.o" + @echo "... verstr.i" + @echo "... verstr.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake new file mode 100644 index 0000000..4e601d5 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake @@ -0,0 +1,60 @@ +# Install script for directory: /home/brett/Documents/code/c++/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() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/alsoft-config") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config") + endif() + endif() +endif() + diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/moc_mainwindow.cpp b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/moc_mainwindow.cpp new file mode 100644 index 0000000..3596493 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/moc_mainwindow.cpp @@ -0,0 +1,245 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'mainwindow.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.10) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../../../../../libraries/openal-soft/utils/alsoft-config/mainwindow.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'mainwindow.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.10. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_MainWindow_t { + QByteArrayData data[33]; + char stringdata0[586]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_MainWindow_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = { + { +QT_MOC_LITERAL(0, 0, 10), // "MainWindow" +QT_MOC_LITERAL(1, 11, 17), // "cancelCloseAction" +QT_MOC_LITERAL(2, 29, 0), // "" +QT_MOC_LITERAL(3, 30, 17), // "saveCurrentConfig" +QT_MOC_LITERAL(4, 48, 16), // "saveConfigAsFile" +QT_MOC_LITERAL(5, 65, 18), // "loadConfigFromFile" +QT_MOC_LITERAL(6, 84, 13), // "showAboutPage" +QT_MOC_LITERAL(7, 98, 17), // "enableApplyButton" +QT_MOC_LITERAL(8, 116, 20), // "updateResamplerLabel" +QT_MOC_LITERAL(9, 137, 3), // "num" +QT_MOC_LITERAL(10, 141, 20), // "updatePeriodSizeEdit" +QT_MOC_LITERAL(11, 162, 4), // "size" +QT_MOC_LITERAL(12, 167, 22), // "updatePeriodSizeSlider" +QT_MOC_LITERAL(13, 190, 21), // "updatePeriodCountEdit" +QT_MOC_LITERAL(14, 212, 23), // "updatePeriodCountSlider" +QT_MOC_LITERAL(15, 236, 21), // "selectQuadDecoderFile" +QT_MOC_LITERAL(16, 258, 19), // "select51DecoderFile" +QT_MOC_LITERAL(17, 278, 19), // "select61DecoderFile" +QT_MOC_LITERAL(18, 298, 19), // "select71DecoderFile" +QT_MOC_LITERAL(19, 318, 21), // "select3D71DecoderFile" +QT_MOC_LITERAL(20, 340, 24), // "updateJackBufferSizeEdit" +QT_MOC_LITERAL(21, 365, 26), // "updateJackBufferSizeSlider" +QT_MOC_LITERAL(22, 392, 19), // "updateHrtfModeLabel" +QT_MOC_LITERAL(23, 412, 11), // "addHrtfFile" +QT_MOC_LITERAL(24, 424, 14), // "removeHrtfFile" +QT_MOC_LITERAL(25, 439, 22), // "updateHrtfRemoveButton" +QT_MOC_LITERAL(26, 462, 22), // "showEnabledBackendMenu" +QT_MOC_LITERAL(27, 485, 2), // "pt" +QT_MOC_LITERAL(28, 488, 23), // "showDisabledBackendMenu" +QT_MOC_LITERAL(29, 512, 17), // "selectOSSPlayback" +QT_MOC_LITERAL(30, 530, 16), // "selectOSSCapture" +QT_MOC_LITERAL(31, 547, 21), // "selectSolarisPlayback" +QT_MOC_LITERAL(32, 569, 16) // "selectWaveOutput" + + }, + "MainWindow\0cancelCloseAction\0\0" + "saveCurrentConfig\0saveConfigAsFile\0" + "loadConfigFromFile\0showAboutPage\0" + "enableApplyButton\0updateResamplerLabel\0" + "num\0updatePeriodSizeEdit\0size\0" + "updatePeriodSizeSlider\0updatePeriodCountEdit\0" + "updatePeriodCountSlider\0selectQuadDecoderFile\0" + "select51DecoderFile\0select61DecoderFile\0" + "select71DecoderFile\0select3D71DecoderFile\0" + "updateJackBufferSizeEdit\0" + "updateJackBufferSizeSlider\0" + "updateHrtfModeLabel\0addHrtfFile\0" + "removeHrtfFile\0updateHrtfRemoveButton\0" + "showEnabledBackendMenu\0pt\0" + "showDisabledBackendMenu\0selectOSSPlayback\0" + "selectOSSCapture\0selectSolarisPlayback\0" + "selectWaveOutput" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_MainWindow[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 28, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 154, 2, 0x08 /* Private */, + 3, 0, 155, 2, 0x08 /* Private */, + 4, 0, 156, 2, 0x08 /* Private */, + 5, 0, 157, 2, 0x08 /* Private */, + 6, 0, 158, 2, 0x08 /* Private */, + 7, 0, 159, 2, 0x08 /* Private */, + 8, 1, 160, 2, 0x08 /* Private */, + 10, 1, 163, 2, 0x08 /* Private */, + 12, 0, 166, 2, 0x08 /* Private */, + 13, 1, 167, 2, 0x08 /* Private */, + 14, 0, 170, 2, 0x08 /* Private */, + 15, 0, 171, 2, 0x08 /* Private */, + 16, 0, 172, 2, 0x08 /* Private */, + 17, 0, 173, 2, 0x08 /* Private */, + 18, 0, 174, 2, 0x08 /* Private */, + 19, 0, 175, 2, 0x08 /* Private */, + 20, 1, 176, 2, 0x08 /* Private */, + 21, 0, 179, 2, 0x08 /* Private */, + 22, 1, 180, 2, 0x08 /* Private */, + 23, 0, 183, 2, 0x08 /* Private */, + 24, 0, 184, 2, 0x08 /* Private */, + 25, 0, 185, 2, 0x08 /* Private */, + 26, 1, 186, 2, 0x08 /* Private */, + 28, 1, 189, 2, 0x08 /* Private */, + 29, 0, 192, 2, 0x08 /* Private */, + 30, 0, 193, 2, 0x08 /* Private */, + 31, 0, 194, 2, 0x08 /* Private */, + 32, 0, 195, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, QMetaType::Int, 9, + QMetaType::Void, QMetaType::Int, 11, + QMetaType::Void, + QMetaType::Void, QMetaType::Int, 11, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, QMetaType::Int, 11, + QMetaType::Void, + QMetaType::Void, QMetaType::Int, 9, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, QMetaType::QPoint, 27, + QMetaType::Void, QMetaType::QPoint, 27, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + (void)_t; + switch (_id) { + case 0: _t->cancelCloseAction(); break; + case 1: _t->saveCurrentConfig(); break; + case 2: _t->saveConfigAsFile(); break; + case 3: _t->loadConfigFromFile(); break; + case 4: _t->showAboutPage(); break; + case 5: _t->enableApplyButton(); break; + case 6: _t->updateResamplerLabel((*reinterpret_cast< int(*)>(_a[1]))); break; + case 7: _t->updatePeriodSizeEdit((*reinterpret_cast< int(*)>(_a[1]))); break; + case 8: _t->updatePeriodSizeSlider(); break; + case 9: _t->updatePeriodCountEdit((*reinterpret_cast< int(*)>(_a[1]))); break; + case 10: _t->updatePeriodCountSlider(); break; + case 11: _t->selectQuadDecoderFile(); break; + case 12: _t->select51DecoderFile(); break; + case 13: _t->select61DecoderFile(); break; + case 14: _t->select71DecoderFile(); break; + case 15: _t->select3D71DecoderFile(); break; + case 16: _t->updateJackBufferSizeEdit((*reinterpret_cast< int(*)>(_a[1]))); break; + case 17: _t->updateJackBufferSizeSlider(); break; + case 18: _t->updateHrtfModeLabel((*reinterpret_cast< int(*)>(_a[1]))); break; + case 19: _t->addHrtfFile(); break; + case 20: _t->removeHrtfFile(); break; + case 21: _t->updateHrtfRemoveButton(); break; + case 22: _t->showEnabledBackendMenu((*reinterpret_cast< QPoint(*)>(_a[1]))); break; + case 23: _t->showDisabledBackendMenu((*reinterpret_cast< QPoint(*)>(_a[1]))); break; + case 24: _t->selectOSSPlayback(); break; + case 25: _t->selectOSSCapture(); break; + case 26: _t->selectSolarisPlayback(); break; + case 27: _t->selectWaveOutput(); break; + default: ; + } + } +} + +QT_INIT_METAOBJECT const QMetaObject MainWindow::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_MainWindow.data, + qt_meta_data_MainWindow, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *MainWindow::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *MainWindow::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata0)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 28) + qt_static_metacall(this, _c, _id, _a); + _id -= 28; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 28) + *reinterpret_cast(_a[0]) = -1; + _id -= 28; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/moc_mainwindow.cpp_parameters b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/moc_mainwindow.cpp_parameters new file mode 100644 index 0000000..1303f50 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/moc_mainwindow.cpp_parameters @@ -0,0 +1,3 @@ +-o +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/examples/basic/build/libraries/openal-soft/utils/alsoft-config/moc_mainwindow.cpp +/home/brett/Documents/code/c++/Libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/mainwindow.h diff --git a/examples/basic/build/libraries/openal-soft/utils/alsoft-config/ui_mainwindow.h b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/ui_mainwindow.h new file mode 100644 index 0000000..393b9a1 --- /dev/null +++ b/examples/basic/build/libraries/openal-soft/utils/alsoft-config/ui_mainwindow.h @@ -0,0 +1,1335 @@ +/******************************************************************************** +** Form generated from reading UI file 'mainwindow.ui' +** +** Created by: Qt User Interface Compiler version 5.15.10 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_MAINWINDOW_H +#define UI_MAINWINDOW_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_MainWindow +{ +public: + QAction *actionQuit; + QAction *actionSave_As; + QAction *actionLoad; + QAction *actionAbout; + QWidget *centralWidget; + QPushButton *applyButton; + QTabWidget *tabWidget; + QWidget *tab_3; + QComboBox *sampleFormatCombo; + QLabel *label_5; + QLabel *label_6; + QComboBox *channelConfigCombo; + QComboBox *sampleRateCombo; + QLabel *label_7; + QLabel *label_14; + QComboBox *stereoModeCombo; + QGroupBox *groupBox; + QGroupBox *groupBox_3; + QWidget *widget; + QLabel *label_11; + QSlider *periodCountSlider; + QLineEdit *periodCountEdit; + QWidget *widget_2; + QSlider *periodSizeSlider; + QLabel *label_10; + QLineEdit *periodSizeEdit; + QComboBox *stereoEncodingComboBox; + QLabel *label_19; + QLabel *label_30; + QComboBox *ambiFormatComboBox; + QCheckBox *outputLimiterCheckBox; + QCheckBox *outputDitherCheckBox; + QGroupBox *groupBox_4; + QLabel *resamplerLabel; + QSlider *resamplerSlider; + QLabel *label_9; + QLabel *label_15; + QWidget *tab_6; + QCheckBox *decoderHQModeCheckBox; + QCheckBox *decoderDistCompCheckBox; + QGroupBox *groupBox_8; + QLineEdit *decoderQuadLineEdit; + QLabel *label_25; + QPushButton *decoderQuadButton; + QLineEdit *decoder51LineEdit; + QPushButton *decoder51Button; + QLabel *label_26; + QLabel *label_28; + QLineEdit *decoder61LineEdit; + QPushButton *decoder61Button; + QPushButton *decoder71Button; + QLineEdit *decoder71LineEdit; + QLabel *label_29; + QLabel *label_33; + QLineEdit *decoder3D71LineEdit; + QPushButton *decoder3D71Button; + QCheckBox *decoderNFEffectsCheckBox; + QWidget *widget_3; + QLabel *label_27; + QDoubleSpinBox *decoderSpeakerDistSpinBox; + QWidget *tab_5; + QGroupBox *groupBox_2; + QGroupBox *groupBox_6; + QListWidget *hrtfFileList; + QPushButton *hrtfAddButton; + QCheckBox *defaultHrtfPathsCheckBox; + QPushButton *hrtfRemoveButton; + QLabel *label_12; + QComboBox *preferredHrtfComboBox; + QGroupBox *groupBox_9; + QLabel *label_31; + QLabel *label_32; + QSlider *hrtfmodeSlider; + QLabel *hrtfmodeLabel; + QWidget *tab; + QListWidget *backendListWidget; + QStackedWidget *backendStackedWidget; + QWidget *page; + QCheckBox *backendCheckBox; + QListWidget *disabledBackendList; + QListWidget *enabledBackendList; + QLabel *label_2; + QLabel *label; + QWidget *page_1; + QCheckBox *pwireAssumeAudioCheckBox; + QCheckBox *pwireRtMixCheckBox; + QWidget *page_2; + QCheckBox *wasapiResamplerCheckBox; + QWidget *page_8; + QCheckBox *pulseAutospawnCheckBox; + QCheckBox *pulseAllowMovesCheckBox; + QCheckBox *pulseFixRateCheckBox; + QCheckBox *pulseAdjLatencyCheckBox; + QWidget *page_7; + QCheckBox *jackAutospawnCheckBox; + QGroupBox *groupBox_7; + QLineEdit *jackBufferSizeLine; + QSlider *jackBufferSizeSlider; + QCheckBox *jackConnectPortsCheckBox; + QCheckBox *jackRtMixCheckBox; + QWidget *page_3; + QLabel *label_17; + QLineEdit *alsaDefaultDeviceLine; + QLabel *label_18; + QLineEdit *alsaDefaultCaptureLine; + QCheckBox *alsaResamplerCheckBox; + QCheckBox *alsaMmapCheckBox; + QWidget *page_4; + QLabel *label_20; + QLineEdit *ossDefaultDeviceLine; + QLabel *label_21; + QLineEdit *ossDefaultCaptureLine; + QPushButton *ossPlaybackPushButton; + QPushButton *ossCapturePushButton; + QWidget *page_5; + QLineEdit *solarisDefaultDeviceLine; + QLabel *label_22; + QPushButton *solarisPlaybackPushButton; + QWidget *page_6; + QLabel *label_23; + QLineEdit *waveOutputLine; + QLabel *label_24; + QPushButton *waveOutputButton; + QCheckBox *waveBFormatCheckBox; + QWidget *tab_2; + QLineEdit *srcCountLineEdit; + QLabel *label_3; + QLabel *label_4; + QLineEdit *effectSlotLineEdit; + QLabel *label_8; + QLineEdit *srcSendLineEdit; + QGroupBox *cpuExtGroupBox; + QCheckBox *enableSSECheckBox; + QCheckBox *enableSSE2CheckBox; + QCheckBox *enableNeonCheckBox; + QCheckBox *enableSSE41CheckBox; + QCheckBox *enableSSE3CheckBox; + QLabel *cpuExtDisabledLabel; + QWidget *tab_4; + QGroupBox *groupBox_5; + QCheckBox *enableEaxReverbCheck; + QCheckBox *enableStdReverbCheck; + QCheckBox *enableChorusCheck; + QCheckBox *enableDistortionCheck; + QCheckBox *enableEchoCheck; + QCheckBox *enableEqualizerCheck; + QCheckBox *enableFlangerCheck; + QCheckBox *enableModulatorCheck; + QCheckBox *enableDedicatedCheck; + QCheckBox *enableCompressorCheck; + QCheckBox *enablePitchShifterCheck; + QCheckBox *enableFrequencyShifterCheck; + QCheckBox *enableAutowahCheck; + QCheckBox *enableVocalMorpherCheck; + QLabel *label_13; + QComboBox *defaultReverbComboBox; + QCheckBox *enableEaxCheck; + QPushButton *closeCancelButton; + QMenuBar *menuBar; + QMenu *menuFile; + QMenu *menuHelp; + + void setupUi(QMainWindow *MainWindow) + { + if (MainWindow->objectName().isEmpty()) + MainWindow->setObjectName(QString::fromUtf8("MainWindow")); + MainWindow->resize(564, 469); + MainWindow->setMinimumSize(QSize(564, 460)); + QIcon icon; + QString iconThemeName = QString::fromUtf8("preferences-desktop-sound"); + if (QIcon::hasThemeIcon(iconThemeName)) { + icon = QIcon::fromTheme(iconThemeName); + } else { + icon.addFile(QString::fromUtf8("."), QSize(), QIcon::Normal, QIcon::Off); + } + MainWindow->setWindowIcon(icon); + actionQuit = new QAction(MainWindow); + actionQuit->setObjectName(QString::fromUtf8("actionQuit")); + QIcon icon1; + iconThemeName = QString::fromUtf8("application-exit"); + if (QIcon::hasThemeIcon(iconThemeName)) { + icon1 = QIcon::fromTheme(iconThemeName); + } else { + icon1.addFile(QString::fromUtf8("."), QSize(), QIcon::Normal, QIcon::Off); + } + actionQuit->setIcon(icon1); + actionSave_As = new QAction(MainWindow); + actionSave_As->setObjectName(QString::fromUtf8("actionSave_As")); + QIcon icon2; + iconThemeName = QString::fromUtf8("document-save-as"); + if (QIcon::hasThemeIcon(iconThemeName)) { + icon2 = QIcon::fromTheme(iconThemeName); + } else { + icon2.addFile(QString::fromUtf8("."), QSize(), QIcon::Normal, QIcon::Off); + } + actionSave_As->setIcon(icon2); + actionLoad = new QAction(MainWindow); + actionLoad->setObjectName(QString::fromUtf8("actionLoad")); + QIcon icon3; + iconThemeName = QString::fromUtf8("document-open"); + if (QIcon::hasThemeIcon(iconThemeName)) { + icon3 = QIcon::fromTheme(iconThemeName); + } else { + icon3.addFile(QString::fromUtf8("."), QSize(), QIcon::Normal, QIcon::Off); + } + actionLoad->setIcon(icon3); + actionAbout = new QAction(MainWindow); + actionAbout->setObjectName(QString::fromUtf8("actionAbout")); + centralWidget = new QWidget(MainWindow); + centralWidget->setObjectName(QString::fromUtf8("centralWidget")); + applyButton = new QPushButton(centralWidget); + applyButton->setObjectName(QString::fromUtf8("applyButton")); + applyButton->setGeometry(QRect(470, 405, 81, 31)); + QIcon icon4; + iconThemeName = QString::fromUtf8("dialog-ok-apply"); + if (QIcon::hasThemeIcon(iconThemeName)) { + icon4 = QIcon::fromTheme(iconThemeName); + } else { + icon4.addFile(QString::fromUtf8("."), QSize(), QIcon::Normal, QIcon::Off); + } + applyButton->setIcon(icon4); + tabWidget = new QTabWidget(centralWidget); + tabWidget->setObjectName(QString::fromUtf8("tabWidget")); + tabWidget->setGeometry(QRect(10, 0, 541, 401)); + tab_3 = new QWidget(); + tab_3->setObjectName(QString::fromUtf8("tab_3")); + sampleFormatCombo = new QComboBox(tab_3); + sampleFormatCombo->setObjectName(QString::fromUtf8("sampleFormatCombo")); + sampleFormatCombo->setGeometry(QRect(110, 50, 80, 31)); + sampleFormatCombo->setSizeAdjustPolicy(QComboBox::AdjustToContents); + label_5 = new QLabel(tab_3); + label_5->setObjectName(QString::fromUtf8("label_5")); + label_5->setGeometry(QRect(0, 50, 101, 31)); + label_5->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + label_6 = new QLabel(tab_3); + label_6->setObjectName(QString::fromUtf8("label_6")); + label_6->setGeometry(QRect(0, 20, 101, 31)); + label_6->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + channelConfigCombo = new QComboBox(tab_3); + channelConfigCombo->setObjectName(QString::fromUtf8("channelConfigCombo")); + channelConfigCombo->setGeometry(QRect(110, 20, 80, 31)); + channelConfigCombo->setSizeAdjustPolicy(QComboBox::AdjustToContents); + sampleRateCombo = new QComboBox(tab_3); + sampleRateCombo->addItem(QString()); + sampleRateCombo->addItem(QString()); + sampleRateCombo->addItem(QString()); + sampleRateCombo->addItem(QString()); + sampleRateCombo->addItem(QString()); + sampleRateCombo->addItem(QString()); + sampleRateCombo->addItem(QString()); + sampleRateCombo->addItem(QString()); + sampleRateCombo->setObjectName(QString::fromUtf8("sampleRateCombo")); + sampleRateCombo->setGeometry(QRect(380, 20, 100, 31)); + sampleRateCombo->setEditable(true); + sampleRateCombo->setInsertPolicy(QComboBox::NoInsert); + sampleRateCombo->setSizeAdjustPolicy(QComboBox::AdjustToContents); + label_7 = new QLabel(tab_3); + label_7->setObjectName(QString::fromUtf8("label_7")); + label_7->setGeometry(QRect(290, 20, 81, 31)); + label_7->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + label_14 = new QLabel(tab_3); + label_14->setObjectName(QString::fromUtf8("label_14")); + label_14->setGeometry(QRect(290, 50, 81, 31)); + label_14->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + stereoModeCombo = new QComboBox(tab_3); + stereoModeCombo->setObjectName(QString::fromUtf8("stereoModeCombo")); + stereoModeCombo->setGeometry(QRect(380, 50, 101, 31)); + groupBox = new QGroupBox(tab_3); + groupBox->setObjectName(QString::fromUtf8("groupBox")); + groupBox->setGeometry(QRect(-11, 180, 551, 201)); + groupBox->setAlignment(Qt::AlignCenter); + groupBox_3 = new QGroupBox(groupBox); + groupBox_3->setObjectName(QString::fromUtf8("groupBox_3")); + groupBox_3->setGeometry(QRect(20, 30, 511, 81)); + groupBox_3->setAlignment(Qt::AlignCenter); + widget = new QWidget(groupBox_3); + widget->setObjectName(QString::fromUtf8("widget")); + widget->setGeometry(QRect(260, 20, 241, 51)); + label_11 = new QLabel(widget); + label_11->setObjectName(QString::fromUtf8("label_11")); + label_11->setGeometry(QRect(60, 0, 161, 21)); + label_11->setAlignment(Qt::AlignCenter); + periodCountSlider = new QSlider(widget); + periodCountSlider->setObjectName(QString::fromUtf8("periodCountSlider")); + periodCountSlider->setGeometry(QRect(99, 20, 141, 21)); + periodCountSlider->setMinimum(1); + periodCountSlider->setMaximum(16); + periodCountSlider->setSingleStep(1); + periodCountSlider->setPageStep(2); + periodCountSlider->setValue(1); + periodCountSlider->setTracking(true); + periodCountSlider->setOrientation(Qt::Horizontal); + periodCountSlider->setTickPosition(QSlider::TicksBelow); + periodCountSlider->setTickInterval(1); + periodCountEdit = new QLineEdit(widget); + periodCountEdit->setObjectName(QString::fromUtf8("periodCountEdit")); + periodCountEdit->setGeometry(QRect(40, 20, 51, 21)); + widget_2 = new QWidget(groupBox_3); + widget_2->setObjectName(QString::fromUtf8("widget_2")); + widget_2->setGeometry(QRect(10, 20, 241, 51)); + periodSizeSlider = new QSlider(widget_2); + periodSizeSlider->setObjectName(QString::fromUtf8("periodSizeSlider")); + periodSizeSlider->setGeometry(QRect(60, 20, 191, 21)); + periodSizeSlider->setMinimum(63); + periodSizeSlider->setMaximum(8192); + periodSizeSlider->setSingleStep(1); + periodSizeSlider->setPageStep(1024); + periodSizeSlider->setValue(63); + periodSizeSlider->setTracking(true); + periodSizeSlider->setOrientation(Qt::Horizontal); + periodSizeSlider->setTickPosition(QSlider::TicksBelow); + periodSizeSlider->setTickInterval(512); + label_10 = new QLabel(widget_2); + label_10->setObjectName(QString::fromUtf8("label_10")); + label_10->setGeometry(QRect(10, 0, 201, 21)); + label_10->setAlignment(Qt::AlignCenter); + periodSizeEdit = new QLineEdit(widget_2); + periodSizeEdit->setObjectName(QString::fromUtf8("periodSizeEdit")); + periodSizeEdit->setGeometry(QRect(0, 20, 51, 21)); + stereoEncodingComboBox = new QComboBox(groupBox); + stereoEncodingComboBox->setObjectName(QString::fromUtf8("stereoEncodingComboBox")); + stereoEncodingComboBox->setGeometry(QRect(130, 120, 111, 31)); + label_19 = new QLabel(groupBox); + label_19->setObjectName(QString::fromUtf8("label_19")); + label_19->setGeometry(QRect(20, 120, 101, 31)); + label_19->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + label_30 = new QLabel(groupBox); + label_30->setObjectName(QString::fromUtf8("label_30")); + label_30->setGeometry(QRect(260, 120, 121, 31)); + label_30->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + ambiFormatComboBox = new QComboBox(groupBox); + ambiFormatComboBox->setObjectName(QString::fromUtf8("ambiFormatComboBox")); + ambiFormatComboBox->setGeometry(QRect(390, 120, 131, 31)); + outputLimiterCheckBox = new QCheckBox(groupBox); + outputLimiterCheckBox->setObjectName(QString::fromUtf8("outputLimiterCheckBox")); + outputLimiterCheckBox->setGeometry(QRect(30, 160, 231, 20)); + outputLimiterCheckBox->setTristate(true); + outputDitherCheckBox = new QCheckBox(groupBox); + outputDitherCheckBox->setObjectName(QString::fromUtf8("outputDitherCheckBox")); + outputDitherCheckBox->setGeometry(QRect(270, 160, 261, 21)); + outputDitherCheckBox->setTristate(true); + groupBox_4 = new QGroupBox(tab_3); + groupBox_4->setObjectName(QString::fromUtf8("groupBox_4")); + groupBox_4->setGeometry(QRect(60, 90, 421, 81)); + groupBox_4->setAlignment(Qt::AlignCenter); + resamplerLabel = new QLabel(groupBox_4); + resamplerLabel->setObjectName(QString::fromUtf8("resamplerLabel")); + resamplerLabel->setGeometry(QRect(50, 50, 321, 21)); + resamplerLabel->setAlignment(Qt::AlignCenter); + resamplerSlider = new QSlider(groupBox_4); + resamplerSlider->setObjectName(QString::fromUtf8("resamplerSlider")); + resamplerSlider->setGeometry(QRect(80, 30, 251, 23)); + resamplerSlider->setOrientation(Qt::Horizontal); + label_9 = new QLabel(groupBox_4); + label_9->setObjectName(QString::fromUtf8("label_9")); + label_9->setGeometry(QRect(20, 30, 51, 21)); + label_9->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + label_15 = new QLabel(groupBox_4); + label_15->setObjectName(QString::fromUtf8("label_15")); + label_15->setGeometry(QRect(340, 30, 51, 21)); + tabWidget->addTab(tab_3, QString()); + tab_6 = new QWidget(); + tab_6->setObjectName(QString::fromUtf8("tab_6")); + decoderHQModeCheckBox = new QCheckBox(tab_6); + decoderHQModeCheckBox->setObjectName(QString::fromUtf8("decoderHQModeCheckBox")); + decoderHQModeCheckBox->setGeometry(QRect(30, 20, 181, 21)); + decoderHQModeCheckBox->setLayoutDirection(Qt::RightToLeft); + decoderHQModeCheckBox->setTristate(true); + decoderDistCompCheckBox = new QCheckBox(tab_6); + decoderDistCompCheckBox->setObjectName(QString::fromUtf8("decoderDistCompCheckBox")); + decoderDistCompCheckBox->setGeometry(QRect(30, 50, 181, 21)); + decoderDistCompCheckBox->setLayoutDirection(Qt::RightToLeft); + decoderDistCompCheckBox->setTristate(true); + groupBox_8 = new QGroupBox(tab_6); + groupBox_8->setObjectName(QString::fromUtf8("groupBox_8")); + groupBox_8->setGeometry(QRect(-10, 140, 551, 231)); + groupBox_8->setAlignment(Qt::AlignCenter); + decoderQuadLineEdit = new QLineEdit(groupBox_8); + decoderQuadLineEdit->setObjectName(QString::fromUtf8("decoderQuadLineEdit")); + decoderQuadLineEdit->setGeometry(QRect(130, 30, 301, 25)); + label_25 = new QLabel(groupBox_8); + label_25->setObjectName(QString::fromUtf8("label_25")); + label_25->setGeometry(QRect(20, 30, 101, 25)); + label_25->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + decoderQuadButton = new QPushButton(groupBox_8); + decoderQuadButton->setObjectName(QString::fromUtf8("decoderQuadButton")); + decoderQuadButton->setGeometry(QRect(440, 30, 91, 25)); + decoder51LineEdit = new QLineEdit(groupBox_8); + decoder51LineEdit->setObjectName(QString::fromUtf8("decoder51LineEdit")); + decoder51LineEdit->setGeometry(QRect(130, 70, 301, 25)); + decoder51Button = new QPushButton(groupBox_8); + decoder51Button->setObjectName(QString::fromUtf8("decoder51Button")); + decoder51Button->setGeometry(QRect(440, 70, 91, 25)); + label_26 = new QLabel(groupBox_8); + label_26->setObjectName(QString::fromUtf8("label_26")); + label_26->setGeometry(QRect(20, 70, 101, 25)); + label_26->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + label_28 = new QLabel(groupBox_8); + label_28->setObjectName(QString::fromUtf8("label_28")); + label_28->setGeometry(QRect(20, 110, 101, 25)); + label_28->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + decoder61LineEdit = new QLineEdit(groupBox_8); + decoder61LineEdit->setObjectName(QString::fromUtf8("decoder61LineEdit")); + decoder61LineEdit->setGeometry(QRect(130, 110, 301, 25)); + decoder61Button = new QPushButton(groupBox_8); + decoder61Button->setObjectName(QString::fromUtf8("decoder61Button")); + decoder61Button->setGeometry(QRect(440, 110, 91, 25)); + decoder71Button = new QPushButton(groupBox_8); + decoder71Button->setObjectName(QString::fromUtf8("decoder71Button")); + decoder71Button->setGeometry(QRect(440, 150, 91, 25)); + decoder71LineEdit = new QLineEdit(groupBox_8); + decoder71LineEdit->setObjectName(QString::fromUtf8("decoder71LineEdit")); + decoder71LineEdit->setGeometry(QRect(130, 150, 301, 25)); + label_29 = new QLabel(groupBox_8); + label_29->setObjectName(QString::fromUtf8("label_29")); + label_29->setGeometry(QRect(20, 150, 101, 25)); + label_29->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + label_33 = new QLabel(groupBox_8); + label_33->setObjectName(QString::fromUtf8("label_33")); + label_33->setGeometry(QRect(20, 190, 101, 25)); + label_33->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + decoder3D71LineEdit = new QLineEdit(groupBox_8); + decoder3D71LineEdit->setObjectName(QString::fromUtf8("decoder3D71LineEdit")); + decoder3D71LineEdit->setGeometry(QRect(130, 190, 301, 25)); + decoder3D71Button = new QPushButton(groupBox_8); + decoder3D71Button->setObjectName(QString::fromUtf8("decoder3D71Button")); + decoder3D71Button->setGeometry(QRect(440, 190, 91, 25)); + decoderNFEffectsCheckBox = new QCheckBox(tab_6); + decoderNFEffectsCheckBox->setObjectName(QString::fromUtf8("decoderNFEffectsCheckBox")); + decoderNFEffectsCheckBox->setGeometry(QRect(30, 80, 181, 21)); + decoderNFEffectsCheckBox->setLayoutDirection(Qt::RightToLeft); + decoderNFEffectsCheckBox->setTristate(true); + widget_3 = new QWidget(tab_6); + widget_3->setObjectName(QString::fromUtf8("widget_3")); + widget_3->setGeometry(QRect(30, 110, 471, 21)); + label_27 = new QLabel(widget_3); + label_27->setObjectName(QString::fromUtf8("label_27")); + label_27->setGeometry(QRect(45, 0, 111, 21)); + label_27->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + decoderSpeakerDistSpinBox = new QDoubleSpinBox(widget_3); + decoderSpeakerDistSpinBox->setObjectName(QString::fromUtf8("decoderSpeakerDistSpinBox")); + decoderSpeakerDistSpinBox->setGeometry(QRect(165, 0, 101, 21)); + decoderSpeakerDistSpinBox->setDecimals(2); + decoderSpeakerDistSpinBox->setMinimum(0.100000000000000); + decoderSpeakerDistSpinBox->setMaximum(10.000000000000000); + decoderSpeakerDistSpinBox->setSingleStep(0.010000000000000); + decoderSpeakerDistSpinBox->setValue(1.000000000000000); + tabWidget->addTab(tab_6, QString()); + tab_5 = new QWidget(); + tab_5->setObjectName(QString::fromUtf8("tab_5")); + groupBox_2 = new QGroupBox(tab_5); + groupBox_2->setObjectName(QString::fromUtf8("groupBox_2")); + groupBox_2->setGeometry(QRect(-10, 200, 551, 181)); + groupBox_2->setAlignment(Qt::AlignCenter); + groupBox_2->setCheckable(false); + groupBox_2->setChecked(false); + groupBox_6 = new QGroupBox(groupBox_2); + groupBox_6->setObjectName(QString::fromUtf8("groupBox_6")); + groupBox_6->setGeometry(QRect(20, 30, 511, 141)); + groupBox_6->setAlignment(Qt::AlignCenter); + hrtfFileList = new QListWidget(groupBox_6); + hrtfFileList->setObjectName(QString::fromUtf8("hrtfFileList")); + hrtfFileList->setGeometry(QRect(20, 20, 391, 81)); + hrtfFileList->setDragDropMode(QAbstractItemView::InternalMove); + hrtfFileList->setAlternatingRowColors(true); + hrtfFileList->setSelectionMode(QAbstractItemView::ExtendedSelection); + hrtfFileList->setTextElideMode(Qt::ElideNone); + hrtfAddButton = new QPushButton(groupBox_6); + hrtfAddButton->setObjectName(QString::fromUtf8("hrtfAddButton")); + hrtfAddButton->setGeometry(QRect(420, 20, 81, 21)); + QIcon icon5; + iconThemeName = QString::fromUtf8("list-add"); + if (QIcon::hasThemeIcon(iconThemeName)) { + icon5 = QIcon::fromTheme(iconThemeName); + } else { + icon5.addFile(QString::fromUtf8("."), QSize(), QIcon::Normal, QIcon::Off); + } + hrtfAddButton->setIcon(icon5); + hrtfAddButton->setFlat(false); + defaultHrtfPathsCheckBox = new QCheckBox(groupBox_6); + defaultHrtfPathsCheckBox->setObjectName(QString::fromUtf8("defaultHrtfPathsCheckBox")); + defaultHrtfPathsCheckBox->setGeometry(QRect(180, 110, 151, 21)); + defaultHrtfPathsCheckBox->setChecked(true); + hrtfRemoveButton = new QPushButton(groupBox_6); + hrtfRemoveButton->setObjectName(QString::fromUtf8("hrtfRemoveButton")); + hrtfRemoveButton->setGeometry(QRect(420, 50, 81, 21)); + QIcon icon6; + iconThemeName = QString::fromUtf8("list-remove"); + if (QIcon::hasThemeIcon(iconThemeName)) { + icon6 = QIcon::fromTheme(iconThemeName); + } else { + icon6.addFile(QString::fromUtf8("."), QSize(), QIcon::Normal, QIcon::Off); + } + hrtfRemoveButton->setIcon(icon6); + label_12 = new QLabel(tab_5); + label_12->setObjectName(QString::fromUtf8("label_12")); + label_12->setGeometry(QRect(30, 20, 91, 31)); + label_12->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + preferredHrtfComboBox = new QComboBox(tab_5); + preferredHrtfComboBox->setObjectName(QString::fromUtf8("preferredHrtfComboBox")); + preferredHrtfComboBox->setGeometry(QRect(130, 20, 161, 31)); + groupBox_9 = new QGroupBox(tab_5); + groupBox_9->setObjectName(QString::fromUtf8("groupBox_9")); + groupBox_9->setGeometry(QRect(50, 100, 441, 81)); + label_31 = new QLabel(groupBox_9); + label_31->setObjectName(QString::fromUtf8("label_31")); + label_31->setGeometry(QRect(20, 30, 51, 21)); + label_31->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + label_32 = new QLabel(groupBox_9); + label_32->setObjectName(QString::fromUtf8("label_32")); + label_32->setGeometry(QRect(340, 30, 51, 21)); + hrtfmodeSlider = new QSlider(groupBox_9); + hrtfmodeSlider->setObjectName(QString::fromUtf8("hrtfmodeSlider")); + hrtfmodeSlider->setGeometry(QRect(80, 30, 251, 21)); + hrtfmodeSlider->setOrientation(Qt::Horizontal); + hrtfmodeLabel = new QLabel(groupBox_9); + hrtfmodeLabel->setObjectName(QString::fromUtf8("hrtfmodeLabel")); + hrtfmodeLabel->setGeometry(QRect(50, 50, 321, 21)); + hrtfmodeLabel->setAlignment(Qt::AlignCenter); + tabWidget->addTab(tab_5, QString()); + tab = new QWidget(); + tab->setObjectName(QString::fromUtf8("tab")); + backendListWidget = new QListWidget(tab); + new QListWidgetItem(backendListWidget); + new QListWidgetItem(backendListWidget); + new QListWidgetItem(backendListWidget); + new QListWidgetItem(backendListWidget); + new QListWidgetItem(backendListWidget); + new QListWidgetItem(backendListWidget); + new QListWidgetItem(backendListWidget); + new QListWidgetItem(backendListWidget); + new QListWidgetItem(backendListWidget); + backendListWidget->setObjectName(QString::fromUtf8("backendListWidget")); + backendListWidget->setGeometry(QRect(0, 11, 111, 361)); + backendListWidget->setAlternatingRowColors(true); + backendStackedWidget = new QStackedWidget(tab); + backendStackedWidget->setObjectName(QString::fromUtf8("backendStackedWidget")); + backendStackedWidget->setGeometry(QRect(110, 10, 421, 361)); + page = new QWidget(); + page->setObjectName(QString::fromUtf8("page")); + backendCheckBox = new QCheckBox(page); + backendCheckBox->setObjectName(QString::fromUtf8("backendCheckBox")); + backendCheckBox->setGeometry(QRect(20, 190, 391, 21)); + backendCheckBox->setChecked(true); + disabledBackendList = new QListWidget(page); + disabledBackendList->setObjectName(QString::fromUtf8("disabledBackendList")); + disabledBackendList->setGeometry(QRect(220, 30, 191, 151)); + enabledBackendList = new QListWidget(page); + enabledBackendList->setObjectName(QString::fromUtf8("enabledBackendList")); + enabledBackendList->setGeometry(QRect(20, 30, 191, 151)); + enabledBackendList->setDragDropMode(QAbstractItemView::InternalMove); + label_2 = new QLabel(page); + label_2->setObjectName(QString::fromUtf8("label_2")); + label_2->setGeometry(QRect(230, 10, 171, 20)); + label = new QLabel(page); + label->setObjectName(QString::fromUtf8("label")); + label->setGeometry(QRect(30, 10, 171, 20)); + backendStackedWidget->addWidget(page); + page_1 = new QWidget(); + page_1->setObjectName(QString::fromUtf8("page_1")); + pwireAssumeAudioCheckBox = new QCheckBox(page_1); + pwireAssumeAudioCheckBox->setObjectName(QString::fromUtf8("pwireAssumeAudioCheckBox")); + pwireAssumeAudioCheckBox->setGeometry(QRect(20, 10, 161, 21)); + pwireAssumeAudioCheckBox->setTristate(true); + pwireRtMixCheckBox = new QCheckBox(page_1); + pwireRtMixCheckBox->setObjectName(QString::fromUtf8("pwireRtMixCheckBox")); + pwireRtMixCheckBox->setGeometry(QRect(20, 40, 161, 21)); + pwireRtMixCheckBox->setTristate(true); + backendStackedWidget->addWidget(page_1); + page_2 = new QWidget(); + page_2->setObjectName(QString::fromUtf8("page_2")); + wasapiResamplerCheckBox = new QCheckBox(page_2); + wasapiResamplerCheckBox->setObjectName(QString::fromUtf8("wasapiResamplerCheckBox")); + wasapiResamplerCheckBox->setGeometry(QRect(20, 10, 191, 21)); + wasapiResamplerCheckBox->setTristate(true); + backendStackedWidget->addWidget(page_2); + page_8 = new QWidget(); + page_8->setObjectName(QString::fromUtf8("page_8")); + pulseAutospawnCheckBox = new QCheckBox(page_8); + pulseAutospawnCheckBox->setObjectName(QString::fromUtf8("pulseAutospawnCheckBox")); + pulseAutospawnCheckBox->setGeometry(QRect(20, 10, 141, 21)); + pulseAutospawnCheckBox->setTristate(true); + pulseAllowMovesCheckBox = new QCheckBox(page_8); + pulseAllowMovesCheckBox->setObjectName(QString::fromUtf8("pulseAllowMovesCheckBox")); + pulseAllowMovesCheckBox->setGeometry(QRect(20, 40, 161, 21)); + pulseAllowMovesCheckBox->setTristate(true); + pulseFixRateCheckBox = new QCheckBox(page_8); + pulseFixRateCheckBox->setObjectName(QString::fromUtf8("pulseFixRateCheckBox")); + pulseFixRateCheckBox->setGeometry(QRect(20, 70, 121, 21)); + pulseFixRateCheckBox->setTristate(true); + pulseAdjLatencyCheckBox = new QCheckBox(page_8); + pulseAdjLatencyCheckBox->setObjectName(QString::fromUtf8("pulseAdjLatencyCheckBox")); + pulseAdjLatencyCheckBox->setGeometry(QRect(20, 100, 111, 21)); + pulseAdjLatencyCheckBox->setTristate(true); + backendStackedWidget->addWidget(page_8); + page_7 = new QWidget(); + page_7->setObjectName(QString::fromUtf8("page_7")); + jackAutospawnCheckBox = new QCheckBox(page_7); + jackAutospawnCheckBox->setObjectName(QString::fromUtf8("jackAutospawnCheckBox")); + jackAutospawnCheckBox->setGeometry(QRect(20, 10, 141, 21)); + jackAutospawnCheckBox->setTristate(true); + groupBox_7 = new QGroupBox(page_7); + groupBox_7->setObjectName(QString::fromUtf8("groupBox_7")); + groupBox_7->setGeometry(QRect(10, 110, 401, 80)); + groupBox_7->setAlignment(Qt::AlignCenter); + jackBufferSizeLine = new QLineEdit(groupBox_7); + jackBufferSizeLine->setObjectName(QString::fromUtf8("jackBufferSizeLine")); + jackBufferSizeLine->setGeometry(QRect(320, 30, 71, 21)); + jackBufferSizeSlider = new QSlider(groupBox_7); + jackBufferSizeSlider->setObjectName(QString::fromUtf8("jackBufferSizeSlider")); + jackBufferSizeSlider->setGeometry(QRect(10, 30, 301, 21)); + jackBufferSizeSlider->setMaximum(13); + jackBufferSizeSlider->setSingleStep(1); + jackBufferSizeSlider->setPageStep(4); + jackBufferSizeSlider->setOrientation(Qt::Horizontal); + jackBufferSizeSlider->setTickPosition(QSlider::TicksBelow); + jackBufferSizeSlider->setTickInterval(1); + jackConnectPortsCheckBox = new QCheckBox(page_7); + jackConnectPortsCheckBox->setObjectName(QString::fromUtf8("jackConnectPortsCheckBox")); + jackConnectPortsCheckBox->setGeometry(QRect(20, 40, 141, 21)); + jackConnectPortsCheckBox->setTristate(true); + jackRtMixCheckBox = new QCheckBox(page_7); + jackRtMixCheckBox->setObjectName(QString::fromUtf8("jackRtMixCheckBox")); + jackRtMixCheckBox->setGeometry(QRect(20, 70, 141, 21)); + jackRtMixCheckBox->setTristate(true); + backendStackedWidget->addWidget(page_7); + page_3 = new QWidget(); + page_3->setObjectName(QString::fromUtf8("page_3")); + label_17 = new QLabel(page_3); + label_17->setObjectName(QString::fromUtf8("label_17")); + label_17->setGeometry(QRect(10, 30, 141, 21)); + label_17->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + alsaDefaultDeviceLine = new QLineEdit(page_3); + alsaDefaultDeviceLine->setObjectName(QString::fromUtf8("alsaDefaultDeviceLine")); + alsaDefaultDeviceLine->setGeometry(QRect(160, 30, 231, 21)); + label_18 = new QLabel(page_3); + label_18->setObjectName(QString::fromUtf8("label_18")); + label_18->setGeometry(QRect(10, 60, 141, 21)); + label_18->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + alsaDefaultCaptureLine = new QLineEdit(page_3); + alsaDefaultCaptureLine->setObjectName(QString::fromUtf8("alsaDefaultCaptureLine")); + alsaDefaultCaptureLine->setGeometry(QRect(160, 60, 231, 21)); + alsaResamplerCheckBox = new QCheckBox(page_3); + alsaResamplerCheckBox->setObjectName(QString::fromUtf8("alsaResamplerCheckBox")); + alsaResamplerCheckBox->setGeometry(QRect(20, 100, 191, 21)); + alsaResamplerCheckBox->setTristate(true); + alsaMmapCheckBox = new QCheckBox(page_3); + alsaMmapCheckBox->setObjectName(QString::fromUtf8("alsaMmapCheckBox")); + alsaMmapCheckBox->setGeometry(QRect(210, 100, 191, 21)); + alsaMmapCheckBox->setTristate(true); + backendStackedWidget->addWidget(page_3); + page_4 = new QWidget(); + page_4->setObjectName(QString::fromUtf8("page_4")); + label_20 = new QLabel(page_4); + label_20->setObjectName(QString::fromUtf8("label_20")); + label_20->setGeometry(QRect(10, 30, 141, 21)); + label_20->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + ossDefaultDeviceLine = new QLineEdit(page_4); + ossDefaultDeviceLine->setObjectName(QString::fromUtf8("ossDefaultDeviceLine")); + ossDefaultDeviceLine->setGeometry(QRect(160, 30, 151, 21)); + label_21 = new QLabel(page_4); + label_21->setObjectName(QString::fromUtf8("label_21")); + label_21->setGeometry(QRect(10, 60, 141, 21)); + label_21->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + ossDefaultCaptureLine = new QLineEdit(page_4); + ossDefaultCaptureLine->setObjectName(QString::fromUtf8("ossDefaultCaptureLine")); + ossDefaultCaptureLine->setGeometry(QRect(160, 60, 151, 21)); + ossPlaybackPushButton = new QPushButton(page_4); + ossPlaybackPushButton->setObjectName(QString::fromUtf8("ossPlaybackPushButton")); + ossPlaybackPushButton->setGeometry(QRect(320, 30, 91, 21)); + ossCapturePushButton = new QPushButton(page_4); + ossCapturePushButton->setObjectName(QString::fromUtf8("ossCapturePushButton")); + ossCapturePushButton->setGeometry(QRect(320, 60, 91, 21)); + backendStackedWidget->addWidget(page_4); + page_5 = new QWidget(); + page_5->setObjectName(QString::fromUtf8("page_5")); + solarisDefaultDeviceLine = new QLineEdit(page_5); + solarisDefaultDeviceLine->setObjectName(QString::fromUtf8("solarisDefaultDeviceLine")); + solarisDefaultDeviceLine->setGeometry(QRect(160, 30, 151, 21)); + label_22 = new QLabel(page_5); + label_22->setObjectName(QString::fromUtf8("label_22")); + label_22->setGeometry(QRect(10, 30, 141, 21)); + label_22->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + solarisPlaybackPushButton = new QPushButton(page_5); + solarisPlaybackPushButton->setObjectName(QString::fromUtf8("solarisPlaybackPushButton")); + solarisPlaybackPushButton->setGeometry(QRect(320, 30, 91, 21)); + backendStackedWidget->addWidget(page_5); + page_6 = new QWidget(); + page_6->setObjectName(QString::fromUtf8("page_6")); + label_23 = new QLabel(page_6); + label_23->setObjectName(QString::fromUtf8("label_23")); + label_23->setGeometry(QRect(10, 30, 71, 21)); + label_23->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + waveOutputLine = new QLineEdit(page_6); + waveOutputLine->setObjectName(QString::fromUtf8("waveOutputLine")); + waveOutputLine->setGeometry(QRect(90, 30, 221, 21)); + label_24 = new QLabel(page_6); + label_24->setObjectName(QString::fromUtf8("label_24")); + label_24->setGeometry(QRect(0, 90, 421, 71)); + waveOutputButton = new QPushButton(page_6); + waveOutputButton->setObjectName(QString::fromUtf8("waveOutputButton")); + waveOutputButton->setGeometry(QRect(320, 30, 91, 21)); + waveBFormatCheckBox = new QCheckBox(page_6); + waveBFormatCheckBox->setObjectName(QString::fromUtf8("waveBFormatCheckBox")); + waveBFormatCheckBox->setGeometry(QRect(120, 60, 191, 21)); + backendStackedWidget->addWidget(page_6); + tabWidget->addTab(tab, QString()); + tab_2 = new QWidget(); + tab_2->setObjectName(QString::fromUtf8("tab_2")); + srcCountLineEdit = new QLineEdit(tab_2); + srcCountLineEdit->setObjectName(QString::fromUtf8("srcCountLineEdit")); + srcCountLineEdit->setGeometry(QRect(190, 20, 51, 21)); + srcCountLineEdit->setMaxLength(4); + label_3 = new QLabel(tab_2); + label_3->setObjectName(QString::fromUtf8("label_3")); + label_3->setGeometry(QRect(10, 20, 171, 21)); + label_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + label_4 = new QLabel(tab_2); + label_4->setObjectName(QString::fromUtf8("label_4")); + label_4->setGeometry(QRect(10, 50, 171, 21)); + label_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + effectSlotLineEdit = new QLineEdit(tab_2); + effectSlotLineEdit->setObjectName(QString::fromUtf8("effectSlotLineEdit")); + effectSlotLineEdit->setGeometry(QRect(190, 50, 51, 21)); + effectSlotLineEdit->setMaxLength(3); + label_8 = new QLabel(tab_2); + label_8->setObjectName(QString::fromUtf8("label_8")); + label_8->setGeometry(QRect(10, 80, 171, 21)); + label_8->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + srcSendLineEdit = new QLineEdit(tab_2); + srcSendLineEdit->setObjectName(QString::fromUtf8("srcSendLineEdit")); + srcSendLineEdit->setGeometry(QRect(190, 80, 51, 21)); + srcSendLineEdit->setMaxLength(2); + cpuExtGroupBox = new QGroupBox(tab_2); + cpuExtGroupBox->setObjectName(QString::fromUtf8("cpuExtGroupBox")); + cpuExtGroupBox->setGeometry(QRect(10, 120, 511, 121)); + enableSSECheckBox = new QCheckBox(cpuExtGroupBox); + enableSSECheckBox->setObjectName(QString::fromUtf8("enableSSECheckBox")); + enableSSECheckBox->setGeometry(QRect(100, 20, 71, 31)); + enableSSECheckBox->setChecked(true); + enableSSE2CheckBox = new QCheckBox(cpuExtGroupBox); + enableSSE2CheckBox->setObjectName(QString::fromUtf8("enableSSE2CheckBox")); + enableSSE2CheckBox->setGeometry(QRect(180, 20, 71, 31)); + enableSSE2CheckBox->setChecked(true); + enableNeonCheckBox = new QCheckBox(cpuExtGroupBox); + enableNeonCheckBox->setObjectName(QString::fromUtf8("enableNeonCheckBox")); + enableNeonCheckBox->setGeometry(QRect(100, 50, 71, 31)); + enableNeonCheckBox->setChecked(true); + enableSSE41CheckBox = new QCheckBox(cpuExtGroupBox); + enableSSE41CheckBox->setObjectName(QString::fromUtf8("enableSSE41CheckBox")); + enableSSE41CheckBox->setGeometry(QRect(340, 20, 71, 31)); + enableSSE41CheckBox->setChecked(true); + enableSSE3CheckBox = new QCheckBox(cpuExtGroupBox); + enableSSE3CheckBox->setObjectName(QString::fromUtf8("enableSSE3CheckBox")); + enableSSE3CheckBox->setGeometry(QRect(260, 20, 71, 31)); + enableSSE3CheckBox->setChecked(true); + cpuExtDisabledLabel = new QLabel(cpuExtGroupBox); + cpuExtDisabledLabel->setObjectName(QString::fromUtf8("cpuExtDisabledLabel")); + cpuExtDisabledLabel->setGeometry(QRect(101, 80, 311, 31)); + tabWidget->addTab(tab_2, QString()); + tab_4 = new QWidget(); + tab_4->setObjectName(QString::fromUtf8("tab_4")); + groupBox_5 = new QGroupBox(tab_4); + groupBox_5->setObjectName(QString::fromUtf8("groupBox_5")); + groupBox_5->setGeometry(QRect(10, 60, 511, 241)); + enableEaxReverbCheck = new QCheckBox(groupBox_5); + enableEaxReverbCheck->setObjectName(QString::fromUtf8("enableEaxReverbCheck")); + enableEaxReverbCheck->setGeometry(QRect(70, 30, 131, 21)); + enableEaxReverbCheck->setChecked(true); + enableStdReverbCheck = new QCheckBox(groupBox_5); + enableStdReverbCheck->setObjectName(QString::fromUtf8("enableStdReverbCheck")); + enableStdReverbCheck->setGeometry(QRect(70, 60, 131, 21)); + enableStdReverbCheck->setChecked(true); + enableChorusCheck = new QCheckBox(groupBox_5); + enableChorusCheck->setObjectName(QString::fromUtf8("enableChorusCheck")); + enableChorusCheck->setGeometry(QRect(70, 90, 131, 21)); + enableChorusCheck->setChecked(true); + enableDistortionCheck = new QCheckBox(groupBox_5); + enableDistortionCheck->setObjectName(QString::fromUtf8("enableDistortionCheck")); + enableDistortionCheck->setGeometry(QRect(70, 150, 131, 21)); + enableDistortionCheck->setChecked(true); + enableEchoCheck = new QCheckBox(groupBox_5); + enableEchoCheck->setObjectName(QString::fromUtf8("enableEchoCheck")); + enableEchoCheck->setGeometry(QRect(70, 180, 131, 21)); + enableEchoCheck->setChecked(true); + enableEqualizerCheck = new QCheckBox(groupBox_5); + enableEqualizerCheck->setObjectName(QString::fromUtf8("enableEqualizerCheck")); + enableEqualizerCheck->setGeometry(QRect(320, 30, 131, 21)); + enableEqualizerCheck->setChecked(true); + enableFlangerCheck = new QCheckBox(groupBox_5); + enableFlangerCheck->setObjectName(QString::fromUtf8("enableFlangerCheck")); + enableFlangerCheck->setGeometry(QRect(320, 90, 131, 21)); + enableFlangerCheck->setChecked(true); + enableModulatorCheck = new QCheckBox(groupBox_5); + enableModulatorCheck->setObjectName(QString::fromUtf8("enableModulatorCheck")); + enableModulatorCheck->setGeometry(QRect(320, 150, 131, 21)); + enableModulatorCheck->setChecked(true); + enableDedicatedCheck = new QCheckBox(groupBox_5); + enableDedicatedCheck->setObjectName(QString::fromUtf8("enableDedicatedCheck")); + enableDedicatedCheck->setGeometry(QRect(320, 180, 131, 21)); + enableDedicatedCheck->setChecked(true); + enableCompressorCheck = new QCheckBox(groupBox_5); + enableCompressorCheck->setObjectName(QString::fromUtf8("enableCompressorCheck")); + enableCompressorCheck->setGeometry(QRect(70, 120, 111, 21)); + enableCompressorCheck->setChecked(true); + enablePitchShifterCheck = new QCheckBox(groupBox_5); + enablePitchShifterCheck->setObjectName(QString::fromUtf8("enablePitchShifterCheck")); + enablePitchShifterCheck->setGeometry(QRect(320, 120, 131, 21)); + enablePitchShifterCheck->setChecked(true); + enableFrequencyShifterCheck = new QCheckBox(groupBox_5); + enableFrequencyShifterCheck->setObjectName(QString::fromUtf8("enableFrequencyShifterCheck")); + enableFrequencyShifterCheck->setGeometry(QRect(320, 60, 131, 21)); + enableFrequencyShifterCheck->setChecked(true); + enableAutowahCheck = new QCheckBox(groupBox_5); + enableAutowahCheck->setObjectName(QString::fromUtf8("enableAutowahCheck")); + enableAutowahCheck->setGeometry(QRect(70, 210, 131, 21)); + enableAutowahCheck->setChecked(true); + enableVocalMorpherCheck = new QCheckBox(groupBox_5); + enableVocalMorpherCheck->setObjectName(QString::fromUtf8("enableVocalMorpherCheck")); + enableVocalMorpherCheck->setGeometry(QRect(320, 210, 131, 21)); + enableVocalMorpherCheck->setChecked(true); + label_13 = new QLabel(tab_4); + label_13->setObjectName(QString::fromUtf8("label_13")); + label_13->setGeometry(QRect(10, 20, 141, 31)); + label_13->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); + defaultReverbComboBox = new QComboBox(tab_4); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->addItem(QString()); + defaultReverbComboBox->setObjectName(QString::fromUtf8("defaultReverbComboBox")); + defaultReverbComboBox->setGeometry(QRect(160, 20, 135, 31)); + defaultReverbComboBox->setSizeAdjustPolicy(QComboBox::AdjustToContents); + enableEaxCheck = new QCheckBox(tab_4); + enableEaxCheck->setObjectName(QString::fromUtf8("enableEaxCheck")); + enableEaxCheck->setGeometry(QRect(30, 320, 231, 21)); + tabWidget->addTab(tab_4, QString()); + closeCancelButton = new QPushButton(centralWidget); + closeCancelButton->setObjectName(QString::fromUtf8("closeCancelButton")); + closeCancelButton->setGeometry(QRect(370, 405, 91, 31)); + QIcon icon7; + iconThemeName = QString::fromUtf8("window-close"); + if (QIcon::hasThemeIcon(iconThemeName)) { + icon7 = QIcon::fromTheme(iconThemeName); + } else { + icon7.addFile(QString::fromUtf8("."), QSize(), QIcon::Normal, QIcon::Off); + } + closeCancelButton->setIcon(icon7); + MainWindow->setCentralWidget(centralWidget); + menuBar = new QMenuBar(MainWindow); + menuBar->setObjectName(QString::fromUtf8("menuBar")); + menuBar->setGeometry(QRect(0, 0, 564, 29)); + menuFile = new QMenu(menuBar); + menuFile->setObjectName(QString::fromUtf8("menuFile")); + menuHelp = new QMenu(menuBar); + menuHelp->setObjectName(QString::fromUtf8("menuHelp")); + MainWindow->setMenuBar(menuBar); + + menuBar->addAction(menuFile->menuAction()); + menuBar->addAction(menuHelp->menuAction()); + menuFile->addAction(actionLoad); + menuFile->addAction(actionSave_As); + menuFile->addSeparator(); + menuFile->addAction(actionQuit); + menuHelp->addAction(actionAbout); + + retranslateUi(MainWindow); + QObject::connect(backendListWidget, SIGNAL(currentRowChanged(int)), backendStackedWidget, SLOT(setCurrentIndex(int))); + + tabWidget->setCurrentIndex(0); + backendStackedWidget->setCurrentIndex(0); + + + QMetaObject::connectSlotsByName(MainWindow); + } // setupUi + + void retranslateUi(QMainWindow *MainWindow) + { + MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "OpenAL Soft Configuration", nullptr)); + actionQuit->setText(QCoreApplication::translate("MainWindow", "&Quit", nullptr)); + actionSave_As->setText(QCoreApplication::translate("MainWindow", "Save &As...", nullptr)); +#if QT_CONFIG(tooltip) + actionSave_As->setToolTip(QCoreApplication::translate("MainWindow", "Save Configuration As", nullptr)); +#endif // QT_CONFIG(tooltip) + actionLoad->setText(QCoreApplication::translate("MainWindow", "&Load...", nullptr)); +#if QT_CONFIG(tooltip) + actionLoad->setToolTip(QCoreApplication::translate("MainWindow", "Load Configuration File", nullptr)); +#endif // QT_CONFIG(tooltip) + actionAbout->setText(QCoreApplication::translate("MainWindow", "&About...", nullptr)); + applyButton->setText(QCoreApplication::translate("MainWindow", "Apply", nullptr)); +#if QT_CONFIG(tooltip) + sampleFormatCombo->setToolTip(QCoreApplication::translate("MainWindow", "The output sample type. Currently, all mixing is done with 32-bit\n" +"float and converted to the output sample type as needed.", nullptr)); +#endif // QT_CONFIG(tooltip) + label_5->setText(QCoreApplication::translate("MainWindow", "Sample Format:", nullptr)); + label_6->setText(QCoreApplication::translate("MainWindow", "Channels:", nullptr)); +#if QT_CONFIG(tooltip) + channelConfigCombo->setToolTip(QCoreApplication::translate("MainWindow", "The default output channel configuration. Note that not all\n" +"backends can properly detect the channel configuration and\n" +"may default to stereo output.", nullptr)); +#endif // QT_CONFIG(tooltip) + sampleRateCombo->setItemText(0, QCoreApplication::translate("MainWindow", "Autodetect", nullptr)); + sampleRateCombo->setItemText(1, QCoreApplication::translate("MainWindow", "8000", nullptr)); + sampleRateCombo->setItemText(2, QCoreApplication::translate("MainWindow", "11025", nullptr)); + sampleRateCombo->setItemText(3, QCoreApplication::translate("MainWindow", "16000", nullptr)); + sampleRateCombo->setItemText(4, QCoreApplication::translate("MainWindow", "22050", nullptr)); + sampleRateCombo->setItemText(5, QCoreApplication::translate("MainWindow", "32000", nullptr)); + sampleRateCombo->setItemText(6, QCoreApplication::translate("MainWindow", "44100", nullptr)); + sampleRateCombo->setItemText(7, QCoreApplication::translate("MainWindow", "48000", nullptr)); + +#if QT_CONFIG(tooltip) + sampleRateCombo->setToolTip(QCoreApplication::translate("MainWindow", "The playback/mixing sample rate.", nullptr)); +#endif // QT_CONFIG(tooltip) + label_7->setText(QCoreApplication::translate("MainWindow", "Sample Rate:", nullptr)); + label_14->setText(QCoreApplication::translate("MainWindow", "Stereo Mode:", nullptr)); +#if QT_CONFIG(tooltip) + stereoModeCombo->setToolTip(QCoreApplication::translate("MainWindow", "How to treat stereo output. As headphones, HRTF or crossfeed\n" +"filters may be used to improve binaural quality, which may not\n" +"otherwise be suitable for speakers.", nullptr)); +#endif // QT_CONFIG(tooltip) + groupBox->setTitle(QCoreApplication::translate("MainWindow", "Advanced Settings", nullptr)); + groupBox_3->setTitle(QCoreApplication::translate("MainWindow", "Buffer Metrics", nullptr)); +#if QT_CONFIG(tooltip) + widget->setToolTip(QCoreApplication::translate("MainWindow", "The number of update periods. Higher values create a larger\n" +"mix ahead, which helps protect against skips when the CPU is\n" +"under load, but increases the delay between a sound getting\n" +"mixed and being heard.", nullptr)); +#endif // QT_CONFIG(tooltip) + label_11->setText(QCoreApplication::translate("MainWindow", "Period Count", nullptr)); + periodCountEdit->setPlaceholderText(QCoreApplication::translate("MainWindow", "3", nullptr)); +#if QT_CONFIG(tooltip) + widget_2->setToolTip(QCoreApplication::translate("MainWindow", "The update period size, in sample frames. This is the number of\n" +"frames needed for each mixing update.", nullptr)); +#endif // QT_CONFIG(tooltip) + label_10->setText(QCoreApplication::translate("MainWindow", "Period Samples", nullptr)); + periodSizeEdit->setPlaceholderText(QCoreApplication::translate("MainWindow", "20ms", nullptr)); +#if QT_CONFIG(tooltip) + stereoEncodingComboBox->setToolTip(QCoreApplication::translate("MainWindow", "Basic uses standard amplitude panning (aka\n" +"pair-wise, stereo pair, etc).\n" +"\n" +"UHJ creates a stereo-compatible two-channel\n" +"UHJ mix, which encodes some surround sound\n" +"information into stereo output that can be\n" +"decoded with a surround sound receiver.\n" +"\n" +"Binaural applies HRTF filters to create an\n" +"illusion of 3D placement with headphones.", nullptr)); +#endif // QT_CONFIG(tooltip) + label_19->setText(QCoreApplication::translate("MainWindow", "Stereo Encoding:", nullptr)); + label_30->setText(QCoreApplication::translate("MainWindow", "Ambisonic Format:", nullptr)); +#if QT_CONFIG(tooltip) + outputLimiterCheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Applies a gain limiter on the final mixed output. This reduces the\n" +"volume when the output samples would otherwise be clamped,\n" +"avoiding excessive clipping noise.", nullptr)); +#endif // QT_CONFIG(tooltip) + outputLimiterCheckBox->setText(QCoreApplication::translate("MainWindow", "Enable Gain Limiter", nullptr)); +#if QT_CONFIG(tooltip) + outputDitherCheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Applies dithering on the final mix for 8- and 16-bit output.\n" +"This replaces the distortion created by nearest-value\n" +"quantization with low-level whitenoise.", nullptr)); +#endif // QT_CONFIG(tooltip) + outputDitherCheckBox->setText(QCoreApplication::translate("MainWindow", "Enable Dithering", nullptr)); + groupBox_4->setTitle(QCoreApplication::translate("MainWindow", "Resampler Quality", nullptr)); + resamplerLabel->setText(QCoreApplication::translate("MainWindow", "Default", nullptr)); + label_9->setText(QCoreApplication::translate("MainWindow", "Speed", nullptr)); + label_15->setText(QCoreApplication::translate("MainWindow", "Quality", nullptr)); + tabWidget->setTabText(tabWidget->indexOf(tab_3), QCoreApplication::translate("MainWindow", "Playback", nullptr)); +#if QT_CONFIG(tooltip) + decoderHQModeCheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Enables high-quality ambisonic rendering. This mode is\n" +"capable of frequency-dependent processing, creating a\n" +"better reproduction of 3D sound rendering over\n" +"surround sound speakers.", nullptr)); +#endif // QT_CONFIG(tooltip) + decoderHQModeCheckBox->setText(QCoreApplication::translate("MainWindow", "High Quality Mode:", nullptr)); +#if QT_CONFIG(tooltip) + decoderDistCompCheckBox->setToolTip(QCoreApplication::translate("MainWindow", "This applies the necessary delays and attenuation\n" +"to make the speakers behave as though they are\n" +"all equidistant, which is important for proper\n" +"playback of 3D sound rendering. Requires the\n" +"proper distances to be specified in the decoder\n" +"configuration file.", nullptr)); +#endif // QT_CONFIG(tooltip) + decoderDistCompCheckBox->setText(QCoreApplication::translate("MainWindow", "Distance Compensation:", nullptr)); + groupBox_8->setTitle(QCoreApplication::translate("MainWindow", "Decoder Configurations", nullptr)); + label_25->setText(QCoreApplication::translate("MainWindow", "Quadraphonic:", nullptr)); + decoderQuadButton->setText(QCoreApplication::translate("MainWindow", "Browse...", nullptr)); + decoder51Button->setText(QCoreApplication::translate("MainWindow", "Browse...", nullptr)); + label_26->setText(QCoreApplication::translate("MainWindow", "5.1 Surround:", nullptr)); + label_28->setText(QCoreApplication::translate("MainWindow", "6.1 Surround:", nullptr)); + decoder61Button->setText(QCoreApplication::translate("MainWindow", "Browse...", nullptr)); + decoder71Button->setText(QCoreApplication::translate("MainWindow", "Browse...", nullptr)); + label_29->setText(QCoreApplication::translate("MainWindow", "7.1 Surround:", nullptr)); + label_33->setText(QCoreApplication::translate("MainWindow", "3D7.1 Surround:", nullptr)); + decoder3D71Button->setText(QCoreApplication::translate("MainWindow", "Browse...", nullptr)); +#if QT_CONFIG(tooltip) + decoderNFEffectsCheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Simulates and compensates for low-frequency effects\n" +"caused by the curvature of nearby sound-waves, which\n" +"creates a more realistic perception of sound distance.\n" +"Note that the effect may be stronger or weaker than\n" +"intended if the application doesn't use or specify an\n" +"appropriate unit scale, or if incorrect speaker distances\n" +"are set in the decoder configuration file.", nullptr)); +#endif // QT_CONFIG(tooltip) + decoderNFEffectsCheckBox->setText(QCoreApplication::translate("MainWindow", "Near-Field Effects:", nullptr)); +#if QT_CONFIG(tooltip) + widget_3->setToolTip(QCoreApplication::translate("MainWindow", "Specifies the speaker distance in meters, used by the near-field control\n" +"filters with surround sound output. For ambisonic output modes, this value\n" +"is the basis for the NFC-HOA Reference Delay parameter (calculated as\n" +"delay_seconds = speaker_dist/343.3). This value is not used when a decoder\n" +"configuration is set for the output mode (since they specify the per-speaker\n" +"distances, overriding this setting), or when the NFC filters are off.", nullptr)); +#endif // QT_CONFIG(tooltip) + label_27->setText(QCoreApplication::translate("MainWindow", "Speaker Distance:", nullptr)); + decoderSpeakerDistSpinBox->setSuffix(QCoreApplication::translate("MainWindow", " meters", nullptr)); + tabWidget->setTabText(tabWidget->indexOf(tab_6), QCoreApplication::translate("MainWindow", "Renderer", nullptr)); + groupBox_2->setTitle(QCoreApplication::translate("MainWindow", "Advanced Settings", nullptr)); + groupBox_6->setTitle(QCoreApplication::translate("MainWindow", "HRTF Profile Paths", nullptr)); +#if QT_CONFIG(tooltip) + hrtfFileList->setToolTip(QCoreApplication::translate("MainWindow", "A list of additional paths containing HRTF data sets.", nullptr)); +#endif // QT_CONFIG(tooltip) + hrtfAddButton->setText(QCoreApplication::translate("MainWindow", "Add...", nullptr)); +#if QT_CONFIG(tooltip) + defaultHrtfPathsCheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Include the default system paths in addition to any\n" +"listed above.", nullptr)); +#endif // QT_CONFIG(tooltip) + defaultHrtfPathsCheckBox->setText(QCoreApplication::translate("MainWindow", "Include Default Paths", nullptr)); + hrtfRemoveButton->setText(QCoreApplication::translate("MainWindow", "Remove", nullptr)); + label_12->setText(QCoreApplication::translate("MainWindow", "Preferred HRTF:", nullptr)); +#if QT_CONFIG(tooltip) + preferredHrtfComboBox->setToolTip(QCoreApplication::translate("MainWindow", "The default HRTF to use if the application doesn't request one.", nullptr)); +#endif // QT_CONFIG(tooltip) + groupBox_9->setTitle(QCoreApplication::translate("MainWindow", "HRTF Render Method", nullptr)); + label_31->setText(QCoreApplication::translate("MainWindow", "Speed", nullptr)); + label_32->setText(QCoreApplication::translate("MainWindow", "Quality", nullptr)); + hrtfmodeLabel->setText(QCoreApplication::translate("MainWindow", "Default", nullptr)); + tabWidget->setTabText(tabWidget->indexOf(tab_5), QCoreApplication::translate("MainWindow", "HRTF", nullptr)); + + const bool __sortingEnabled = backendListWidget->isSortingEnabled(); + backendListWidget->setSortingEnabled(false); + QListWidgetItem *___qlistwidgetitem = backendListWidget->item(0); + ___qlistwidgetitem->setText(QCoreApplication::translate("MainWindow", "General", nullptr)); + QListWidgetItem *___qlistwidgetitem1 = backendListWidget->item(1); + ___qlistwidgetitem1->setText(QCoreApplication::translate("MainWindow", "PipeWire", nullptr)); + QListWidgetItem *___qlistwidgetitem2 = backendListWidget->item(2); + ___qlistwidgetitem2->setText(QCoreApplication::translate("MainWindow", "WASAPI", nullptr)); + QListWidgetItem *___qlistwidgetitem3 = backendListWidget->item(3); + ___qlistwidgetitem3->setText(QCoreApplication::translate("MainWindow", "PulseAudio", nullptr)); + QListWidgetItem *___qlistwidgetitem4 = backendListWidget->item(4); + ___qlistwidgetitem4->setText(QCoreApplication::translate("MainWindow", "JACK", nullptr)); + QListWidgetItem *___qlistwidgetitem5 = backendListWidget->item(5); + ___qlistwidgetitem5->setText(QCoreApplication::translate("MainWindow", "ALSA", nullptr)); + QListWidgetItem *___qlistwidgetitem6 = backendListWidget->item(6); + ___qlistwidgetitem6->setText(QCoreApplication::translate("MainWindow", "OSS", nullptr)); + QListWidgetItem *___qlistwidgetitem7 = backendListWidget->item(7); + ___qlistwidgetitem7->setText(QCoreApplication::translate("MainWindow", "Solaris", nullptr)); + QListWidgetItem *___qlistwidgetitem8 = backendListWidget->item(8); + ___qlistwidgetitem8->setText(QCoreApplication::translate("MainWindow", "Wave Writer", nullptr)); + backendListWidget->setSortingEnabled(__sortingEnabled); + +#if QT_CONFIG(tooltip) + backendCheckBox->setToolTip(QCoreApplication::translate("MainWindow", "When checked, allows all other available backends not listed in the priority or disabled lists.", nullptr)); +#endif // QT_CONFIG(tooltip) + backendCheckBox->setText(QCoreApplication::translate("MainWindow", "Allow Other Backends", nullptr)); +#if QT_CONFIG(tooltip) + disabledBackendList->setToolTip(QCoreApplication::translate("MainWindow", "Disabled backend driver list.", nullptr)); +#endif // QT_CONFIG(tooltip) +#if QT_CONFIG(tooltip) + enabledBackendList->setToolTip(QCoreApplication::translate("MainWindow", "The backend driver list order. Unknown backends and\n" +"duplicated names are ignored.", nullptr)); +#endif // QT_CONFIG(tooltip) + label_2->setText(QCoreApplication::translate("MainWindow", "Disabled Backends:", nullptr)); + label->setText(QCoreApplication::translate("MainWindow", "Priority Backends:", nullptr)); +#if QT_CONFIG(tooltip) + pwireAssumeAudioCheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Assumes PipeWire has support for audio, allowing\n" +"the backend to initialize even when no audio devices\n" +"are reported.", nullptr)); +#endif // QT_CONFIG(tooltip) + pwireAssumeAudioCheckBox->setText(QCoreApplication::translate("MainWindow", "Assume audio support", nullptr)); +#if QT_CONFIG(tooltip) + pwireRtMixCheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Renders samples directly in the real-time\n" +"processing callback. This allows for lower\n" +"latency and less overall CPU utilization, but\n" +"can increase the risk of underruns when\n" +"increasing the amount of processing the\n" +"mixer needs to do.", nullptr)); +#endif // QT_CONFIG(tooltip) + pwireRtMixCheckBox->setText(QCoreApplication::translate("MainWindow", "Real-time Mixing", nullptr)); +#if QT_CONFIG(tooltip) + wasapiResamplerCheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Specifies whether to allow an extra resampler pass on the output. Enabling\n" +"this will allow the playback device to be set to a different sample rate\n" +"than the actual output can accept, causing the backend to apply its own\n" +"resampling pass after OpenAL Soft mixes the sources and processes effects\n" +"for output.", nullptr)); +#endif // QT_CONFIG(tooltip) + wasapiResamplerCheckBox->setText(QCoreApplication::translate("MainWindow", "Allow Resampler", nullptr)); +#if QT_CONFIG(tooltip) + pulseAutospawnCheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Automatically spawn a PulseAudio server if one\n" +"is not already running.", nullptr)); +#endif // QT_CONFIG(tooltip) + pulseAutospawnCheckBox->setText(QCoreApplication::translate("MainWindow", "AutoSpawn Server", nullptr)); +#if QT_CONFIG(tooltip) + pulseAllowMovesCheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Allows moving PulseAudio streams to different\n" +"devices during playback or capture. Note that the\n" +"device specifier and device format will not change\n" +"to match the new device.", nullptr)); +#endif // QT_CONFIG(tooltip) + pulseAllowMovesCheckBox->setText(QCoreApplication::translate("MainWindow", "Allow Moving Streams", nullptr)); +#if QT_CONFIG(tooltip) + pulseFixRateCheckBox->setToolTip(QCoreApplication::translate("MainWindow", "When checked, fix the OpenAL device's sample\n" +"rate to match the PulseAudio device.", nullptr)); +#endif // QT_CONFIG(tooltip) + pulseFixRateCheckBox->setText(QCoreApplication::translate("MainWindow", "Fix Sample Rate", nullptr)); +#if QT_CONFIG(tooltip) + pulseAdjLatencyCheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Attempts to adjust the overall latency of device\n" +"playback. Note that this may have adverse effects\n" +"on the resulting internal buffer sizes and mixing\n" +"updates, leading to performance problems and\n" +"drop-outs.", nullptr)); +#endif // QT_CONFIG(tooltip) + pulseAdjLatencyCheckBox->setText(QCoreApplication::translate("MainWindow", "Adjust Latency", nullptr)); + jackAutospawnCheckBox->setText(QCoreApplication::translate("MainWindow", "AutoSpawn Server", nullptr)); +#if QT_CONFIG(tooltip) + groupBox_7->setToolTip(QCoreApplication::translate("MainWindow", "The update buffer size, in samples, that the backend\n" +"will keep buffered to handle the server's real-time\n" +"processing requests. Must be a power of 2. Ignored\n" +"when Real-time Mixing is used.", nullptr)); +#endif // QT_CONFIG(tooltip) + groupBox_7->setTitle(QCoreApplication::translate("MainWindow", "Buffer Size", nullptr)); + jackBufferSizeLine->setPlaceholderText(QCoreApplication::translate("MainWindow", "0", nullptr)); + jackConnectPortsCheckBox->setText(QCoreApplication::translate("MainWindow", "AutoConnect Ports", nullptr)); +#if QT_CONFIG(tooltip) + jackRtMixCheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Renders samples directly in the real-time\n" +"processing callback. This allows for lower\n" +"latency and less overall CPU utilization, but\n" +"can increase the risk of underruns when\n" +"increasing the amount of processing the\n" +"mixer needs to do.", nullptr)); +#endif // QT_CONFIG(tooltip) + jackRtMixCheckBox->setText(QCoreApplication::translate("MainWindow", "Real-time Mixing", nullptr)); + label_17->setText(QCoreApplication::translate("MainWindow", "Default Playback Device:", nullptr)); + alsaDefaultDeviceLine->setPlaceholderText(QCoreApplication::translate("MainWindow", "default", nullptr)); + label_18->setText(QCoreApplication::translate("MainWindow", "Default Capture Device:", nullptr)); + alsaDefaultCaptureLine->setPlaceholderText(QCoreApplication::translate("MainWindow", "default", nullptr)); +#if QT_CONFIG(tooltip) + alsaResamplerCheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Allow use of ALSA's software resampler. This lets\n" +"the OpenAL device to be set to a different sample\n" +"rate than the backend device, but incurs another\n" +"resample pass on top of OpenAL's resampler.", nullptr)); +#endif // QT_CONFIG(tooltip) + alsaResamplerCheckBox->setText(QCoreApplication::translate("MainWindow", "Allow Resampler", nullptr)); +#if QT_CONFIG(tooltip) + alsaMmapCheckBox->setToolTip(QCoreApplication::translate("MainWindow", "Accesses the audio device buffer through an mmap,\n" +"potentially avoiding an extra sample buffer copy\n" +"during updates.", nullptr)); +#endif // QT_CONFIG(tooltip) + alsaMmapCheckBox->setText(QCoreApplication::translate("MainWindow", "MMap Buffer", nullptr)); + label_20->setText(QCoreApplication::translate("MainWindow", "Default Playback Device:", nullptr)); + ossDefaultDeviceLine->setPlaceholderText(QCoreApplication::translate("MainWindow", "/dev/dsp", nullptr)); + label_21->setText(QCoreApplication::translate("MainWindow", "Default Capture Device:", nullptr)); + ossDefaultCaptureLine->setPlaceholderText(QCoreApplication::translate("MainWindow", "/dev/dsp", nullptr)); + ossPlaybackPushButton->setText(QCoreApplication::translate("MainWindow", "Browse...", nullptr)); + ossCapturePushButton->setText(QCoreApplication::translate("MainWindow", "Browse...", nullptr)); + solarisDefaultDeviceLine->setPlaceholderText(QCoreApplication::translate("MainWindow", "/dev/audio", nullptr)); + label_22->setText(QCoreApplication::translate("MainWindow", "Default Playback Device:", nullptr)); + solarisPlaybackPushButton->setText(QCoreApplication::translate("MainWindow", "Browse...", nullptr)); + label_23->setText(QCoreApplication::translate("MainWindow", "Output File:", nullptr)); + label_24->setText(QCoreApplication::translate("MainWindow", "

Warning: The specified output file will be OVERWRITTEN WITHOUT

QUESTION when the Wave Writer device is opened.

", nullptr)); + waveOutputButton->setText(QCoreApplication::translate("MainWindow", "Browse...", nullptr)); + waveBFormatCheckBox->setText(QCoreApplication::translate("MainWindow", "Create .amb (B-Format) files", nullptr)); + tabWidget->setTabText(tabWidget->indexOf(tab), QCoreApplication::translate("MainWindow", "Backends", nullptr)); +#if QT_CONFIG(tooltip) + srcCountLineEdit->setToolTip(QCoreApplication::translate("MainWindow", "The maximum number of allocatable sources. Lower values may\n" +"help for systems with apps that try to play more sounds than\n" +"the CPU can handle.", nullptr)); +#endif // QT_CONFIG(tooltip) + srcCountLineEdit->setPlaceholderText(QCoreApplication::translate("MainWindow", "256", nullptr)); + label_3->setText(QCoreApplication::translate("MainWindow", "Number of Sound Sources:", nullptr)); + label_4->setText(QCoreApplication::translate("MainWindow", "Number of Effect Slots:", nullptr)); +#if QT_CONFIG(tooltip) + effectSlotLineEdit->setToolTip(QCoreApplication::translate("MainWindow", "The maximum number of Auxiliary Effect Slots an app can\n" +"create. A slot can use a non-negligible amount of CPU time if\n" +"an effect is set on it even if no sources are feeding it, so this\n" +"may help when apps use more than the system can handle.", nullptr)); +#endif // QT_CONFIG(tooltip) + effectSlotLineEdit->setPlaceholderText(QCoreApplication::translate("MainWindow", "64", nullptr)); + label_8->setText(QCoreApplication::translate("MainWindow", "Number of Source Sends:", nullptr)); +#if QT_CONFIG(tooltip) + srcSendLineEdit->setToolTip(QCoreApplication::translate("MainWindow", "Limits the number of auxiliary sends allowed per source.\n" +"Setting this higher than the default has no effect.", nullptr)); +#endif // QT_CONFIG(tooltip) + srcSendLineEdit->setPlaceholderText(QCoreApplication::translate("MainWindow", "16", nullptr)); +#if QT_CONFIG(tooltip) + cpuExtGroupBox->setToolTip(QCoreApplication::translate("MainWindow", "Enables use of specific CPU extensions. Certain methods may\n" +"utilize CPU extensions when detected, and disabling these can\n" +"be useful for preventing those extensions from being used.", nullptr)); +#endif // QT_CONFIG(tooltip) + cpuExtGroupBox->setTitle(QCoreApplication::translate("MainWindow", "CPU Extensions", nullptr)); + enableSSECheckBox->setText(QCoreApplication::translate("MainWindow", "SSE", nullptr)); + enableSSE2CheckBox->setText(QCoreApplication::translate("MainWindow", "SSE2", nullptr)); + enableNeonCheckBox->setText(QCoreApplication::translate("MainWindow", "Neon", nullptr)); + enableSSE41CheckBox->setText(QCoreApplication::translate("MainWindow", "SSE4.1", nullptr)); + enableSSE3CheckBox->setText(QCoreApplication::translate("MainWindow", "SSE3", nullptr)); + cpuExtDisabledLabel->setText(QCoreApplication::translate("MainWindow", "

No support enabled for CPU Extensions

", nullptr)); + tabWidget->setTabText(tabWidget->indexOf(tab_2), QCoreApplication::translate("MainWindow", "Resources", nullptr)); +#if QT_CONFIG(tooltip) + groupBox_5->setToolTip(QCoreApplication::translate("MainWindow", "Specifies which effects apps can recognize. Disabling effects\n" +"can help for apps that try to use ones that are too intensive\n" +"for the system to handle.", nullptr)); +#endif // QT_CONFIG(tooltip) + groupBox_5->setTitle(QCoreApplication::translate("MainWindow", "Enabled Effects", nullptr)); + enableEaxReverbCheck->setText(QCoreApplication::translate("MainWindow", "EAX Reverb", nullptr)); + enableStdReverbCheck->setText(QCoreApplication::translate("MainWindow", "Standard Reverb", nullptr)); + enableChorusCheck->setText(QCoreApplication::translate("MainWindow", "Chorus", nullptr)); + enableDistortionCheck->setText(QCoreApplication::translate("MainWindow", "Distortion", nullptr)); + enableEchoCheck->setText(QCoreApplication::translate("MainWindow", "Echo", nullptr)); + enableEqualizerCheck->setText(QCoreApplication::translate("MainWindow", "Equalizer", nullptr)); + enableFlangerCheck->setText(QCoreApplication::translate("MainWindow", "Flanger", nullptr)); + enableModulatorCheck->setText(QCoreApplication::translate("MainWindow", "Ring Modulator", nullptr)); +#if QT_CONFIG(tooltip) + enableDedicatedCheck->setToolTip(QCoreApplication::translate("MainWindow", "Enables both the Dedicated Dialog and Dedicated LFE effects\n" +"added by the ALC_EXT_DEDICATED extension.", nullptr)); +#endif // QT_CONFIG(tooltip) + enableDedicatedCheck->setText(QCoreApplication::translate("MainWindow", "Dedicated ...", nullptr)); + enableCompressorCheck->setText(QCoreApplication::translate("MainWindow", "Compressor", nullptr)); + enablePitchShifterCheck->setText(QCoreApplication::translate("MainWindow", "Pitch Shifter", nullptr)); + enableFrequencyShifterCheck->setText(QCoreApplication::translate("MainWindow", "Frequency Shifter", nullptr)); + enableAutowahCheck->setText(QCoreApplication::translate("MainWindow", "Autowah", nullptr)); + enableVocalMorpherCheck->setText(QCoreApplication::translate("MainWindow", "Vocal morpher", nullptr)); + label_13->setText(QCoreApplication::translate("MainWindow", "Default Reverb Effect:", nullptr)); + defaultReverbComboBox->setItemText(0, QCoreApplication::translate("MainWindow", "None", nullptr)); + defaultReverbComboBox->setItemText(1, QCoreApplication::translate("MainWindow", "Generic", nullptr)); + defaultReverbComboBox->setItemText(2, QCoreApplication::translate("MainWindow", "PaddedCell", nullptr)); + defaultReverbComboBox->setItemText(3, QCoreApplication::translate("MainWindow", "Room", nullptr)); + defaultReverbComboBox->setItemText(4, QCoreApplication::translate("MainWindow", "Bathroom", nullptr)); + defaultReverbComboBox->setItemText(5, QCoreApplication::translate("MainWindow", "Livingroom", nullptr)); + defaultReverbComboBox->setItemText(6, QCoreApplication::translate("MainWindow", "Stoneroom", nullptr)); + defaultReverbComboBox->setItemText(7, QCoreApplication::translate("MainWindow", "Auditorium", nullptr)); + defaultReverbComboBox->setItemText(8, QCoreApplication::translate("MainWindow", "ConcertHall", nullptr)); + defaultReverbComboBox->setItemText(9, QCoreApplication::translate("MainWindow", "Cave", nullptr)); + defaultReverbComboBox->setItemText(10, QCoreApplication::translate("MainWindow", "Arena", nullptr)); + defaultReverbComboBox->setItemText(11, QCoreApplication::translate("MainWindow", "Hangar", nullptr)); + defaultReverbComboBox->setItemText(12, QCoreApplication::translate("MainWindow", "CarpetedHallway", nullptr)); + defaultReverbComboBox->setItemText(13, QCoreApplication::translate("MainWindow", "Hallway", nullptr)); + defaultReverbComboBox->setItemText(14, QCoreApplication::translate("MainWindow", "StoneCorridor", nullptr)); + defaultReverbComboBox->setItemText(15, QCoreApplication::translate("MainWindow", "Alley", nullptr)); + defaultReverbComboBox->setItemText(16, QCoreApplication::translate("MainWindow", "Forest", nullptr)); + defaultReverbComboBox->setItemText(17, QCoreApplication::translate("MainWindow", "City", nullptr)); + defaultReverbComboBox->setItemText(18, QCoreApplication::translate("MainWindow", "Mountains", nullptr)); + defaultReverbComboBox->setItemText(19, QCoreApplication::translate("MainWindow", "Quarry", nullptr)); + defaultReverbComboBox->setItemText(20, QCoreApplication::translate("MainWindow", "Plain", nullptr)); + defaultReverbComboBox->setItemText(21, QCoreApplication::translate("MainWindow", "ParkingLot", nullptr)); + defaultReverbComboBox->setItemText(22, QCoreApplication::translate("MainWindow", "SewerPipe", nullptr)); + defaultReverbComboBox->setItemText(23, QCoreApplication::translate("MainWindow", "Underwater", nullptr)); + defaultReverbComboBox->setItemText(24, QCoreApplication::translate("MainWindow", "Drugged", nullptr)); + defaultReverbComboBox->setItemText(25, QCoreApplication::translate("MainWindow", "Dizzy", nullptr)); + defaultReverbComboBox->setItemText(26, QCoreApplication::translate("MainWindow", "Psychotic", nullptr)); + +#if QT_CONFIG(tooltip) + enableEaxCheck->setToolTip(QCoreApplication::translate("MainWindow", "Enables legacy EAX API support.", nullptr)); +#endif // QT_CONFIG(tooltip) + enableEaxCheck->setText(QCoreApplication::translate("MainWindow", "Enable EAX API support", nullptr)); + tabWidget->setTabText(tabWidget->indexOf(tab_4), QCoreApplication::translate("MainWindow", "Effects", nullptr)); + closeCancelButton->setText(QCoreApplication::translate("MainWindow", "Cancel", nullptr)); + menuFile->setTitle(QCoreApplication::translate("MainWindow", "&File", nullptr)); + menuHelp->setTitle(QCoreApplication::translate("MainWindow", "&Help", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class MainWindow: public Ui_MainWindow {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_MAINWINDOW_H diff --git a/examples/basic/build/libraries/openal-soft/version.h b/examples/basic/build/libraries/openal-soft/version.h new file mode 100644 index 0000000..ec2ec96 --- /dev/null +++ b/examples/basic/build/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 "66753171" diff --git a/examples/basic/build/libraries/openal-soft/version_witness.txt b/examples/basic/build/libraries/openal-soft/version_witness.txt new file mode 100644 index 0000000..e69de29 diff --git a/include/blt/gfx/renderer/batch_2d_renderer.h b/include/blt/gfx/renderer/batch_2d_renderer.h index b47057c..f3b9927 100644 --- a/include/blt/gfx/renderer/batch_2d_renderer.h +++ b/include/blt/gfx/renderer/batch_2d_renderer.h @@ -27,6 +27,7 @@ #include #include #include +#include namespace blt::gfx { diff --git a/libraries/BLT b/libraries/BLT index 9147a85..68f6a0a 160000 --- a/libraries/BLT +++ b/libraries/BLT @@ -1 +1 @@ -Subproject commit 9147a85dc32f06be2a4cfe4e422fdbc52679adc5 +Subproject commit 68f6a0af44fe8ba5044a7f37b8bac9809ab709f1 diff --git a/tests/src/main.cpp b/tests/src/main.cpp index 45c336b..3bb1943 100644 --- a/tests/src/main.cpp +++ b/tests/src/main.cpp @@ -58,18 +58,18 @@ void init() resources.enqueue("../resources/textures/cumdollar.jpg", "ibuythat"); resources.enqueue("../resources/textures/dfoedbi-28157978-1555-45c3-b2f4-d5e5fe25b253.png", "niko"); - auto object = blt::gfx::quick_load("../resources/models/many_objects.obj"); + auto object = blt::parse::quick_load("../resources/models/many_objects.obj"); vbo_t vertices_vbo; vertices_vbo.create(); - vertices_vbo.allocate(static_cast(object.vertex_data().size() * sizeof(blt::gfx::constructed_vertex_t)), object.vertex_data().data()); + vertices_vbo.allocate(static_cast(object.vertex_data().size() * sizeof(blt::parse::constructed_vertex_t)), object.vertex_data().data()); auto ptr = vertex_array::createSharedVBO(vertices_vbo); for (auto obj : object.objects()) { vbo_t indices_vbo; indices_vbo.create(GL_ELEMENT_ARRAY_BUFFER); - indices_vbo.allocate(static_cast(obj.indices.size() * sizeof(blt::gfx::triangle_t)), obj.indices.data()); + indices_vbo.allocate(static_cast(obj.indices.size() * sizeof(blt::parse::triangle_t)), obj.indices.data()); auto* vao = new vertex_array(); vao->bindVBO(ptr, 0, 3, GL_FLOAT, sizeof(float) * (3 + 3 + 2), 0);