diff --git a/.gitignore b/.gitignore index 7ffb11a..0044a9a 100644 --- a/.gitignore +++ b/.gitignore @@ -44,4 +44,6 @@ buckaroo_macros.bzl # CMake .build/ -build/ \ No newline at end of file +build/ +_codeql_build_dir/ +_codeql_detected_source_root \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 51e2b1e..ffa8108 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ include(FetchContent) project(Array VERSION 1.0) # Set the C++ standard -set(CMAKE_CXX_STANDARD 20) +set(CMAKE_CXX_STANDARD 23) set(CMAKE_CXX_STANDARD_REQUIRED True) # Include directories @@ -47,6 +47,7 @@ target_include_directories(array INTERFACE $ $ ) +target_compile_features(array INTERFACE cxx_std_23) target_link_libraries(array INTERFACE fmt::fmt) # Add the executable target for the main application (for testing purposes) @@ -63,33 +64,4 @@ include(Catch) catch_discover_tests(test_runner) # Install the library headers -install(DIRECTORY include/ DESTINATION include) - -# Export the targets -install(TARGETS array EXPORT ArrayTargets) - -# Generate and install the CMake configuration files -include(CMakePackageConfigHelpers) -write_basic_package_version_file( - "${CMAKE_CURRENT_BINARY_DIR}/ArrayConfigVersion.cmake" - VERSION ${PROJECT_VERSION} - COMPATIBILITY AnyNewerVersion -) - -configure_package_config_file( - "${CMAKE_CURRENT_SOURCE_DIR}/ArrayConfig.cmake.in" - "${CMAKE_CURRENT_BINARY_DIR}/ArrayConfig.cmake" - INSTALL_DESTINATION lib/cmake/Array -) - -install(FILES - "${CMAKE_CURRENT_BINARY_DIR}/ArrayConfig.cmake" - "${CMAKE_CURRENT_BINARY_DIR}/ArrayConfigVersion.cmake" - DESTINATION lib/cmake/Array -) - -install(EXPORT ArrayTargets - FILE ArrayTargets.cmake - NAMESPACE Array:: - DESTINATION lib/cmake/Array -) \ No newline at end of file +install(DIRECTORY include/ DESTINATION include) \ No newline at end of file diff --git a/README.md b/README.md index 8b115dd..90dbd2c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This project uses CMake as its build system. A Makefile is provided for convenie ### Prerequisites -- C++ compiler with C++20 support +- C++ compiler with C++23 support - CMake (version 3.10 or higher) - Make (optional, for using the provided Makefile) diff --git a/_codeql_build_dir/CMakeCache.txt b/_codeql_build_dir/CMakeCache.txt new file mode 100644 index 0000000..b361aba --- /dev/null +++ b/_codeql_build_dir/CMakeCache.txt @@ -0,0 +1,923 @@ +# This is the CMakeCache file. +# For build in directory: /home/runner/work/array/array/_codeql_build_dir +# It was generated by CMake: /usr/local/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 +######################## + +//Value Computed by CMake +Array_BINARY_DIR:STATIC=/home/runner/work/array/array/_codeql_build_dir + +//Value Computed by CMake +Array_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +Array_SOURCE_DIR:STATIC=/home/runner/work/array/array + +//No help, variable specified on the command line. +BUILD_DOCS:UNINITIALIZED=OFF + +//No help, variable specified on the command line. +BUILD_DOCUMENTATION:UNINITIALIZED=OFF + +//Build the testing tree. +BUILD_TESTING:BOOL=ON + +//Read docs/configuration.md for details +CATCH_CONFIG_ANDROID_LOGWRITE:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_BAZEL_SUPPORT:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_COLOUR_WIN32:BOOL=OFF + +//Read docs/configuration.md for details. Must form a valid integer +// literal. +CATCH_CONFIG_CONSOLE_WIDTH:STRING=80 + +//Read docs/configuration.md for details +CATCH_CONFIG_COUNTER:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_CPP11_TO_STRING:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_CPP17_BYTE:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_CPP17_OPTIONAL:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_CPP17_STRING_VIEW:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_CPP17_VARIANT:BOOL=OFF + +//Read docs/configuration.md for details. The name of the reporter +// should be without quotes. +CATCH_CONFIG_DEFAULT_REPORTER:STRING=console + +//Read docs/configuration.md for details +CATCH_CONFIG_DISABLE:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_DISABLE_EXCEPTIONS:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_DISABLE_EXCEPTIONS_CUSTOM_HANDLER:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_DISABLE_STRINGIFICATION:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_ENABLE_ALL_STRINGMAKERS:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_ENABLE_OPTIONAL_STRINGMAKER:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_ENABLE_PAIR_STRINGMAKER:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_ENABLE_TUPLE_STRINGMAKER:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_ENABLE_VARIANT_STRINGMAKER:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_EXPERIMENTAL_REDIRECT:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_FAST_COMPILE:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_GETENV:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_GLOBAL_NEXTAFTER:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NOSTDOUT:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NO_ANDROID_LOGWRITE:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NO_BAZEL_SUPPORT:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NO_COLOUR_WIN32:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NO_COUNTER:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NO_CPP11_TO_STRING:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NO_CPP17_BYTE:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NO_CPP17_OPTIONAL:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NO_CPP17_STRING_VIEW:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NO_CPP17_UNCAUGHT_EXCEPTIONS:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NO_CPP17_VARIANT:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NO_GETENV:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NO_GLOBAL_NEXTAFTER:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NO_POSIX_SIGNALS:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NO_USE_ASYNC:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NO_WCHAR:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_NO_WINDOWS_SEH:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_POSIX_SIGNALS:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_PREFIX_ALL:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_PREFIX_MESSAGES:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_USE_ASYNC:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_WCHAR:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_WINDOWS_CRTDBG:BOOL=OFF + +//Read docs/configuration.md for details +CATCH_CONFIG_WINDOWS_SEH:BOOL=OFF + +//Build tests, enable warnings, enable Werror, etc +CATCH_DEVELOPMENT_BUILD:BOOL=OFF + +//Add compiler flags for improving build reproducibility +CATCH_ENABLE_REPRODUCIBLE_BUILD:BOOL=ON + +//Install documentation alongside library +CATCH_INSTALL_DOCS:BOOL=ON + +//Install extras (CMake scripts, debugger helpers) alongside library +CATCH_INSTALL_EXTRAS:BOOL=ON + +//No help, variable specified on the command line. +CATKIN_ENABLE_TESTING:UNINITIALIZED=OFF + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING=Release + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/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=/home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/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 + +//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/runner/work/array/array/_codeql_build_dir/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=Array + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=1.0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC= + +//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=ON + +//Path to the coverage program that CTest uses for performing coverage +// inspection +COVERAGE_COMMAND:FILEPATH=/usr/bin/gcov + +//Extra command line flags to pass to the coverage tool +COVERAGE_EXTRA_FLAGS:STRING=-l + +//How many times to retry timed-out CTest submissions. +CTEST_SUBMIT_RETRY_COUNT:STRING=3 + +//How long to wait between timed-out CTest submissions. +CTEST_SUBMIT_RETRY_DELAY:STRING=5 + +//Dependencies for the target +Catch2WithMain_LIB_DEPENDS:STATIC=general;Catch2; + +//Value Computed by CMake +Catch2_BINARY_DIR:STATIC=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build + +//The directory containing a CMake configuration file for Catch2. +Catch2_DIR:PATH=Catch2_DIR-NOTFOUND + +//Value Computed by CMake +Catch2_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +Catch2_SOURCE_DIR:STATIC=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src + +//Maximum time allowed before CTest will kill the test. +DART_TESTING_TIMEOUT:STRING=1500 + +//Directory under which to collect all populated content +FETCHCONTENT_BASE_DIR:PATH=/home/runner/work/array/array/_codeql_build_dir/_deps + +//Disables all attempts to download or update content and assumes +// source dirs already exist +FETCHCONTENT_FULLY_DISCONNECTED:BOOL=OFF + +//Enables QUIET option for all content population +FETCHCONTENT_QUIET:BOOL=ON + +//When not empty, overrides where to find pre-populated content +// for Catch2 +FETCHCONTENT_SOURCE_DIR_CATCH2:PATH= + +//When not empty, overrides where to find pre-populated content +// for fmt +FETCHCONTENT_SOURCE_DIR_FMT:PATH= + +//Enables UPDATE_DISCONNECTED behavior for all content population +FETCHCONTENT_UPDATES_DISCONNECTED:BOOL=OFF + +//Enables UPDATE_DISCONNECTED behavior just for population of Catch2 +FETCHCONTENT_UPDATES_DISCONNECTED_CATCH2:BOOL=OFF + +//Enables UPDATE_DISCONNECTED behavior just for population of fmt +FETCHCONTENT_UPDATES_DISCONNECTED_FMT:BOOL=OFF + +//Value Computed by CMake +FMT_BINARY_DIR:STATIC=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build + +//Generate the cuda-test target. +FMT_CUDA_TEST:BOOL=OFF + +//Debug library postfix. +FMT_DEBUG_POSTFIX:STRING=d + +//Generate the doc target. +FMT_DOC:BOOL=OFF + +//Generate the fuzz target. +FMT_FUZZ:BOOL=OFF + +//Installation directory for include files, a relative path that +// will be joined with /usr/local or an absolute path. +FMT_INC_DIR:STRING=include + +//Generate the install target. +FMT_INSTALL:BOOL=OFF + +//Value Computed by CMake +FMT_IS_TOP_LEVEL:STATIC=OFF + +//Build a module instead of a traditional library. +FMT_MODULE:BOOL=OFF + +//Include core requiring OS (Windows/Posix) +FMT_OS:BOOL=ON + +//Enable extra warnings and expensive tests. +FMT_PEDANTIC:BOOL=OFF + +//Value Computed by CMake +FMT_SOURCE_DIR:STATIC=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src + +//Generate the test target. +FMT_TEST:BOOL=OFF + +//Halt the compilation with an error on compiler warnings. +FMT_WERROR:BOOL=OFF + +//Path to a program. +GITCOMMAND:FILEPATH=/usr/bin/git + +//Git command line client +GIT_EXECUTABLE:FILEPATH=/usr/bin/git + +//Command to build the project +MAKECOMMAND:STRING=/usr/local/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" + +//Path to the memory checking command, used for memory error detection. +MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND + +//File that contains suppressions for the memory checker +MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH= + +//Name of the computer/site where compile is being run +SITE:STRING=runnervmoqczp + +//The directory containing a CMake configuration file for fmt. +fmt_DIR:PATH=fmt_DIR-NOTFOUND + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CATCH_CONFIG_ANDROID_LOGWRITE +CATCH_CONFIG_ANDROID_LOGWRITE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_BAZEL_SUPPORT +CATCH_CONFIG_BAZEL_SUPPORT-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_COLOUR_WIN32 +CATCH_CONFIG_COLOUR_WIN32-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_CONSOLE_WIDTH +CATCH_CONFIG_CONSOLE_WIDTH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_COUNTER +CATCH_CONFIG_COUNTER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_CPP11_TO_STRING +CATCH_CONFIG_CPP11_TO_STRING-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_CPP17_BYTE +CATCH_CONFIG_CPP17_BYTE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_CPP17_OPTIONAL +CATCH_CONFIG_CPP17_OPTIONAL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_CPP17_STRING_VIEW +CATCH_CONFIG_CPP17_STRING_VIEW-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS +CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_CPP17_VARIANT +CATCH_CONFIG_CPP17_VARIANT-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_DEFAULT_REPORTER +CATCH_CONFIG_DEFAULT_REPORTER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_DISABLE +CATCH_CONFIG_DISABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_DISABLE_EXCEPTIONS +CATCH_CONFIG_DISABLE_EXCEPTIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_DISABLE_EXCEPTIONS_CUSTOM_HANDLER +CATCH_CONFIG_DISABLE_EXCEPTIONS_CUSTOM_HANDLER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_DISABLE_STRINGIFICATION +CATCH_CONFIG_DISABLE_STRINGIFICATION-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_ENABLE_ALL_STRINGMAKERS +CATCH_CONFIG_ENABLE_ALL_STRINGMAKERS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_ENABLE_OPTIONAL_STRINGMAKER +CATCH_CONFIG_ENABLE_OPTIONAL_STRINGMAKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_ENABLE_PAIR_STRINGMAKER +CATCH_CONFIG_ENABLE_PAIR_STRINGMAKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_ENABLE_TUPLE_STRINGMAKER +CATCH_CONFIG_ENABLE_TUPLE_STRINGMAKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_ENABLE_VARIANT_STRINGMAKER +CATCH_CONFIG_ENABLE_VARIANT_STRINGMAKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_EXPERIMENTAL_REDIRECT +CATCH_CONFIG_EXPERIMENTAL_REDIRECT-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT +CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_FAST_COMPILE +CATCH_CONFIG_FAST_COMPILE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_GETENV +CATCH_CONFIG_GETENV-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_GLOBAL_NEXTAFTER +CATCH_CONFIG_GLOBAL_NEXTAFTER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NOSTDOUT +CATCH_CONFIG_NOSTDOUT-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NO_ANDROID_LOGWRITE +CATCH_CONFIG_NO_ANDROID_LOGWRITE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NO_BAZEL_SUPPORT +CATCH_CONFIG_NO_BAZEL_SUPPORT-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NO_COLOUR_WIN32 +CATCH_CONFIG_NO_COLOUR_WIN32-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NO_COUNTER +CATCH_CONFIG_NO_COUNTER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NO_CPP11_TO_STRING +CATCH_CONFIG_NO_CPP11_TO_STRING-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NO_CPP17_BYTE +CATCH_CONFIG_NO_CPP17_BYTE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NO_CPP17_OPTIONAL +CATCH_CONFIG_NO_CPP17_OPTIONAL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NO_CPP17_STRING_VIEW +CATCH_CONFIG_NO_CPP17_STRING_VIEW-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NO_CPP17_UNCAUGHT_EXCEPTIONS +CATCH_CONFIG_NO_CPP17_UNCAUGHT_EXCEPTIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NO_CPP17_VARIANT +CATCH_CONFIG_NO_CPP17_VARIANT-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT +CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NO_GETENV +CATCH_CONFIG_NO_GETENV-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NO_GLOBAL_NEXTAFTER +CATCH_CONFIG_NO_GLOBAL_NEXTAFTER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NO_POSIX_SIGNALS +CATCH_CONFIG_NO_POSIX_SIGNALS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NO_USE_ASYNC +CATCH_CONFIG_NO_USE_ASYNC-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NO_WCHAR +CATCH_CONFIG_NO_WCHAR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_NO_WINDOWS_SEH +CATCH_CONFIG_NO_WINDOWS_SEH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_POSIX_SIGNALS +CATCH_CONFIG_POSIX_SIGNALS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_PREFIX_ALL +CATCH_CONFIG_PREFIX_ALL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_PREFIX_MESSAGES +CATCH_CONFIG_PREFIX_MESSAGES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_USE_ASYNC +CATCH_CONFIG_USE_ASYNC-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_WCHAR +CATCH_CONFIG_WCHAR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_WINDOWS_CRTDBG +CATCH_CONFIG_WINDOWS_CRTDBG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CATCH_CONFIG_WINDOWS_SEH +CATCH_CONFIG_WINDOWS_SEH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/runner/work/array/array/_codeql_build_dir +//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=31 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=6 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/bin/cpack +//ADVANCED property for variable: CMAKE_CTEST_COMMAND +CMAKE_CTEST_COMMAND-ADVANCED:INTERNAL=1 +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/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 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/runner/work/array/array +//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 +//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=4 +//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/local/share/cmake-3.31 +//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: COVERAGE_COMMAND +COVERAGE_COMMAND-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: COVERAGE_EXTRA_FLAGS +COVERAGE_EXTRA_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CTEST_SUBMIT_RETRY_COUNT +CTEST_SUBMIT_RETRY_COUNT-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CTEST_SUBMIT_RETRY_DELAY +CTEST_SUBMIT_RETRY_DELAY-ADVANCED:INTERNAL=1 +//Project GUID +Catch2WithMain_GUID_CMAKE:INTERNAL=8bd3552a-2cfb-4a59-ab15-2031b97ada1e +//Project GUID +Catch2_GUID_CMAKE:INTERNAL=8d538cbe-01bf-4a2e-a98a-6c368fdf13d7 +//ADVANCED property for variable: DART_TESTING_TIMEOUT +DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1 +//Test FMT_HAS_VARIANT +FMT_HAS_VARIANT:INTERNAL=1 +//ADVANCED property for variable: GITCOMMAND +GITCOMMAND-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: GIT_EXECUTABLE +GIT_EXECUTABLE-ADVANCED:INTERNAL=1 +//Test HAVE_FLAG__ffile_prefix_map__home_runner_work_array_array__codeql_build_dir__deps_catch2_src__ +HAVE_FLAG__ffile_prefix_map__home_runner_work_array_array__codeql_build_dir__deps_catch2_src__:INTERNAL=1 +//Have symbol strtod_l +HAVE_STRTOD_L:INTERNAL= +//ADVANCED property for variable: MAKECOMMAND +MAKECOMMAND-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MEMORYCHECK_COMMAND +MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MEMORYCHECK_SUPPRESSIONS_FILE +MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SITE +SITE-ADVANCED:INTERNAL=1 +//Test SUPPORTS_USER_DEFINED_LITERALS +SUPPORTS_USER_DEFINED_LITERALS:INTERNAL=1 +//Catch2 full path to CatchAddTests.cmake helper file +_CATCH_DISCOVER_TESTS_SCRIPT:INTERNAL=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/extras/CatchAddTests.cmake +//linker supports push/pop state +_CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//linker supports push/pop state +_CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//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 + diff --git a/_codeql_build_dir/CMakeFiles/3.31.6/CMakeCCompiler.cmake b/_codeql_build_dir/CMakeFiles/3.31.6/CMakeCCompiler.cmake new file mode 100644 index 0000000..5c73bcc --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/3.31.6/CMakeCCompiler.cmake @@ -0,0 +1,81 @@ +set(CMAKE_C_COMPILER "/home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "13.3.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_STANDARD_LATEST "23") +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_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_C_COMPILER_LINKER_ID "GNU") +set(CMAKE_C_COMPILER_LINKER_VERSION 2.42) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU) +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 ) + +# 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/_codeql_build_dir/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake b/_codeql_build_dir/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..bed0548 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/3.31.6/CMakeCXXCompiler.cmake @@ -0,0 +1,101 @@ +set(CMAKE_CXX_COMPILER "/home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "13.3.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_STANDARD_LATEST "23") +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_CXX26_COMPILE_FEATURES "") + +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_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.42) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +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 IN ITEMS 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 ) + +# 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 "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + + diff --git a/_codeql_build_dir/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin b/_codeql_build_dir/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..0e5f034 Binary files /dev/null and b/_codeql_build_dir/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_C.bin differ diff --git a/_codeql_build_dir/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin b/_codeql_build_dir/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..e90f3f7 Binary files /dev/null and b/_codeql_build_dir/CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/_codeql_build_dir/CMakeFiles/3.31.6/CMakeSystem.cmake b/_codeql_build_dir/CMakeFiles/3.31.6/CMakeSystem.cmake new file mode 100644 index 0000000..b2715a6 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/3.31.6/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.11.0-1018-azure") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.11.0-1018-azure") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.11.0-1018-azure") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.11.0-1018-azure") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/_codeql_build_dir/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c b/_codeql_build_dir/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..50d95e5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/3.31.6/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,904 @@ +#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__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_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(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# 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 "]"; + + + +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif C_STD > C_STD_17 +# define C_VERSION "23" +#elif C_STD > C_STD_11 +# define C_VERSION "17" +#elif C_STD > C_STD_99 +# define C_VERSION "11" +#elif C_STD >= C_STD_99 +# 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/_codeql_build_dir/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp b/_codeql_build_dir/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..3b6e114 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* 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(__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__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_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(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# 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 "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "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/_codeql_build_dir/CMakeFiles/CMakeConfigureLog.yaml b/_codeql_build_dir/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..1ac11b5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,708 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/local/share/cmake-3.31/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:6 (project)" + message: | + The system is: Linux - 6.11.0-1018-azure - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:6 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/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/runner/work/array/array/_codeql_build_dir/CMakeFiles/3.31.6/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:6 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/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/runner/work/array/array/_codeql_build_dir/CMakeFiles/3.31.6/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/local/share/cmake-3.31/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:6 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-1CXrl3" + binary: "/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-1CXrl3" + 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/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-1CXrl3' + + Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_5e223/fast + /usr/bin/gmake -f CMakeFiles/cmTC_5e223.dir/build.make CMakeFiles/cmTC_5e223.dir/build + gmake[1]: Entering directory '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-1CXrl3' + Building C object CMakeFiles/cmTC_5e223.dir/CMakeCCompilerABI.c.o + /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/cc -v -o CMakeFiles/cmTC_5e223.dir/CMakeCCompilerABI.c.o -c /usr/local/share/cmake-3.31/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='Ubuntu 13.3.0-6ubuntu2~24.04' --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-bootstrap --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/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.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 --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5e223.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5e223.dir/' + /usr/libexec/gcc/x86_64-linux-gnu/13/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/local/share/cmake-3.31/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_5e223.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cchoxtri.s + GNU C17 (Ubuntu 13.3.0-6ubuntu2~24.04) version 13.3.0 (x86_64-linux-gnu) + compiled by GNU C version 13.3.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: 38987c28e967c64056a6454abdef726e + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5e223.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5e223.dir/' + as -v --64 -o CMakeFiles/cmTC_5e223.dir/CMakeCCompilerABI.c.o /tmp/cchoxtri.s + GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 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_5e223.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5e223.dir/CMakeCCompilerABI.c.' + Linking C executable cmTC_5e223 + /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5e223.dir/link.txt --verbose=1 + 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='Ubuntu 13.3.0-6ubuntu2~24.04' --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-bootstrap --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/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.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 --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) + 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_5e223' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_5e223.' + /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/ccspEXtv.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 -z now -z relro -o cmTC_5e223 /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/../../.. -v CMakeFiles/cmTC_5e223.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 + collect2 version 13.3.0 + /usr/bin/ld -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/ccspEXtv.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 -z now -z relro -o cmTC_5e223 /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/../../.. -v CMakeFiles/cmTC_5e223.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 + GNU ld (GNU Binutils for Ubuntu) 2.42 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5e223' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_5e223.' + /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/cc -v -Wl,-v CMakeFiles/cmTC_5e223.dir/CMakeCCompilerABI.c.o -o cmTC_5e223 + gmake[1]: Leaving directory '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-1CXrl3' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/local/share/cmake-3.31/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/local/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/local/share/cmake-3.31/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-1CXrl3'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_5e223/fast] + ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_5e223.dir/build.make CMakeFiles/cmTC_5e223.dir/build] + ignore line: [gmake[1]: Entering directory '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-1CXrl3'] + ignore line: [Building C object CMakeFiles/cmTC_5e223.dir/CMakeCCompilerABI.c.o] + ignore line: [/home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/cc -v -o CMakeFiles/cmTC_5e223.dir/CMakeCCompilerABI.c.o -c /usr/local/share/cmake-3.31/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='Ubuntu 13.3.0-6ubuntu2~24.04' --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-bootstrap --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/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.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 --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5e223.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5e223.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/local/share/cmake-3.31/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_5e223.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cchoxtri.s] + ignore line: [GNU C17 (Ubuntu 13.3.0-6ubuntu2~24.04) version 13.3.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 13.3.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: 38987c28e967c64056a6454abdef726e] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5e223.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5e223.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_5e223.dir/CMakeCCompilerABI.c.o /tmp/cchoxtri.s] + ignore line: [GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 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_5e223.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5e223.dir/CMakeCCompilerABI.c.'] + ignore line: [Linking C executable cmTC_5e223] + ignore line: [/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5e223.dir/link.txt --verbose=1] + 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='Ubuntu 13.3.0-6ubuntu2~24.04' --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-bootstrap --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/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.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 --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ] + 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_5e223' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_5e223.'] + 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/ccspEXtv.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 -z now -z relro -o cmTC_5e223 /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/../../.. -v CMakeFiles/cmTC_5e223.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/ccspEXtv.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 [-znow] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_5e223] ==> 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 [-v] ==> ignore + arg [CMakeFiles/cmTC_5e223.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] + ignore line: [collect2 version 13.3.0] + ignore line: [/usr/bin/ld -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/ccspEXtv.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 -z now -z relro -o cmTC_5e223 /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/../../.. -v CMakeFiles/cmTC_5e223.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] + linker tool for 'C': /usr/bin/ld + 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: "message-v1" + backtrace: + - "/usr/local/share/cmake-3.31/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/local/share/cmake-3.31/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:6 (project)" + message: | + Running the C compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils for Ubuntu) 2.42 + - + kind: "try_compile-v1" + backtrace: + - "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/local/share/cmake-3.31/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:6 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-opltax" + binary: "/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-opltax" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-opltax' + + Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_415c9/fast + /usr/bin/gmake -f CMakeFiles/cmTC_415c9.dir/build.make CMakeFiles/cmTC_415c9.dir/build + gmake[1]: Entering directory '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-opltax' + Building CXX object CMakeFiles/cmTC_415c9.dir/CMakeCXXCompilerABI.cpp.o + /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ -v -o CMakeFiles/cmTC_415c9.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake-3.31/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='Ubuntu 13.3.0-6ubuntu2~24.04' --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-bootstrap --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/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.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 --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_415c9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_415c9.dir/' + /usr/libexec/gcc/x86_64-linux-gnu/13/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/local/share/cmake-3.31/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_415c9.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccbYwI96.s + GNU C++17 (Ubuntu 13.3.0-6ubuntu2~24.04) version 13.3.0 (x86_64-linux-gnu) + compiled by GNU C version 13.3.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: c81c05345ce537099dafd5580045814a + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_415c9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_415c9.dir/' + as -v --64 -o CMakeFiles/cmTC_415c9.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccbYwI96.s + GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 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_415c9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_415c9.dir/CMakeCXXCompilerABI.cpp.' + Linking CXX executable cmTC_415c9 + /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_415c9.dir/link.txt --verbose=1 + 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='Ubuntu 13.3.0-6ubuntu2~24.04' --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-bootstrap --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/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.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 --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) + 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_415c9' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_415c9.' + /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/cc6fmoPp.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 -z now -z relro -o cmTC_415c9 /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/../../.. -v CMakeFiles/cmTC_415c9.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 + collect2 version 13.3.0 + /usr/bin/ld -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/cc6fmoPp.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 -z now -z relro -o cmTC_415c9 /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/../../.. -v CMakeFiles/cmTC_415c9.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 + GNU ld (GNU Binutils for Ubuntu) 2.42 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_415c9' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_415c9.' + /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ -v -Wl,-v CMakeFiles/cmTC_415c9.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_415c9 + gmake[1]: Leaving directory '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-opltax' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/local/share/cmake-3.31/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/local/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/local/share/cmake-3.31/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-opltax'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_415c9/fast] + ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_415c9.dir/build.make CMakeFiles/cmTC_415c9.dir/build] + ignore line: [gmake[1]: Entering directory '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-opltax'] + ignore line: [Building CXX object CMakeFiles/cmTC_415c9.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ -v -o CMakeFiles/cmTC_415c9.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake-3.31/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='Ubuntu 13.3.0-6ubuntu2~24.04' --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-bootstrap --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/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.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 --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_415c9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_415c9.dir/'] + ignore line: [ /usr/libexec/gcc/x86_64-linux-gnu/13/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/local/share/cmake-3.31/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_415c9.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccbYwI96.s] + ignore line: [GNU C++17 (Ubuntu 13.3.0-6ubuntu2~24.04) version 13.3.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 13.3.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: c81c05345ce537099dafd5580045814a] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_415c9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_415c9.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_415c9.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccbYwI96.s] + ignore line: [GNU assembler version 2.42 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 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_415c9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_415c9.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [Linking CXX executable cmTC_415c9] + ignore line: [/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_415c9.dir/link.txt --verbose=1] + 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='Ubuntu 13.3.0-6ubuntu2~24.04' --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-bootstrap --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/gcc-13-fG75Ri/gcc-13-13.3.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-13-fG75Ri/gcc-13-13.3.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 --with-build-config=bootstrap-lto-lean --enable-link-serialization=2] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 13.3.0 (Ubuntu 13.3.0-6ubuntu2~24.04) ] + 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_415c9' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_415c9.'] + 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/cc6fmoPp.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 -z now -z relro -o cmTC_415c9 /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/../../.. -v CMakeFiles/cmTC_415c9.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/cc6fmoPp.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 [-znow] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_415c9] ==> 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 [-v] ==> ignore + arg [CMakeFiles/cmTC_415c9.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] + ignore line: [collect2 version 13.3.0] + ignore line: [/usr/bin/ld -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/cc6fmoPp.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 -z now -z relro -o cmTC_415c9 /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/../../.. -v CMakeFiles/cmTC_415c9.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] + linker tool for 'CXX': /usr/bin/ld + 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: "message-v1" + backtrace: + - "/usr/local/share/cmake-3.31/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/local/share/cmake-3.31/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:6 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils for Ubuntu) 2.42 + - + kind: "try_compile-v1" + backtrace: + - "/usr/local/share/cmake-3.31/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/usr/local/share/cmake-3.31/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/local/share/cmake-3.31/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)" + - "_codeql_build_dir/_deps/catch2-src/CMake/CatchMiscFunctions.cmake:12 (check_cxx_compiler_flag)" + - "_codeql_build_dir/_deps/catch2-src/CMake/CatchMiscFunctions.cmake:120 (add_cxx_flag_if_supported_to_targets)" + - "_codeql_build_dir/_deps/catch2-src/src/CMakeLists.txt:352 (add_build_reproducibility_settings)" + checks: + - "Performing Test HAVE_FLAG__ffile_prefix_map__home_runner_work_array_array__codeql_build_dir__deps_catch2_src__" + directories: + source: "/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-sjJF80" + binary: "/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-sjJF80" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/extras;/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/CMake" + buildResult: + variable: "HAVE_FLAG__ffile_prefix_map__home_runner_work_array_array__codeql_build_dir__deps_catch2_src__" + cached: true + stdout: | + Change Dir: '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-sjJF80' + + Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_c7d99/fast + /usr/bin/gmake -f CMakeFiles/cmTC_c7d99.dir/build.make CMakeFiles/cmTC_c7d99.dir/build + gmake[1]: Entering directory '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-sjJF80' + Building CXX object CMakeFiles/cmTC_c7d99.dir/src.cxx.o + /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ -DHAVE_FLAG__ffile_prefix_map__home_runner_work_array_array__codeql_build_dir__deps_catch2_src__ -std=gnu++23 -ffile-prefix-map=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/= -o CMakeFiles/cmTC_c7d99.dir/src.cxx.o -c /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-sjJF80/src.cxx + Linking CXX executable cmTC_c7d99 + /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c7d99.dir/link.txt --verbose=1 + /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ CMakeFiles/cmTC_c7d99.dir/src.cxx.o -o cmTC_c7d99 + gmake[1]: Leaving directory '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-sjJF80' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/local/share/cmake-3.31/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/usr/local/share/cmake-3.31/Modules/CheckCXXSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "_codeql_build_dir/_deps/fmt-src/support/cmake/cxx14.cmake:52 (check_cxx_source_compiles)" + - "_codeql_build_dir/_deps/fmt-src/CMakeLists.txt:122 (include)" + checks: + - "Performing Test SUPPORTS_USER_DEFINED_LITERALS" + directories: + source: "/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-fbcTxl" + binary: "/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-fbcTxl" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/extras;/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src/support/cmake" + buildResult: + variable: "SUPPORTS_USER_DEFINED_LITERALS" + cached: true + stdout: | + Change Dir: '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-fbcTxl' + + Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_0dc5e/fast + /usr/bin/gmake -f CMakeFiles/cmTC_0dc5e.dir/build.make CMakeFiles/cmTC_0dc5e.dir/build + gmake[1]: Entering directory '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-fbcTxl' + Building CXX object CMakeFiles/cmTC_0dc5e.dir/src.cxx.o + /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ -DSUPPORTS_USER_DEFINED_LITERALS -std=gnu++23 -o CMakeFiles/cmTC_0dc5e.dir/src.cxx.o -c /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-fbcTxl/src.cxx + Linking CXX executable cmTC_0dc5e + /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0dc5e.dir/link.txt --verbose=1 + /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ CMakeFiles/cmTC_0dc5e.dir/src.cxx.o -o cmTC_0dc5e + gmake[1]: Leaving directory '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-fbcTxl' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/local/share/cmake-3.31/Modules/Internal/CheckSourceCompiles.cmake:108 (try_compile)" + - "/usr/local/share/cmake-3.31/Modules/CheckCXXSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "_codeql_build_dir/_deps/fmt-src/support/cmake/cxx14.cmake:62 (check_cxx_source_compiles)" + - "_codeql_build_dir/_deps/fmt-src/CMakeLists.txt:122 (include)" + checks: + - "Performing Test FMT_HAS_VARIANT" + directories: + source: "/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-vmHj8A" + binary: "/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-vmHj8A" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/extras;/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src/support/cmake" + buildResult: + variable: "FMT_HAS_VARIANT" + cached: true + stdout: | + Change Dir: '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-vmHj8A' + + Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_91d1b/fast + /usr/bin/gmake -f CMakeFiles/cmTC_91d1b.dir/build.make CMakeFiles/cmTC_91d1b.dir/build + gmake[1]: Entering directory '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-vmHj8A' + Building CXX object CMakeFiles/cmTC_91d1b.dir/src.cxx.o + /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ -DFMT_HAS_VARIANT -std=c++1z -std=gnu++23 -o CMakeFiles/cmTC_91d1b.dir/src.cxx.o -c /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-vmHj8A/src.cxx + Linking CXX executable cmTC_91d1b + /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_91d1b.dir/link.txt --verbose=1 + /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ -std=c++1z CMakeFiles/cmTC_91d1b.dir/src.cxx.o -o cmTC_91d1b + gmake[1]: Leaving directory '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-vmHj8A' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/local/share/cmake-3.31/Modules/CheckSymbolExists.cmake:163 (try_compile)" + - "/usr/local/share/cmake-3.31/Modules/CheckSymbolExists.cmake:68 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "_codeql_build_dir/_deps/fmt-src/CMakeLists.txt:216 (check_symbol_exists)" + checks: + - "Looking for strtod_l" + directories: + source: "/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-kLIBG1" + binary: "/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-kLIBG1" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/extras;/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src/support/cmake" + buildResult: + variable: "HAVE_STRTOD_L" + cached: true + stdout: | + Change Dir: '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-kLIBG1' + + Run Build Command(s): /usr/local/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile cmTC_33a74/fast + /usr/bin/gmake -f CMakeFiles/cmTC_33a74.dir/build.make CMakeFiles/cmTC_33a74.dir/build + gmake[1]: Entering directory '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-kLIBG1' + Building C object CMakeFiles/cmTC_33a74.dir/CheckSymbolExists.c.o + /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/cc -o CMakeFiles/cmTC_33a74.dir/CheckSymbolExists.c.o -c /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-kLIBG1/CheckSymbolExists.c + /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-kLIBG1/CheckSymbolExists.c: In function ‘main’: + /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-kLIBG1/CheckSymbolExists.c:8:19: error: ‘strtod_l’ undeclared (first use in this function); did you mean ‘strtoull’? + 8 | return ((int*)(&strtod_l))[argc]; + | ^~~~~~~~ + | strtoull + /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-kLIBG1/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in + gmake[1]: *** [CMakeFiles/cmTC_33a74.dir/build.make:81: CMakeFiles/cmTC_33a74.dir/CheckSymbolExists.c.o] Error 1 + gmake[1]: Leaving directory '/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/CMakeScratch/TryCompile-kLIBG1' + gmake: *** [Makefile:134: cmTC_33a74/fast] Error 2 + + exitCode: 2 +... diff --git a/_codeql_build_dir/CMakeFiles/CMakeDirectoryInformation.cmake b/_codeql_build_dir/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..b5a792c --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/runner/work/array/array") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/runner/work/array/array/_codeql_build_dir") + +# 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/_codeql_build_dir/CMakeFiles/CMakeRuleHashes.txt b/_codeql_build_dir/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 0000000..094fc46 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,29 @@ +# Hashes of file build rules. +99aed65d0ddd0056d68ab186d4d6e0ab CMakeFiles/Continuous +0f4b4cea332d20d1c19edb580d6a7ed9 CMakeFiles/ContinuousBuild +e760e4227847081ff69e7c46fb53bd78 CMakeFiles/ContinuousConfigure +3825cf8ccba0f125f9796b601ce655dd CMakeFiles/ContinuousCoverage +29be600763b0483b4d0446d59eaef57f CMakeFiles/ContinuousMemCheck +16d704a5f6f86d7fdf8ecfd68f558db3 CMakeFiles/ContinuousStart +7f55308bb5208692b86a4a3f446a46b5 CMakeFiles/ContinuousSubmit +b21e3285c1da1bd691228b4bf7d9b2f7 CMakeFiles/ContinuousTest +f515a6329c7a97cb2acd31f06dc4f2fa CMakeFiles/ContinuousUpdate +ae33c35a8d05a8edcc536136d6e6f5a9 CMakeFiles/Experimental +001695c153790956de28ae1e6f7bce64 CMakeFiles/ExperimentalBuild +bf8a4b6561a30a333c5ef9f53eac903f CMakeFiles/ExperimentalConfigure +c9ef0fd325ebd395183b80cd1dca783e CMakeFiles/ExperimentalCoverage +782138a5665d157d4baf811e0394b809 CMakeFiles/ExperimentalMemCheck +a4bebfd0366148ddb70ac8164c2cb460 CMakeFiles/ExperimentalStart +3758b2f797556ab9d8488c0bf2e7b828 CMakeFiles/ExperimentalSubmit +9266d1b745beb0dea7494e60f1f6f073 CMakeFiles/ExperimentalTest +43c8db47d9679dc00866171dff56b57b CMakeFiles/ExperimentalUpdate +01061b8da87e27fe44678c7d488694ba CMakeFiles/Nightly +87ddcc267c50bc73cee4ad1a6dd0287d CMakeFiles/NightlyBuild +d7b8a926396ee7608d741bb24a7a8beb CMakeFiles/NightlyConfigure +9426f6b911362a2d482c45e2610fd5ea CMakeFiles/NightlyCoverage +4dc55260e42369b920d07b8e5f216209 CMakeFiles/NightlyMemCheck +36abd415637258e150069a709cdf186c CMakeFiles/NightlyMemoryCheck +b2291bc08e37c091465c9b3cc51e8f57 CMakeFiles/NightlyStart +d6d398f61725d86e88ecb8d654c8613a CMakeFiles/NightlySubmit +f32a56cf0a8de5ee921734c998671f7e CMakeFiles/NightlyTest +3966ca136588011674690c1eb8caf32c CMakeFiles/NightlyUpdate diff --git a/_codeql_build_dir/CMakeFiles/Continuous.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/Continuous.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Continuous.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/_codeql_build_dir/CMakeFiles/Continuous.dir/build.make b/_codeql_build_dir/CMakeFiles/Continuous.dir/build.make new file mode 100644 index 0000000..326dedf --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Continuous.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for Continuous. + +# Include any custom commands dependencies for this target. +include CMakeFiles/Continuous.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/Continuous.dir/progress.make + +CMakeFiles/Continuous: + /usr/local/bin/ctest -D Continuous + +CMakeFiles/Continuous.dir/codegen: +.PHONY : CMakeFiles/Continuous.dir/codegen + +Continuous: CMakeFiles/Continuous +Continuous: CMakeFiles/Continuous.dir/build.make +.PHONY : Continuous + +# Rule to build all files generated by this target. +CMakeFiles/Continuous.dir/build: Continuous +.PHONY : CMakeFiles/Continuous.dir/build + +CMakeFiles/Continuous.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/Continuous.dir/cmake_clean.cmake +.PHONY : CMakeFiles/Continuous.dir/clean + +CMakeFiles/Continuous.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/Continuous.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/Continuous.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/Continuous.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/Continuous.dir/cmake_clean.cmake new file mode 100644 index 0000000..7e1791c --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Continuous.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/Continuous" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/Continuous.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/Continuous.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/Continuous.dir/compiler_depend.make new file mode 100644 index 0000000..4e014e0 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Continuous.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for Continuous. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/Continuous.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/Continuous.dir/compiler_depend.ts new file mode 100644 index 0000000..8630362 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Continuous.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for Continuous. diff --git a/_codeql_build_dir/CMakeFiles/Continuous.dir/progress.make b/_codeql_build_dir/CMakeFiles/Continuous.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Continuous.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousBuild.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/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/build.make b/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/build.make new file mode 100644 index 0000000..7d7aa04 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for ContinuousBuild. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ContinuousBuild.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ContinuousBuild.dir/progress.make + +CMakeFiles/ContinuousBuild: + /usr/local/bin/ctest -D ContinuousBuild + +CMakeFiles/ContinuousBuild.dir/codegen: +.PHONY : CMakeFiles/ContinuousBuild.dir/codegen + +ContinuousBuild: CMakeFiles/ContinuousBuild +ContinuousBuild: CMakeFiles/ContinuousBuild.dir/build.make +.PHONY : ContinuousBuild + +# Rule to build all files generated by this target. +CMakeFiles/ContinuousBuild.dir/build: ContinuousBuild +.PHONY : CMakeFiles/ContinuousBuild.dir/build + +CMakeFiles/ContinuousBuild.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ContinuousBuild.dir/clean + +CMakeFiles/ContinuousBuild.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/ContinuousBuild.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake new file mode 100644 index 0000000..afccd13 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ContinuousBuild" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ContinuousBuild.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/compiler_depend.make new file mode 100644 index 0000000..00b62ad --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ContinuousBuild. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/compiler_depend.ts new file mode 100644 index 0000000..1cb8618 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ContinuousBuild. diff --git a/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/progress.make b/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousConfigure.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/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/build.make b/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/build.make new file mode 100644 index 0000000..ff47c11 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for ContinuousConfigure. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ContinuousConfigure.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ContinuousConfigure.dir/progress.make + +CMakeFiles/ContinuousConfigure: + /usr/local/bin/ctest -D ContinuousConfigure + +CMakeFiles/ContinuousConfigure.dir/codegen: +.PHONY : CMakeFiles/ContinuousConfigure.dir/codegen + +ContinuousConfigure: CMakeFiles/ContinuousConfigure +ContinuousConfigure: CMakeFiles/ContinuousConfigure.dir/build.make +.PHONY : ContinuousConfigure + +# Rule to build all files generated by this target. +CMakeFiles/ContinuousConfigure.dir/build: ContinuousConfigure +.PHONY : CMakeFiles/ContinuousConfigure.dir/build + +CMakeFiles/ContinuousConfigure.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ContinuousConfigure.dir/clean + +CMakeFiles/ContinuousConfigure.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/ContinuousConfigure.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake new file mode 100644 index 0000000..eb51e20 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ContinuousConfigure" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ContinuousConfigure.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/compiler_depend.make new file mode 100644 index 0000000..584c8bb --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ContinuousConfigure. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/compiler_depend.ts new file mode 100644 index 0000000..c8a3427 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ContinuousConfigure. diff --git a/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/progress.make b/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousCoverage.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/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/build.make b/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/build.make new file mode 100644 index 0000000..fdcdd5f --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for ContinuousCoverage. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ContinuousCoverage.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ContinuousCoverage.dir/progress.make + +CMakeFiles/ContinuousCoverage: + /usr/local/bin/ctest -D ContinuousCoverage + +CMakeFiles/ContinuousCoverage.dir/codegen: +.PHONY : CMakeFiles/ContinuousCoverage.dir/codegen + +ContinuousCoverage: CMakeFiles/ContinuousCoverage +ContinuousCoverage: CMakeFiles/ContinuousCoverage.dir/build.make +.PHONY : ContinuousCoverage + +# Rule to build all files generated by this target. +CMakeFiles/ContinuousCoverage.dir/build: ContinuousCoverage +.PHONY : CMakeFiles/ContinuousCoverage.dir/build + +CMakeFiles/ContinuousCoverage.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ContinuousCoverage.dir/clean + +CMakeFiles/ContinuousCoverage.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/ContinuousCoverage.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake new file mode 100644 index 0000000..6115f89 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ContinuousCoverage" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ContinuousCoverage.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/compiler_depend.make new file mode 100644 index 0000000..8d1a807 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ContinuousCoverage. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/compiler_depend.ts new file mode 100644 index 0000000..23d476b --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ContinuousCoverage. diff --git a/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/progress.make b/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.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/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/build.make b/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/build.make new file mode 100644 index 0000000..2181bdd --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for ContinuousMemCheck. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ContinuousMemCheck.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ContinuousMemCheck.dir/progress.make + +CMakeFiles/ContinuousMemCheck: + /usr/local/bin/ctest -D ContinuousMemCheck + +CMakeFiles/ContinuousMemCheck.dir/codegen: +.PHONY : CMakeFiles/ContinuousMemCheck.dir/codegen + +ContinuousMemCheck: CMakeFiles/ContinuousMemCheck +ContinuousMemCheck: CMakeFiles/ContinuousMemCheck.dir/build.make +.PHONY : ContinuousMemCheck + +# Rule to build all files generated by this target. +CMakeFiles/ContinuousMemCheck.dir/build: ContinuousMemCheck +.PHONY : CMakeFiles/ContinuousMemCheck.dir/build + +CMakeFiles/ContinuousMemCheck.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ContinuousMemCheck.dir/clean + +CMakeFiles/ContinuousMemCheck.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/ContinuousMemCheck.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake new file mode 100644 index 0000000..ad69e7f --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ContinuousMemCheck" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ContinuousMemCheck.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.make new file mode 100644 index 0000000..930bb61 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ContinuousMemCheck. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.ts new file mode 100644 index 0000000..4f4fc23 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ContinuousMemCheck. diff --git a/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/progress.make b/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousStart.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/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/build.make b/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/build.make new file mode 100644 index 0000000..1e027b2 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for ContinuousStart. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ContinuousStart.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ContinuousStart.dir/progress.make + +CMakeFiles/ContinuousStart: + /usr/local/bin/ctest -D ContinuousStart + +CMakeFiles/ContinuousStart.dir/codegen: +.PHONY : CMakeFiles/ContinuousStart.dir/codegen + +ContinuousStart: CMakeFiles/ContinuousStart +ContinuousStart: CMakeFiles/ContinuousStart.dir/build.make +.PHONY : ContinuousStart + +# Rule to build all files generated by this target. +CMakeFiles/ContinuousStart.dir/build: ContinuousStart +.PHONY : CMakeFiles/ContinuousStart.dir/build + +CMakeFiles/ContinuousStart.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ContinuousStart.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ContinuousStart.dir/clean + +CMakeFiles/ContinuousStart.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/ContinuousStart.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/cmake_clean.cmake new file mode 100644 index 0000000..13d5b2b --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ContinuousStart" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ContinuousStart.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/compiler_depend.make new file mode 100644 index 0000000..af62614 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ContinuousStart. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/compiler_depend.ts new file mode 100644 index 0000000..fcc8893 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ContinuousStart. diff --git a/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/progress.make b/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousStart.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousSubmit.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/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/build.make b/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/build.make new file mode 100644 index 0000000..934b418 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for ContinuousSubmit. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ContinuousSubmit.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ContinuousSubmit.dir/progress.make + +CMakeFiles/ContinuousSubmit: + /usr/local/bin/ctest -D ContinuousSubmit + +CMakeFiles/ContinuousSubmit.dir/codegen: +.PHONY : CMakeFiles/ContinuousSubmit.dir/codegen + +ContinuousSubmit: CMakeFiles/ContinuousSubmit +ContinuousSubmit: CMakeFiles/ContinuousSubmit.dir/build.make +.PHONY : ContinuousSubmit + +# Rule to build all files generated by this target. +CMakeFiles/ContinuousSubmit.dir/build: ContinuousSubmit +.PHONY : CMakeFiles/ContinuousSubmit.dir/build + +CMakeFiles/ContinuousSubmit.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ContinuousSubmit.dir/clean + +CMakeFiles/ContinuousSubmit.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/ContinuousSubmit.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake new file mode 100644 index 0000000..cc66ba3 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ContinuousSubmit" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ContinuousSubmit.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/compiler_depend.make new file mode 100644 index 0000000..3380916 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ContinuousSubmit. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/compiler_depend.ts new file mode 100644 index 0000000..73d7404 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ContinuousSubmit. diff --git a/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/progress.make b/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousTest.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/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/build.make b/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/build.make new file mode 100644 index 0000000..2b13025 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for ContinuousTest. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ContinuousTest.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ContinuousTest.dir/progress.make + +CMakeFiles/ContinuousTest: + /usr/local/bin/ctest -D ContinuousTest + +CMakeFiles/ContinuousTest.dir/codegen: +.PHONY : CMakeFiles/ContinuousTest.dir/codegen + +ContinuousTest: CMakeFiles/ContinuousTest +ContinuousTest: CMakeFiles/ContinuousTest.dir/build.make +.PHONY : ContinuousTest + +# Rule to build all files generated by this target. +CMakeFiles/ContinuousTest.dir/build: ContinuousTest +.PHONY : CMakeFiles/ContinuousTest.dir/build + +CMakeFiles/ContinuousTest.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ContinuousTest.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ContinuousTest.dir/clean + +CMakeFiles/ContinuousTest.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/ContinuousTest.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake new file mode 100644 index 0000000..ff11d48 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ContinuousTest" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ContinuousTest.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/compiler_depend.make new file mode 100644 index 0000000..24d664a --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ContinuousTest. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/compiler_depend.ts new file mode 100644 index 0000000..bd7c1d1 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ContinuousTest. diff --git a/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/progress.make b/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousTest.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousUpdate.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/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/build.make b/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/build.make new file mode 100644 index 0000000..dd34898 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for ContinuousUpdate. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ContinuousUpdate.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ContinuousUpdate.dir/progress.make + +CMakeFiles/ContinuousUpdate: + /usr/local/bin/ctest -D ContinuousUpdate + +CMakeFiles/ContinuousUpdate.dir/codegen: +.PHONY : CMakeFiles/ContinuousUpdate.dir/codegen + +ContinuousUpdate: CMakeFiles/ContinuousUpdate +ContinuousUpdate: CMakeFiles/ContinuousUpdate.dir/build.make +.PHONY : ContinuousUpdate + +# Rule to build all files generated by this target. +CMakeFiles/ContinuousUpdate.dir/build: ContinuousUpdate +.PHONY : CMakeFiles/ContinuousUpdate.dir/build + +CMakeFiles/ContinuousUpdate.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ContinuousUpdate.dir/clean + +CMakeFiles/ContinuousUpdate.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/ContinuousUpdate.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake new file mode 100644 index 0000000..7a77a24 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ContinuousUpdate" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ContinuousUpdate.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/compiler_depend.make new file mode 100644 index 0000000..b373226 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ContinuousUpdate. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/compiler_depend.ts new file mode 100644 index 0000000..ed8de92 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ContinuousUpdate. diff --git a/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/progress.make b/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/Experimental.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/Experimental.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Experimental.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/_codeql_build_dir/CMakeFiles/Experimental.dir/build.make b/_codeql_build_dir/CMakeFiles/Experimental.dir/build.make new file mode 100644 index 0000000..260c241 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Experimental.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for Experimental. + +# Include any custom commands dependencies for this target. +include CMakeFiles/Experimental.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/Experimental.dir/progress.make + +CMakeFiles/Experimental: + /usr/local/bin/ctest -D Experimental + +CMakeFiles/Experimental.dir/codegen: +.PHONY : CMakeFiles/Experimental.dir/codegen + +Experimental: CMakeFiles/Experimental +Experimental: CMakeFiles/Experimental.dir/build.make +.PHONY : Experimental + +# Rule to build all files generated by this target. +CMakeFiles/Experimental.dir/build: Experimental +.PHONY : CMakeFiles/Experimental.dir/build + +CMakeFiles/Experimental.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/Experimental.dir/cmake_clean.cmake +.PHONY : CMakeFiles/Experimental.dir/clean + +CMakeFiles/Experimental.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/Experimental.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/Experimental.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/Experimental.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/Experimental.dir/cmake_clean.cmake new file mode 100644 index 0000000..799e708 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Experimental.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/Experimental" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/Experimental.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/Experimental.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/Experimental.dir/compiler_depend.make new file mode 100644 index 0000000..df83d58 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Experimental.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for Experimental. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/Experimental.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/Experimental.dir/compiler_depend.ts new file mode 100644 index 0000000..2619b9b --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Experimental.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for Experimental. diff --git a/_codeql_build_dir/CMakeFiles/Experimental.dir/progress.make b/_codeql_build_dir/CMakeFiles/Experimental.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Experimental.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalBuild.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/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/build.make b/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/build.make new file mode 100644 index 0000000..2df218b --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for ExperimentalBuild. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ExperimentalBuild.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ExperimentalBuild.dir/progress.make + +CMakeFiles/ExperimentalBuild: + /usr/local/bin/ctest -D ExperimentalBuild + +CMakeFiles/ExperimentalBuild.dir/codegen: +.PHONY : CMakeFiles/ExperimentalBuild.dir/codegen + +ExperimentalBuild: CMakeFiles/ExperimentalBuild +ExperimentalBuild: CMakeFiles/ExperimentalBuild.dir/build.make +.PHONY : ExperimentalBuild + +# Rule to build all files generated by this target. +CMakeFiles/ExperimentalBuild.dir/build: ExperimentalBuild +.PHONY : CMakeFiles/ExperimentalBuild.dir/build + +CMakeFiles/ExperimentalBuild.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ExperimentalBuild.dir/clean + +CMakeFiles/ExperimentalBuild.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/ExperimentalBuild.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake new file mode 100644 index 0000000..3354e3f --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ExperimentalBuild" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ExperimentalBuild.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/compiler_depend.make new file mode 100644 index 0000000..7608631 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ExperimentalBuild. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/compiler_depend.ts new file mode 100644 index 0000000..34d9160 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ExperimentalBuild. diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/progress.make b/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.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/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/build.make b/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/build.make new file mode 100644 index 0000000..9c4c1a4 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for ExperimentalConfigure. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ExperimentalConfigure.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ExperimentalConfigure.dir/progress.make + +CMakeFiles/ExperimentalConfigure: + /usr/local/bin/ctest -D ExperimentalConfigure + +CMakeFiles/ExperimentalConfigure.dir/codegen: +.PHONY : CMakeFiles/ExperimentalConfigure.dir/codegen + +ExperimentalConfigure: CMakeFiles/ExperimentalConfigure +ExperimentalConfigure: CMakeFiles/ExperimentalConfigure.dir/build.make +.PHONY : ExperimentalConfigure + +# Rule to build all files generated by this target. +CMakeFiles/ExperimentalConfigure.dir/build: ExperimentalConfigure +.PHONY : CMakeFiles/ExperimentalConfigure.dir/build + +CMakeFiles/ExperimentalConfigure.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ExperimentalConfigure.dir/clean + +CMakeFiles/ExperimentalConfigure.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/ExperimentalConfigure.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake new file mode 100644 index 0000000..69e4a71 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ExperimentalConfigure" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ExperimentalConfigure.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.make new file mode 100644 index 0000000..0738796 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ExperimentalConfigure. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.ts new file mode 100644 index 0000000..51fc32c --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ExperimentalConfigure. diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/progress.make b/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.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/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/build.make b/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/build.make new file mode 100644 index 0000000..3b4bebb --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for ExperimentalCoverage. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ExperimentalCoverage.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ExperimentalCoverage.dir/progress.make + +CMakeFiles/ExperimentalCoverage: + /usr/local/bin/ctest -D ExperimentalCoverage + +CMakeFiles/ExperimentalCoverage.dir/codegen: +.PHONY : CMakeFiles/ExperimentalCoverage.dir/codegen + +ExperimentalCoverage: CMakeFiles/ExperimentalCoverage +ExperimentalCoverage: CMakeFiles/ExperimentalCoverage.dir/build.make +.PHONY : ExperimentalCoverage + +# Rule to build all files generated by this target. +CMakeFiles/ExperimentalCoverage.dir/build: ExperimentalCoverage +.PHONY : CMakeFiles/ExperimentalCoverage.dir/build + +CMakeFiles/ExperimentalCoverage.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ExperimentalCoverage.dir/clean + +CMakeFiles/ExperimentalCoverage.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/ExperimentalCoverage.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake new file mode 100644 index 0000000..b8d6597 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ExperimentalCoverage" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ExperimentalCoverage.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.make new file mode 100644 index 0000000..4c327cb --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ExperimentalCoverage. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.ts new file mode 100644 index 0000000..d3bffd3 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ExperimentalCoverage. diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/progress.make b/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.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/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/build.make b/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/build.make new file mode 100644 index 0000000..108c218 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for ExperimentalMemCheck. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ExperimentalMemCheck.dir/progress.make + +CMakeFiles/ExperimentalMemCheck: + /usr/local/bin/ctest -D ExperimentalMemCheck + +CMakeFiles/ExperimentalMemCheck.dir/codegen: +.PHONY : CMakeFiles/ExperimentalMemCheck.dir/codegen + +ExperimentalMemCheck: CMakeFiles/ExperimentalMemCheck +ExperimentalMemCheck: CMakeFiles/ExperimentalMemCheck.dir/build.make +.PHONY : ExperimentalMemCheck + +# Rule to build all files generated by this target. +CMakeFiles/ExperimentalMemCheck.dir/build: ExperimentalMemCheck +.PHONY : CMakeFiles/ExperimentalMemCheck.dir/build + +CMakeFiles/ExperimentalMemCheck.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ExperimentalMemCheck.dir/clean + +CMakeFiles/ExperimentalMemCheck.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/ExperimentalMemCheck.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake new file mode 100644 index 0000000..ed3f7bc --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ExperimentalMemCheck" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ExperimentalMemCheck.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.make new file mode 100644 index 0000000..ab194c2 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ExperimentalMemCheck. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.ts new file mode 100644 index 0000000..5d0d9ac --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ExperimentalMemCheck. diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/progress.make b/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalStart.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/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/build.make b/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/build.make new file mode 100644 index 0000000..8f063d0 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for ExperimentalStart. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ExperimentalStart.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ExperimentalStart.dir/progress.make + +CMakeFiles/ExperimentalStart: + /usr/local/bin/ctest -D ExperimentalStart + +CMakeFiles/ExperimentalStart.dir/codegen: +.PHONY : CMakeFiles/ExperimentalStart.dir/codegen + +ExperimentalStart: CMakeFiles/ExperimentalStart +ExperimentalStart: CMakeFiles/ExperimentalStart.dir/build.make +.PHONY : ExperimentalStart + +# Rule to build all files generated by this target. +CMakeFiles/ExperimentalStart.dir/build: ExperimentalStart +.PHONY : CMakeFiles/ExperimentalStart.dir/build + +CMakeFiles/ExperimentalStart.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ExperimentalStart.dir/clean + +CMakeFiles/ExperimentalStart.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/ExperimentalStart.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake new file mode 100644 index 0000000..4e2736b --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ExperimentalStart" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ExperimentalStart.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/compiler_depend.make new file mode 100644 index 0000000..29aab51 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ExperimentalStart. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/compiler_depend.ts new file mode 100644 index 0000000..a636e5c --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ExperimentalStart. diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/progress.make b/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.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/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/build.make b/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/build.make new file mode 100644 index 0000000..0964eed --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for ExperimentalSubmit. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ExperimentalSubmit.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ExperimentalSubmit.dir/progress.make + +CMakeFiles/ExperimentalSubmit: + /usr/local/bin/ctest -D ExperimentalSubmit + +CMakeFiles/ExperimentalSubmit.dir/codegen: +.PHONY : CMakeFiles/ExperimentalSubmit.dir/codegen + +ExperimentalSubmit: CMakeFiles/ExperimentalSubmit +ExperimentalSubmit: CMakeFiles/ExperimentalSubmit.dir/build.make +.PHONY : ExperimentalSubmit + +# Rule to build all files generated by this target. +CMakeFiles/ExperimentalSubmit.dir/build: ExperimentalSubmit +.PHONY : CMakeFiles/ExperimentalSubmit.dir/build + +CMakeFiles/ExperimentalSubmit.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ExperimentalSubmit.dir/clean + +CMakeFiles/ExperimentalSubmit.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/ExperimentalSubmit.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake new file mode 100644 index 0000000..d130e45 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ExperimentalSubmit" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ExperimentalSubmit.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.make new file mode 100644 index 0000000..4440172 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ExperimentalSubmit. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.ts new file mode 100644 index 0000000..7fa97b1 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ExperimentalSubmit. diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/progress.make b/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalTest.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/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/build.make b/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/build.make new file mode 100644 index 0000000..1cbc1dc --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for ExperimentalTest. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ExperimentalTest.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ExperimentalTest.dir/progress.make + +CMakeFiles/ExperimentalTest: + /usr/local/bin/ctest -D ExperimentalTest + +CMakeFiles/ExperimentalTest.dir/codegen: +.PHONY : CMakeFiles/ExperimentalTest.dir/codegen + +ExperimentalTest: CMakeFiles/ExperimentalTest +ExperimentalTest: CMakeFiles/ExperimentalTest.dir/build.make +.PHONY : ExperimentalTest + +# Rule to build all files generated by this target. +CMakeFiles/ExperimentalTest.dir/build: ExperimentalTest +.PHONY : CMakeFiles/ExperimentalTest.dir/build + +CMakeFiles/ExperimentalTest.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ExperimentalTest.dir/clean + +CMakeFiles/ExperimentalTest.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/ExperimentalTest.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake new file mode 100644 index 0000000..4348aa3 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ExperimentalTest" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ExperimentalTest.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/compiler_depend.make new file mode 100644 index 0000000..fab28a9 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ExperimentalTest. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/compiler_depend.ts new file mode 100644 index 0000000..fbeb091 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ExperimentalTest. diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/progress.make b/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.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/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/build.make b/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/build.make new file mode 100644 index 0000000..fc27ee8 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for ExperimentalUpdate. + +# Include any custom commands dependencies for this target. +include CMakeFiles/ExperimentalUpdate.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/ExperimentalUpdate.dir/progress.make + +CMakeFiles/ExperimentalUpdate: + /usr/local/bin/ctest -D ExperimentalUpdate + +CMakeFiles/ExperimentalUpdate.dir/codegen: +.PHONY : CMakeFiles/ExperimentalUpdate.dir/codegen + +ExperimentalUpdate: CMakeFiles/ExperimentalUpdate +ExperimentalUpdate: CMakeFiles/ExperimentalUpdate.dir/build.make +.PHONY : ExperimentalUpdate + +# Rule to build all files generated by this target. +CMakeFiles/ExperimentalUpdate.dir/build: ExperimentalUpdate +.PHONY : CMakeFiles/ExperimentalUpdate.dir/build + +CMakeFiles/ExperimentalUpdate.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake +.PHONY : CMakeFiles/ExperimentalUpdate.dir/clean + +CMakeFiles/ExperimentalUpdate.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/ExperimentalUpdate.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake new file mode 100644 index 0000000..2319049 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ExperimentalUpdate" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ExperimentalUpdate.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.make new file mode 100644 index 0000000..30e8f2c --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ExperimentalUpdate. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.ts new file mode 100644 index 0000000..aa7a97e --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ExperimentalUpdate. diff --git a/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/progress.make b/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/Makefile.cmake b/_codeql_build_dir/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..2d022b1 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Makefile.cmake @@ -0,0 +1,211 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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/runner/work/array/array/CMakeLists.txt" + "CMakeFiles/3.31.6/CMakeCCompiler.cmake" + "CMakeFiles/3.31.6/CMakeCXXCompiler.cmake" + "CMakeFiles/3.31.6/CMakeSystem.cmake" + "_deps/catch2-src/CMake/CatchConfigOptions.cmake" + "_deps/catch2-src/CMake/CatchMiscFunctions.cmake" + "_deps/catch2-src/CMakeLists.txt" + "_deps/catch2-src/extras/Catch.cmake" + "_deps/catch2-src/src/CMakeLists.txt" + "_deps/catch2-src/src/catch2/catch_user_config.hpp.in" + "_deps/fmt-src/CMakeLists.txt" + "_deps/fmt-src/support/cmake/JoinPaths.cmake" + "_deps/fmt-src/support/cmake/cxx14.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeCCompiler.cmake.in" + "/usr/local/share/cmake-3.31/Modules/CMakeCCompilerABI.c" + "/usr/local/share/cmake-3.31/Modules/CMakeCInformation.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeCXXCompiler.cmake.in" + "/usr/local/share/cmake-3.31/Modules/CMakeCXXCompilerABI.cpp" + "/usr/local/share/cmake-3.31/Modules/CMakeCXXInformation.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeCompilerIdDetection.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeDependentOption.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCXXCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCompilerABI.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCompilerId.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeDetermineCompilerSupport.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeDetermineSystem.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeFindBinUtils.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeGenericSystem.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeInitializeConfigs.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeLanguageInformation.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakePackageConfigHelpers.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeParseArguments.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeParseImplicitIncludeInfo.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeParseImplicitLinkInfo.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeParseLibraryArchitecture.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeSystem.cmake.in" + "/usr/local/share/cmake-3.31/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeTestCCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeTestCXXCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeTestCompilerCommon.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeUnixFindMake.cmake" + "/usr/local/share/cmake-3.31/Modules/CTest.cmake" + "/usr/local/share/cmake-3.31/Modules/CTestTargets.cmake" + "/usr/local/share/cmake-3.31/Modules/CTestUseLaunchers.cmake" + "/usr/local/share/cmake-3.31/Modules/CheckCXXCompilerFlag.cmake" + "/usr/local/share/cmake-3.31/Modules/CheckCXXSourceCompiles.cmake" + "/usr/local/share/cmake-3.31/Modules/CheckSymbolExists.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/ADSP-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/Borland-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/Clang-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/Cray-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/GHS-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/GNU-C.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/GNU-CXX.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/GNU-FindBinUtils.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/GNU.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/HP-C-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/IAR-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/Intel-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/LCC-C-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/MSVC-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/PGI-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/PathScale-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/SCO-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/TI-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/TIClang-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/Tasking-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/Watcom-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/XL-C-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + "/usr/local/share/cmake-3.31/Modules/DartConfiguration.tcl.in" + "/usr/local/share/cmake-3.31/Modules/ExternalProject/shared_internal_commands.cmake" + "/usr/local/share/cmake-3.31/Modules/FetchContent.cmake" + "/usr/local/share/cmake-3.31/Modules/FetchContent/CMakeLists.cmake.in" + "/usr/local/share/cmake-3.31/Modules/FindGit.cmake" + "/usr/local/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake" + "/usr/local/share/cmake-3.31/Modules/FindPackageMessage.cmake" + "/usr/local/share/cmake-3.31/Modules/GNUInstallDirs.cmake" + "/usr/local/share/cmake-3.31/Modules/Internal/CMakeCLinkerInformation.cmake" + "/usr/local/share/cmake-3.31/Modules/Internal/CMakeCXXLinkerInformation.cmake" + "/usr/local/share/cmake-3.31/Modules/Internal/CMakeCommonLinkerInformation.cmake" + "/usr/local/share/cmake-3.31/Modules/Internal/CMakeDetermineLinkerId.cmake" + "/usr/local/share/cmake-3.31/Modules/Internal/CheckCompilerFlag.cmake" + "/usr/local/share/cmake-3.31/Modules/Internal/CheckFlagCommonConfig.cmake" + "/usr/local/share/cmake-3.31/Modules/Internal/CheckSourceCompiles.cmake" + "/usr/local/share/cmake-3.31/Modules/Internal/FeatureTesting.cmake" + "/usr/local/share/cmake-3.31/Modules/Linker/GNU-C.cmake" + "/usr/local/share/cmake-3.31/Modules/Linker/GNU-CXX.cmake" + "/usr/local/share/cmake-3.31/Modules/Linker/GNU.cmake" + "/usr/local/share/cmake-3.31/Modules/Platform/Linker/GNU.cmake" + "/usr/local/share/cmake-3.31/Modules/Platform/Linker/Linux-GNU-C.cmake" + "/usr/local/share/cmake-3.31/Modules/Platform/Linker/Linux-GNU-CXX.cmake" + "/usr/local/share/cmake-3.31/Modules/Platform/Linker/Linux-GNU.cmake" + "/usr/local/share/cmake-3.31/Modules/Platform/Linux-Determine-CXX.cmake" + "/usr/local/share/cmake-3.31/Modules/Platform/Linux-GNU-C.cmake" + "/usr/local/share/cmake-3.31/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/local/share/cmake-3.31/Modules/Platform/Linux-GNU.cmake" + "/usr/local/share/cmake-3.31/Modules/Platform/Linux-Initialize.cmake" + "/usr/local/share/cmake-3.31/Modules/Platform/Linux.cmake" + "/usr/local/share/cmake-3.31/Modules/Platform/UnixPaths.cmake" + "/usr/local/share/cmake-3.31/Modules/WriteBasicConfigVersionFile.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/3.31.6/CMakeSystem.cmake" + "CMakeFiles/3.31.6/CMakeCCompiler.cmake" + "CMakeFiles/3.31.6/CMakeCXXCompiler.cmake" + "CMakeFiles/3.31.6/CMakeCCompiler.cmake" + "CMakeFiles/3.31.6/CMakeCXXCompiler.cmake" + "_deps/catch2-subbuild/CMakeLists.txt" + "_deps/fmt-subbuild/CMakeLists.txt" + "DartConfiguration.tcl" + "CMakeFiles/CMakeDirectoryInformation.cmake" + "_deps/catch2-build/CMakeFiles/CMakeDirectoryInformation.cmake" + "_deps/catch2-build/generated-includes/catch2/catch_user_config.hpp" + "_deps/catch2-build/src/CMakeFiles/CMakeDirectoryInformation.cmake" + "_deps/fmt-build/CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/main.dir/DependInfo.cmake" + "CMakeFiles/test_runner.dir/DependInfo.cmake" + "CMakeFiles/Experimental.dir/DependInfo.cmake" + "CMakeFiles/Nightly.dir/DependInfo.cmake" + "CMakeFiles/Continuous.dir/DependInfo.cmake" + "CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake" + "CMakeFiles/NightlyStart.dir/DependInfo.cmake" + "CMakeFiles/NightlyUpdate.dir/DependInfo.cmake" + "CMakeFiles/NightlyConfigure.dir/DependInfo.cmake" + "CMakeFiles/NightlyBuild.dir/DependInfo.cmake" + "CMakeFiles/NightlyTest.dir/DependInfo.cmake" + "CMakeFiles/NightlyCoverage.dir/DependInfo.cmake" + "CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake" + "CMakeFiles/NightlySubmit.dir/DependInfo.cmake" + "CMakeFiles/ExperimentalStart.dir/DependInfo.cmake" + "CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake" + "CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake" + "CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake" + "CMakeFiles/ExperimentalTest.dir/DependInfo.cmake" + "CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake" + "CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake" + "CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake" + "CMakeFiles/ContinuousStart.dir/DependInfo.cmake" + "CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake" + "CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake" + "CMakeFiles/ContinuousBuild.dir/DependInfo.cmake" + "CMakeFiles/ContinuousTest.dir/DependInfo.cmake" + "CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake" + "CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake" + "CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake" + "_deps/catch2-build/src/CMakeFiles/Catch2.dir/DependInfo.cmake" + "_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/DependInfo.cmake" + "_deps/fmt-build/CMakeFiles/fmt.dir/DependInfo.cmake" + ) diff --git a/_codeql_build_dir/CMakeFiles/Makefile2 b/_codeql_build_dir/CMakeFiles/Makefile2 new file mode 100644 index 0000000..230ef91 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Makefile2 @@ -0,0 +1,1249 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/main.dir/all +all: CMakeFiles/test_runner.dir/all +all: _deps/catch2-build/all +all: _deps/fmt-build/all +.PHONY : all + +# The main recursive "codegen" target. +codegen: CMakeFiles/main.dir/codegen +codegen: CMakeFiles/test_runner.dir/codegen +codegen: _deps/catch2-build/codegen +codegen: _deps/fmt-build/codegen +.PHONY : codegen + +# The main recursive "preinstall" target. +preinstall: _deps/catch2-build/preinstall +preinstall: _deps/fmt-build/preinstall +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/main.dir/clean +clean: CMakeFiles/test_runner.dir/clean +clean: CMakeFiles/Experimental.dir/clean +clean: CMakeFiles/Nightly.dir/clean +clean: CMakeFiles/Continuous.dir/clean +clean: CMakeFiles/NightlyMemoryCheck.dir/clean +clean: CMakeFiles/NightlyStart.dir/clean +clean: CMakeFiles/NightlyUpdate.dir/clean +clean: CMakeFiles/NightlyConfigure.dir/clean +clean: CMakeFiles/NightlyBuild.dir/clean +clean: CMakeFiles/NightlyTest.dir/clean +clean: CMakeFiles/NightlyCoverage.dir/clean +clean: CMakeFiles/NightlyMemCheck.dir/clean +clean: CMakeFiles/NightlySubmit.dir/clean +clean: CMakeFiles/ExperimentalStart.dir/clean +clean: CMakeFiles/ExperimentalUpdate.dir/clean +clean: CMakeFiles/ExperimentalConfigure.dir/clean +clean: CMakeFiles/ExperimentalBuild.dir/clean +clean: CMakeFiles/ExperimentalTest.dir/clean +clean: CMakeFiles/ExperimentalCoverage.dir/clean +clean: CMakeFiles/ExperimentalMemCheck.dir/clean +clean: CMakeFiles/ExperimentalSubmit.dir/clean +clean: CMakeFiles/ContinuousStart.dir/clean +clean: CMakeFiles/ContinuousUpdate.dir/clean +clean: CMakeFiles/ContinuousConfigure.dir/clean +clean: CMakeFiles/ContinuousBuild.dir/clean +clean: CMakeFiles/ContinuousTest.dir/clean +clean: CMakeFiles/ContinuousCoverage.dir/clean +clean: CMakeFiles/ContinuousMemCheck.dir/clean +clean: CMakeFiles/ContinuousSubmit.dir/clean +clean: _deps/catch2-build/clean +clean: _deps/fmt-build/clean +.PHONY : clean + +#============================================================================= +# Directory level rules for directory _deps/catch2-build + +# Recursive "all" directory target. +_deps/catch2-build/all: _deps/catch2-build/src/all +.PHONY : _deps/catch2-build/all + +# Recursive "codegen" directory target. +_deps/catch2-build/codegen: _deps/catch2-build/src/codegen +.PHONY : _deps/catch2-build/codegen + +# Recursive "preinstall" directory target. +_deps/catch2-build/preinstall: _deps/catch2-build/src/preinstall +.PHONY : _deps/catch2-build/preinstall + +# Recursive "clean" directory target. +_deps/catch2-build/clean: _deps/catch2-build/src/clean +.PHONY : _deps/catch2-build/clean + +#============================================================================= +# Directory level rules for directory _deps/catch2-build/src + +# Recursive "all" directory target. +_deps/catch2-build/src/all: _deps/catch2-build/src/CMakeFiles/Catch2.dir/all +_deps/catch2-build/src/all: _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/all +.PHONY : _deps/catch2-build/src/all + +# Recursive "codegen" directory target. +_deps/catch2-build/src/codegen: _deps/catch2-build/src/CMakeFiles/Catch2.dir/codegen +_deps/catch2-build/src/codegen: _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/codegen +.PHONY : _deps/catch2-build/src/codegen + +# Recursive "preinstall" directory target. +_deps/catch2-build/src/preinstall: +.PHONY : _deps/catch2-build/src/preinstall + +# Recursive "clean" directory target. +_deps/catch2-build/src/clean: _deps/catch2-build/src/CMakeFiles/Catch2.dir/clean +_deps/catch2-build/src/clean: _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/clean +.PHONY : _deps/catch2-build/src/clean + +#============================================================================= +# Directory level rules for directory _deps/fmt-build + +# Recursive "all" directory target. +_deps/fmt-build/all: _deps/fmt-build/CMakeFiles/fmt.dir/all +.PHONY : _deps/fmt-build/all + +# Recursive "codegen" directory target. +_deps/fmt-build/codegen: _deps/fmt-build/CMakeFiles/fmt.dir/codegen +.PHONY : _deps/fmt-build/codegen + +# Recursive "preinstall" directory target. +_deps/fmt-build/preinstall: +.PHONY : _deps/fmt-build/preinstall + +# Recursive "clean" directory target. +_deps/fmt-build/clean: _deps/fmt-build/CMakeFiles/fmt.dir/clean +.PHONY : _deps/fmt-build/clean + +#============================================================================= +# Target rules for target CMakeFiles/main.dir + +# All Build rule for target. +CMakeFiles/main.dir/all: _deps/fmt-build/CMakeFiles/fmt.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=97,98 "Built target main" +.PHONY : CMakeFiles/main.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/main.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 5 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/main.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/main.dir/rule + +# Convenience name for target. +main: CMakeFiles/main.dir/rule +.PHONY : main + +# codegen rule for target. +CMakeFiles/main.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=97,98 "Finished codegen for target main" +.PHONY : CMakeFiles/main.dir/codegen + +# clean rule for target. +CMakeFiles/main.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/clean +.PHONY : CMakeFiles/main.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/test_runner.dir + +# All Build rule for target. +CMakeFiles/test_runner.dir/all: _deps/catch2-build/src/CMakeFiles/Catch2.dir/all +CMakeFiles/test_runner.dir/all: _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/all +CMakeFiles/test_runner.dir/all: _deps/fmt-build/CMakeFiles/fmt.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_runner.dir/build.make CMakeFiles/test_runner.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_runner.dir/build.make CMakeFiles/test_runner.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=99,100 "Built target test_runner" +.PHONY : CMakeFiles/test_runner.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/test_runner.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 98 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/test_runner.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/test_runner.dir/rule + +# Convenience name for target. +test_runner: CMakeFiles/test_runner.dir/rule +.PHONY : test_runner + +# codegen rule for target. +CMakeFiles/test_runner.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_runner.dir/build.make CMakeFiles/test_runner.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=99,100 "Finished codegen for target test_runner" +.PHONY : CMakeFiles/test_runner.dir/codegen + +# clean rule for target. +CMakeFiles/test_runner.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_runner.dir/build.make CMakeFiles/test_runner.dir/clean +.PHONY : CMakeFiles/test_runner.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/Experimental.dir + +# All Build rule for target. +CMakeFiles/Experimental.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target Experimental" +.PHONY : CMakeFiles/Experimental.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/Experimental.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/Experimental.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/Experimental.dir/rule + +# Convenience name for target. +Experimental: CMakeFiles/Experimental.dir/rule +.PHONY : Experimental + +# codegen rule for target. +CMakeFiles/Experimental.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target Experimental" +.PHONY : CMakeFiles/Experimental.dir/codegen + +# clean rule for target. +CMakeFiles/Experimental.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/clean +.PHONY : CMakeFiles/Experimental.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/Nightly.dir + +# All Build rule for target. +CMakeFiles/Nightly.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target Nightly" +.PHONY : CMakeFiles/Nightly.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/Nightly.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/Nightly.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/Nightly.dir/rule + +# Convenience name for target. +Nightly: CMakeFiles/Nightly.dir/rule +.PHONY : Nightly + +# codegen rule for target. +CMakeFiles/Nightly.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target Nightly" +.PHONY : CMakeFiles/Nightly.dir/codegen + +# clean rule for target. +CMakeFiles/Nightly.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/clean +.PHONY : CMakeFiles/Nightly.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/Continuous.dir + +# All Build rule for target. +CMakeFiles/Continuous.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target Continuous" +.PHONY : CMakeFiles/Continuous.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/Continuous.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/Continuous.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/Continuous.dir/rule + +# Convenience name for target. +Continuous: CMakeFiles/Continuous.dir/rule +.PHONY : Continuous + +# codegen rule for target. +CMakeFiles/Continuous.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target Continuous" +.PHONY : CMakeFiles/Continuous.dir/codegen + +# clean rule for target. +CMakeFiles/Continuous.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/clean +.PHONY : CMakeFiles/Continuous.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/NightlyMemoryCheck.dir + +# All Build rule for target. +CMakeFiles/NightlyMemoryCheck.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target NightlyMemoryCheck" +.PHONY : CMakeFiles/NightlyMemoryCheck.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/NightlyMemoryCheck.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyMemoryCheck.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/NightlyMemoryCheck.dir/rule + +# Convenience name for target. +NightlyMemoryCheck: CMakeFiles/NightlyMemoryCheck.dir/rule +.PHONY : NightlyMemoryCheck + +# codegen rule for target. +CMakeFiles/NightlyMemoryCheck.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target NightlyMemoryCheck" +.PHONY : CMakeFiles/NightlyMemoryCheck.dir/codegen + +# clean rule for target. +CMakeFiles/NightlyMemoryCheck.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/clean +.PHONY : CMakeFiles/NightlyMemoryCheck.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/NightlyStart.dir + +# All Build rule for target. +CMakeFiles/NightlyStart.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target NightlyStart" +.PHONY : CMakeFiles/NightlyStart.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/NightlyStart.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyStart.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/NightlyStart.dir/rule + +# Convenience name for target. +NightlyStart: CMakeFiles/NightlyStart.dir/rule +.PHONY : NightlyStart + +# codegen rule for target. +CMakeFiles/NightlyStart.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target NightlyStart" +.PHONY : CMakeFiles/NightlyStart.dir/codegen + +# clean rule for target. +CMakeFiles/NightlyStart.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/clean +.PHONY : CMakeFiles/NightlyStart.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/NightlyUpdate.dir + +# All Build rule for target. +CMakeFiles/NightlyUpdate.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target NightlyUpdate" +.PHONY : CMakeFiles/NightlyUpdate.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/NightlyUpdate.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyUpdate.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/NightlyUpdate.dir/rule + +# Convenience name for target. +NightlyUpdate: CMakeFiles/NightlyUpdate.dir/rule +.PHONY : NightlyUpdate + +# codegen rule for target. +CMakeFiles/NightlyUpdate.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target NightlyUpdate" +.PHONY : CMakeFiles/NightlyUpdate.dir/codegen + +# clean rule for target. +CMakeFiles/NightlyUpdate.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/clean +.PHONY : CMakeFiles/NightlyUpdate.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/NightlyConfigure.dir + +# All Build rule for target. +CMakeFiles/NightlyConfigure.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target NightlyConfigure" +.PHONY : CMakeFiles/NightlyConfigure.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/NightlyConfigure.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyConfigure.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/NightlyConfigure.dir/rule + +# Convenience name for target. +NightlyConfigure: CMakeFiles/NightlyConfigure.dir/rule +.PHONY : NightlyConfigure + +# codegen rule for target. +CMakeFiles/NightlyConfigure.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target NightlyConfigure" +.PHONY : CMakeFiles/NightlyConfigure.dir/codegen + +# clean rule for target. +CMakeFiles/NightlyConfigure.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/clean +.PHONY : CMakeFiles/NightlyConfigure.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/NightlyBuild.dir + +# All Build rule for target. +CMakeFiles/NightlyBuild.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target NightlyBuild" +.PHONY : CMakeFiles/NightlyBuild.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/NightlyBuild.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyBuild.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/NightlyBuild.dir/rule + +# Convenience name for target. +NightlyBuild: CMakeFiles/NightlyBuild.dir/rule +.PHONY : NightlyBuild + +# codegen rule for target. +CMakeFiles/NightlyBuild.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target NightlyBuild" +.PHONY : CMakeFiles/NightlyBuild.dir/codegen + +# clean rule for target. +CMakeFiles/NightlyBuild.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/clean +.PHONY : CMakeFiles/NightlyBuild.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/NightlyTest.dir + +# All Build rule for target. +CMakeFiles/NightlyTest.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target NightlyTest" +.PHONY : CMakeFiles/NightlyTest.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/NightlyTest.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyTest.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/NightlyTest.dir/rule + +# Convenience name for target. +NightlyTest: CMakeFiles/NightlyTest.dir/rule +.PHONY : NightlyTest + +# codegen rule for target. +CMakeFiles/NightlyTest.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target NightlyTest" +.PHONY : CMakeFiles/NightlyTest.dir/codegen + +# clean rule for target. +CMakeFiles/NightlyTest.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/clean +.PHONY : CMakeFiles/NightlyTest.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/NightlyCoverage.dir + +# All Build rule for target. +CMakeFiles/NightlyCoverage.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target NightlyCoverage" +.PHONY : CMakeFiles/NightlyCoverage.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/NightlyCoverage.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyCoverage.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/NightlyCoverage.dir/rule + +# Convenience name for target. +NightlyCoverage: CMakeFiles/NightlyCoverage.dir/rule +.PHONY : NightlyCoverage + +# codegen rule for target. +CMakeFiles/NightlyCoverage.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target NightlyCoverage" +.PHONY : CMakeFiles/NightlyCoverage.dir/codegen + +# clean rule for target. +CMakeFiles/NightlyCoverage.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/clean +.PHONY : CMakeFiles/NightlyCoverage.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/NightlyMemCheck.dir + +# All Build rule for target. +CMakeFiles/NightlyMemCheck.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target NightlyMemCheck" +.PHONY : CMakeFiles/NightlyMemCheck.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/NightlyMemCheck.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlyMemCheck.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/NightlyMemCheck.dir/rule + +# Convenience name for target. +NightlyMemCheck: CMakeFiles/NightlyMemCheck.dir/rule +.PHONY : NightlyMemCheck + +# codegen rule for target. +CMakeFiles/NightlyMemCheck.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target NightlyMemCheck" +.PHONY : CMakeFiles/NightlyMemCheck.dir/codegen + +# clean rule for target. +CMakeFiles/NightlyMemCheck.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/clean +.PHONY : CMakeFiles/NightlyMemCheck.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/NightlySubmit.dir + +# All Build rule for target. +CMakeFiles/NightlySubmit.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target NightlySubmit" +.PHONY : CMakeFiles/NightlySubmit.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/NightlySubmit.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/NightlySubmit.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/NightlySubmit.dir/rule + +# Convenience name for target. +NightlySubmit: CMakeFiles/NightlySubmit.dir/rule +.PHONY : NightlySubmit + +# codegen rule for target. +CMakeFiles/NightlySubmit.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target NightlySubmit" +.PHONY : CMakeFiles/NightlySubmit.dir/codegen + +# clean rule for target. +CMakeFiles/NightlySubmit.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/clean +.PHONY : CMakeFiles/NightlySubmit.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ExperimentalStart.dir + +# All Build rule for target. +CMakeFiles/ExperimentalStart.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target ExperimentalStart" +.PHONY : CMakeFiles/ExperimentalStart.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ExperimentalStart.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalStart.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/ExperimentalStart.dir/rule + +# Convenience name for target. +ExperimentalStart: CMakeFiles/ExperimentalStart.dir/rule +.PHONY : ExperimentalStart + +# codegen rule for target. +CMakeFiles/ExperimentalStart.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target ExperimentalStart" +.PHONY : CMakeFiles/ExperimentalStart.dir/codegen + +# clean rule for target. +CMakeFiles/ExperimentalStart.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/clean +.PHONY : CMakeFiles/ExperimentalStart.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ExperimentalUpdate.dir + +# All Build rule for target. +CMakeFiles/ExperimentalUpdate.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target ExperimentalUpdate" +.PHONY : CMakeFiles/ExperimentalUpdate.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ExperimentalUpdate.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalUpdate.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/ExperimentalUpdate.dir/rule + +# Convenience name for target. +ExperimentalUpdate: CMakeFiles/ExperimentalUpdate.dir/rule +.PHONY : ExperimentalUpdate + +# codegen rule for target. +CMakeFiles/ExperimentalUpdate.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target ExperimentalUpdate" +.PHONY : CMakeFiles/ExperimentalUpdate.dir/codegen + +# clean rule for target. +CMakeFiles/ExperimentalUpdate.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/clean +.PHONY : CMakeFiles/ExperimentalUpdate.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ExperimentalConfigure.dir + +# All Build rule for target. +CMakeFiles/ExperimentalConfigure.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target ExperimentalConfigure" +.PHONY : CMakeFiles/ExperimentalConfigure.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ExperimentalConfigure.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalConfigure.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/ExperimentalConfigure.dir/rule + +# Convenience name for target. +ExperimentalConfigure: CMakeFiles/ExperimentalConfigure.dir/rule +.PHONY : ExperimentalConfigure + +# codegen rule for target. +CMakeFiles/ExperimentalConfigure.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target ExperimentalConfigure" +.PHONY : CMakeFiles/ExperimentalConfigure.dir/codegen + +# clean rule for target. +CMakeFiles/ExperimentalConfigure.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/clean +.PHONY : CMakeFiles/ExperimentalConfigure.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ExperimentalBuild.dir + +# All Build rule for target. +CMakeFiles/ExperimentalBuild.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target ExperimentalBuild" +.PHONY : CMakeFiles/ExperimentalBuild.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ExperimentalBuild.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalBuild.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/ExperimentalBuild.dir/rule + +# Convenience name for target. +ExperimentalBuild: CMakeFiles/ExperimentalBuild.dir/rule +.PHONY : ExperimentalBuild + +# codegen rule for target. +CMakeFiles/ExperimentalBuild.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target ExperimentalBuild" +.PHONY : CMakeFiles/ExperimentalBuild.dir/codegen + +# clean rule for target. +CMakeFiles/ExperimentalBuild.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/clean +.PHONY : CMakeFiles/ExperimentalBuild.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ExperimentalTest.dir + +# All Build rule for target. +CMakeFiles/ExperimentalTest.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target ExperimentalTest" +.PHONY : CMakeFiles/ExperimentalTest.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ExperimentalTest.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalTest.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/ExperimentalTest.dir/rule + +# Convenience name for target. +ExperimentalTest: CMakeFiles/ExperimentalTest.dir/rule +.PHONY : ExperimentalTest + +# codegen rule for target. +CMakeFiles/ExperimentalTest.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target ExperimentalTest" +.PHONY : CMakeFiles/ExperimentalTest.dir/codegen + +# clean rule for target. +CMakeFiles/ExperimentalTest.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/clean +.PHONY : CMakeFiles/ExperimentalTest.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ExperimentalCoverage.dir + +# All Build rule for target. +CMakeFiles/ExperimentalCoverage.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target ExperimentalCoverage" +.PHONY : CMakeFiles/ExperimentalCoverage.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ExperimentalCoverage.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalCoverage.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/ExperimentalCoverage.dir/rule + +# Convenience name for target. +ExperimentalCoverage: CMakeFiles/ExperimentalCoverage.dir/rule +.PHONY : ExperimentalCoverage + +# codegen rule for target. +CMakeFiles/ExperimentalCoverage.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target ExperimentalCoverage" +.PHONY : CMakeFiles/ExperimentalCoverage.dir/codegen + +# clean rule for target. +CMakeFiles/ExperimentalCoverage.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/clean +.PHONY : CMakeFiles/ExperimentalCoverage.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ExperimentalMemCheck.dir + +# All Build rule for target. +CMakeFiles/ExperimentalMemCheck.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target ExperimentalMemCheck" +.PHONY : CMakeFiles/ExperimentalMemCheck.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ExperimentalMemCheck.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalMemCheck.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/ExperimentalMemCheck.dir/rule + +# Convenience name for target. +ExperimentalMemCheck: CMakeFiles/ExperimentalMemCheck.dir/rule +.PHONY : ExperimentalMemCheck + +# codegen rule for target. +CMakeFiles/ExperimentalMemCheck.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target ExperimentalMemCheck" +.PHONY : CMakeFiles/ExperimentalMemCheck.dir/codegen + +# clean rule for target. +CMakeFiles/ExperimentalMemCheck.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/clean +.PHONY : CMakeFiles/ExperimentalMemCheck.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ExperimentalSubmit.dir + +# All Build rule for target. +CMakeFiles/ExperimentalSubmit.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target ExperimentalSubmit" +.PHONY : CMakeFiles/ExperimentalSubmit.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ExperimentalSubmit.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ExperimentalSubmit.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/ExperimentalSubmit.dir/rule + +# Convenience name for target. +ExperimentalSubmit: CMakeFiles/ExperimentalSubmit.dir/rule +.PHONY : ExperimentalSubmit + +# codegen rule for target. +CMakeFiles/ExperimentalSubmit.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target ExperimentalSubmit" +.PHONY : CMakeFiles/ExperimentalSubmit.dir/codegen + +# clean rule for target. +CMakeFiles/ExperimentalSubmit.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/clean +.PHONY : CMakeFiles/ExperimentalSubmit.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ContinuousStart.dir + +# All Build rule for target. +CMakeFiles/ContinuousStart.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target ContinuousStart" +.PHONY : CMakeFiles/ContinuousStart.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ContinuousStart.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousStart.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/ContinuousStart.dir/rule + +# Convenience name for target. +ContinuousStart: CMakeFiles/ContinuousStart.dir/rule +.PHONY : ContinuousStart + +# codegen rule for target. +CMakeFiles/ContinuousStart.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target ContinuousStart" +.PHONY : CMakeFiles/ContinuousStart.dir/codegen + +# clean rule for target. +CMakeFiles/ContinuousStart.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/clean +.PHONY : CMakeFiles/ContinuousStart.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ContinuousUpdate.dir + +# All Build rule for target. +CMakeFiles/ContinuousUpdate.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target ContinuousUpdate" +.PHONY : CMakeFiles/ContinuousUpdate.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ContinuousUpdate.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousUpdate.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/ContinuousUpdate.dir/rule + +# Convenience name for target. +ContinuousUpdate: CMakeFiles/ContinuousUpdate.dir/rule +.PHONY : ContinuousUpdate + +# codegen rule for target. +CMakeFiles/ContinuousUpdate.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target ContinuousUpdate" +.PHONY : CMakeFiles/ContinuousUpdate.dir/codegen + +# clean rule for target. +CMakeFiles/ContinuousUpdate.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/clean +.PHONY : CMakeFiles/ContinuousUpdate.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ContinuousConfigure.dir + +# All Build rule for target. +CMakeFiles/ContinuousConfigure.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target ContinuousConfigure" +.PHONY : CMakeFiles/ContinuousConfigure.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ContinuousConfigure.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousConfigure.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/ContinuousConfigure.dir/rule + +# Convenience name for target. +ContinuousConfigure: CMakeFiles/ContinuousConfigure.dir/rule +.PHONY : ContinuousConfigure + +# codegen rule for target. +CMakeFiles/ContinuousConfigure.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target ContinuousConfigure" +.PHONY : CMakeFiles/ContinuousConfigure.dir/codegen + +# clean rule for target. +CMakeFiles/ContinuousConfigure.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/clean +.PHONY : CMakeFiles/ContinuousConfigure.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ContinuousBuild.dir + +# All Build rule for target. +CMakeFiles/ContinuousBuild.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target ContinuousBuild" +.PHONY : CMakeFiles/ContinuousBuild.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ContinuousBuild.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousBuild.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/ContinuousBuild.dir/rule + +# Convenience name for target. +ContinuousBuild: CMakeFiles/ContinuousBuild.dir/rule +.PHONY : ContinuousBuild + +# codegen rule for target. +CMakeFiles/ContinuousBuild.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target ContinuousBuild" +.PHONY : CMakeFiles/ContinuousBuild.dir/codegen + +# clean rule for target. +CMakeFiles/ContinuousBuild.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/clean +.PHONY : CMakeFiles/ContinuousBuild.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ContinuousTest.dir + +# All Build rule for target. +CMakeFiles/ContinuousTest.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target ContinuousTest" +.PHONY : CMakeFiles/ContinuousTest.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ContinuousTest.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousTest.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/ContinuousTest.dir/rule + +# Convenience name for target. +ContinuousTest: CMakeFiles/ContinuousTest.dir/rule +.PHONY : ContinuousTest + +# codegen rule for target. +CMakeFiles/ContinuousTest.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target ContinuousTest" +.PHONY : CMakeFiles/ContinuousTest.dir/codegen + +# clean rule for target. +CMakeFiles/ContinuousTest.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/clean +.PHONY : CMakeFiles/ContinuousTest.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ContinuousCoverage.dir + +# All Build rule for target. +CMakeFiles/ContinuousCoverage.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target ContinuousCoverage" +.PHONY : CMakeFiles/ContinuousCoverage.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ContinuousCoverage.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousCoverage.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/ContinuousCoverage.dir/rule + +# Convenience name for target. +ContinuousCoverage: CMakeFiles/ContinuousCoverage.dir/rule +.PHONY : ContinuousCoverage + +# codegen rule for target. +CMakeFiles/ContinuousCoverage.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target ContinuousCoverage" +.PHONY : CMakeFiles/ContinuousCoverage.dir/codegen + +# clean rule for target. +CMakeFiles/ContinuousCoverage.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/clean +.PHONY : CMakeFiles/ContinuousCoverage.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ContinuousMemCheck.dir + +# All Build rule for target. +CMakeFiles/ContinuousMemCheck.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target ContinuousMemCheck" +.PHONY : CMakeFiles/ContinuousMemCheck.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ContinuousMemCheck.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousMemCheck.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/ContinuousMemCheck.dir/rule + +# Convenience name for target. +ContinuousMemCheck: CMakeFiles/ContinuousMemCheck.dir/rule +.PHONY : ContinuousMemCheck + +# codegen rule for target. +CMakeFiles/ContinuousMemCheck.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target ContinuousMemCheck" +.PHONY : CMakeFiles/ContinuousMemCheck.dir/codegen + +# clean rule for target. +CMakeFiles/ContinuousMemCheck.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/clean +.PHONY : CMakeFiles/ContinuousMemCheck.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/ContinuousSubmit.dir + +# All Build rule for target. +CMakeFiles/ContinuousSubmit.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Built target ContinuousSubmit" +.PHONY : CMakeFiles/ContinuousSubmit.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/ContinuousSubmit.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/ContinuousSubmit.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : CMakeFiles/ContinuousSubmit.dir/rule + +# Convenience name for target. +ContinuousSubmit: CMakeFiles/ContinuousSubmit.dir/rule +.PHONY : ContinuousSubmit + +# codegen rule for target. +CMakeFiles/ContinuousSubmit.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num= "Finished codegen for target ContinuousSubmit" +.PHONY : CMakeFiles/ContinuousSubmit.dir/codegen + +# clean rule for target. +CMakeFiles/ContinuousSubmit.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/clean +.PHONY : CMakeFiles/ContinuousSubmit.dir/clean + +#============================================================================= +# Target rules for target _deps/catch2-build/src/CMakeFiles/Catch2.dir + +# All Build rule for target. +_deps/catch2-build/src/CMakeFiles/Catch2.dir/all: + $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/depend + $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92 "Built target Catch2" +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2.dir/all + +# Build rule for subdir invocation for target. +_deps/catch2-build/src/CMakeFiles/Catch2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 92 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/catch2-build/src/CMakeFiles/Catch2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2.dir/rule + +# Convenience name for target. +Catch2: _deps/catch2-build/src/CMakeFiles/Catch2.dir/rule +.PHONY : Catch2 + +# codegen rule for target. +_deps/catch2-build/src/CMakeFiles/Catch2.dir/codegen: + $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92 "Finished codegen for target Catch2" +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2.dir/codegen + +# clean rule for target. +_deps/catch2-build/src/CMakeFiles/Catch2.dir/clean: + $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/clean +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2.dir/clean + +#============================================================================= +# Target rules for target _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir + +# All Build rule for target. +_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/all: _deps/catch2-build/src/CMakeFiles/Catch2.dir/all + $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/depend + $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=93 "Built target Catch2WithMain" +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/all + +# Build rule for subdir invocation for target. +_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 93 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/rule + +# Convenience name for target. +Catch2WithMain: _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/rule +.PHONY : Catch2WithMain + +# codegen rule for target. +_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/codegen: + $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=93 "Finished codegen for target Catch2WithMain" +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/codegen + +# clean rule for target. +_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/clean: + $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/clean +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/clean + +#============================================================================= +# Target rules for target _deps/fmt-build/CMakeFiles/fmt.dir + +# All Build rule for target. +_deps/fmt-build/CMakeFiles/fmt.dir/all: + $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/depend + $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=94,95,96 "Built target fmt" +.PHONY : _deps/fmt-build/CMakeFiles/fmt.dir/all + +# Build rule for subdir invocation for target. +_deps/fmt-build/CMakeFiles/fmt.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/fmt-build/CMakeFiles/fmt.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : _deps/fmt-build/CMakeFiles/fmt.dir/rule + +# Convenience name for target. +fmt: _deps/fmt-build/CMakeFiles/fmt.dir/rule +.PHONY : fmt + +# codegen rule for target. +_deps/fmt-build/CMakeFiles/fmt.dir/codegen: + $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=94,95,96 "Finished codegen for target fmt" +.PHONY : _deps/fmt-build/CMakeFiles/fmt.dir/codegen + +# clean rule for target. +_deps/fmt-build/CMakeFiles/fmt.dir/clean: + $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/clean +.PHONY : _deps/fmt-build/CMakeFiles/fmt.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/_codeql_build_dir/CMakeFiles/Nightly.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/Nightly.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Nightly.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/_codeql_build_dir/CMakeFiles/Nightly.dir/build.make b/_codeql_build_dir/CMakeFiles/Nightly.dir/build.make new file mode 100644 index 0000000..09ec41a --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Nightly.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for Nightly. + +# Include any custom commands dependencies for this target. +include CMakeFiles/Nightly.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/Nightly.dir/progress.make + +CMakeFiles/Nightly: + /usr/local/bin/ctest -D Nightly + +CMakeFiles/Nightly.dir/codegen: +.PHONY : CMakeFiles/Nightly.dir/codegen + +Nightly: CMakeFiles/Nightly +Nightly: CMakeFiles/Nightly.dir/build.make +.PHONY : Nightly + +# Rule to build all files generated by this target. +CMakeFiles/Nightly.dir/build: Nightly +.PHONY : CMakeFiles/Nightly.dir/build + +CMakeFiles/Nightly.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/Nightly.dir/cmake_clean.cmake +.PHONY : CMakeFiles/Nightly.dir/clean + +CMakeFiles/Nightly.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/Nightly.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/Nightly.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/Nightly.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/Nightly.dir/cmake_clean.cmake new file mode 100644 index 0000000..99a4ac1 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Nightly.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/Nightly" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/Nightly.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/Nightly.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/Nightly.dir/compiler_depend.make new file mode 100644 index 0000000..b53ef7a --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Nightly.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for Nightly. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/Nightly.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/Nightly.dir/compiler_depend.ts new file mode 100644 index 0000000..a85d2c8 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Nightly.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for Nightly. diff --git a/_codeql_build_dir/CMakeFiles/Nightly.dir/progress.make b/_codeql_build_dir/CMakeFiles/Nightly.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/Nightly.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyBuild.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/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/build.make b/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/build.make new file mode 100644 index 0000000..6ee38ee --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for NightlyBuild. + +# Include any custom commands dependencies for this target. +include CMakeFiles/NightlyBuild.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/NightlyBuild.dir/progress.make + +CMakeFiles/NightlyBuild: + /usr/local/bin/ctest -D NightlyBuild + +CMakeFiles/NightlyBuild.dir/codegen: +.PHONY : CMakeFiles/NightlyBuild.dir/codegen + +NightlyBuild: CMakeFiles/NightlyBuild +NightlyBuild: CMakeFiles/NightlyBuild.dir/build.make +.PHONY : NightlyBuild + +# Rule to build all files generated by this target. +CMakeFiles/NightlyBuild.dir/build: NightlyBuild +.PHONY : CMakeFiles/NightlyBuild.dir/build + +CMakeFiles/NightlyBuild.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/NightlyBuild.dir/cmake_clean.cmake +.PHONY : CMakeFiles/NightlyBuild.dir/clean + +CMakeFiles/NightlyBuild.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/NightlyBuild.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/cmake_clean.cmake new file mode 100644 index 0000000..7aa38a7 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlyBuild" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlyBuild.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/compiler_depend.make new file mode 100644 index 0000000..da2f347 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlyBuild. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/compiler_depend.ts new file mode 100644 index 0000000..89e6960 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlyBuild. diff --git a/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/progress.make b/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyBuild.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyConfigure.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/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/build.make b/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/build.make new file mode 100644 index 0000000..5b36da5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for NightlyConfigure. + +# Include any custom commands dependencies for this target. +include CMakeFiles/NightlyConfigure.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/NightlyConfigure.dir/progress.make + +CMakeFiles/NightlyConfigure: + /usr/local/bin/ctest -D NightlyConfigure + +CMakeFiles/NightlyConfigure.dir/codegen: +.PHONY : CMakeFiles/NightlyConfigure.dir/codegen + +NightlyConfigure: CMakeFiles/NightlyConfigure +NightlyConfigure: CMakeFiles/NightlyConfigure.dir/build.make +.PHONY : NightlyConfigure + +# Rule to build all files generated by this target. +CMakeFiles/NightlyConfigure.dir/build: NightlyConfigure +.PHONY : CMakeFiles/NightlyConfigure.dir/build + +CMakeFiles/NightlyConfigure.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake +.PHONY : CMakeFiles/NightlyConfigure.dir/clean + +CMakeFiles/NightlyConfigure.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/NightlyConfigure.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake new file mode 100644 index 0000000..080c729 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlyConfigure" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlyConfigure.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/compiler_depend.make new file mode 100644 index 0000000..973bd2a --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlyConfigure. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/compiler_depend.ts new file mode 100644 index 0000000..3e550da --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlyConfigure. diff --git a/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/progress.make b/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyCoverage.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/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/build.make b/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/build.make new file mode 100644 index 0000000..baa0a7d --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for NightlyCoverage. + +# Include any custom commands dependencies for this target. +include CMakeFiles/NightlyCoverage.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/NightlyCoverage.dir/progress.make + +CMakeFiles/NightlyCoverage: + /usr/local/bin/ctest -D NightlyCoverage + +CMakeFiles/NightlyCoverage.dir/codegen: +.PHONY : CMakeFiles/NightlyCoverage.dir/codegen + +NightlyCoverage: CMakeFiles/NightlyCoverage +NightlyCoverage: CMakeFiles/NightlyCoverage.dir/build.make +.PHONY : NightlyCoverage + +# Rule to build all files generated by this target. +CMakeFiles/NightlyCoverage.dir/build: NightlyCoverage +.PHONY : CMakeFiles/NightlyCoverage.dir/build + +CMakeFiles/NightlyCoverage.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake +.PHONY : CMakeFiles/NightlyCoverage.dir/clean + +CMakeFiles/NightlyCoverage.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/NightlyCoverage.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake new file mode 100644 index 0000000..d6cba89 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlyCoverage" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlyCoverage.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/compiler_depend.make new file mode 100644 index 0000000..9f188a1 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlyCoverage. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/compiler_depend.ts new file mode 100644 index 0000000..3092ba3 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlyCoverage. diff --git a/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/progress.make b/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyMemCheck.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/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/build.make b/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/build.make new file mode 100644 index 0000000..b26c99d --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for NightlyMemCheck. + +# Include any custom commands dependencies for this target. +include CMakeFiles/NightlyMemCheck.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/NightlyMemCheck.dir/progress.make + +CMakeFiles/NightlyMemCheck: + /usr/local/bin/ctest -D NightlyMemCheck + +CMakeFiles/NightlyMemCheck.dir/codegen: +.PHONY : CMakeFiles/NightlyMemCheck.dir/codegen + +NightlyMemCheck: CMakeFiles/NightlyMemCheck +NightlyMemCheck: CMakeFiles/NightlyMemCheck.dir/build.make +.PHONY : NightlyMemCheck + +# Rule to build all files generated by this target. +CMakeFiles/NightlyMemCheck.dir/build: NightlyMemCheck +.PHONY : CMakeFiles/NightlyMemCheck.dir/build + +CMakeFiles/NightlyMemCheck.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake +.PHONY : CMakeFiles/NightlyMemCheck.dir/clean + +CMakeFiles/NightlyMemCheck.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/NightlyMemCheck.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake new file mode 100644 index 0000000..3c0e881 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlyMemCheck" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlyMemCheck.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/compiler_depend.make new file mode 100644 index 0000000..6c54911 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlyMemCheck. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/compiler_depend.ts new file mode 100644 index 0000000..c176eda --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlyMemCheck. diff --git a/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/progress.make b/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.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/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/build.make b/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/build.make new file mode 100644 index 0000000..ea9cf04 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for NightlyMemoryCheck. + +# Include any custom commands dependencies for this target. +include CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/NightlyMemoryCheck.dir/progress.make + +CMakeFiles/NightlyMemoryCheck: + /usr/local/bin/ctest -D NightlyMemoryCheck + +CMakeFiles/NightlyMemoryCheck.dir/codegen: +.PHONY : CMakeFiles/NightlyMemoryCheck.dir/codegen + +NightlyMemoryCheck: CMakeFiles/NightlyMemoryCheck +NightlyMemoryCheck: CMakeFiles/NightlyMemoryCheck.dir/build.make +.PHONY : NightlyMemoryCheck + +# Rule to build all files generated by this target. +CMakeFiles/NightlyMemoryCheck.dir/build: NightlyMemoryCheck +.PHONY : CMakeFiles/NightlyMemoryCheck.dir/build + +CMakeFiles/NightlyMemoryCheck.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake +.PHONY : CMakeFiles/NightlyMemoryCheck.dir/clean + +CMakeFiles/NightlyMemoryCheck.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/NightlyMemoryCheck.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake new file mode 100644 index 0000000..8846611 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlyMemoryCheck" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlyMemoryCheck.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.make new file mode 100644 index 0000000..3aa41e7 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlyMemoryCheck. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.ts new file mode 100644 index 0000000..38e1ae0 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlyMemoryCheck. diff --git a/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/progress.make b/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/NightlyStart.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/NightlyStart.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyStart.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/_codeql_build_dir/CMakeFiles/NightlyStart.dir/build.make b/_codeql_build_dir/CMakeFiles/NightlyStart.dir/build.make new file mode 100644 index 0000000..14e3e0b --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyStart.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for NightlyStart. + +# Include any custom commands dependencies for this target. +include CMakeFiles/NightlyStart.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/NightlyStart.dir/progress.make + +CMakeFiles/NightlyStart: + /usr/local/bin/ctest -D NightlyStart + +CMakeFiles/NightlyStart.dir/codegen: +.PHONY : CMakeFiles/NightlyStart.dir/codegen + +NightlyStart: CMakeFiles/NightlyStart +NightlyStart: CMakeFiles/NightlyStart.dir/build.make +.PHONY : NightlyStart + +# Rule to build all files generated by this target. +CMakeFiles/NightlyStart.dir/build: NightlyStart +.PHONY : CMakeFiles/NightlyStart.dir/build + +CMakeFiles/NightlyStart.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/NightlyStart.dir/cmake_clean.cmake +.PHONY : CMakeFiles/NightlyStart.dir/clean + +CMakeFiles/NightlyStart.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlyStart.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/NightlyStart.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/NightlyStart.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/NightlyStart.dir/cmake_clean.cmake new file mode 100644 index 0000000..6a2c6c6 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyStart.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlyStart" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlyStart.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/NightlyStart.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/NightlyStart.dir/compiler_depend.make new file mode 100644 index 0000000..b72de2d --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyStart.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlyStart. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/NightlyStart.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/NightlyStart.dir/compiler_depend.ts new file mode 100644 index 0000000..2f7f077 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyStart.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlyStart. diff --git a/_codeql_build_dir/CMakeFiles/NightlyStart.dir/progress.make b/_codeql_build_dir/CMakeFiles/NightlyStart.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyStart.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlySubmit.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/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/build.make b/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/build.make new file mode 100644 index 0000000..c1f1f34 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for NightlySubmit. + +# Include any custom commands dependencies for this target. +include CMakeFiles/NightlySubmit.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/NightlySubmit.dir/progress.make + +CMakeFiles/NightlySubmit: + /usr/local/bin/ctest -D NightlySubmit + +CMakeFiles/NightlySubmit.dir/codegen: +.PHONY : CMakeFiles/NightlySubmit.dir/codegen + +NightlySubmit: CMakeFiles/NightlySubmit +NightlySubmit: CMakeFiles/NightlySubmit.dir/build.make +.PHONY : NightlySubmit + +# Rule to build all files generated by this target. +CMakeFiles/NightlySubmit.dir/build: NightlySubmit +.PHONY : CMakeFiles/NightlySubmit.dir/build + +CMakeFiles/NightlySubmit.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/NightlySubmit.dir/cmake_clean.cmake +.PHONY : CMakeFiles/NightlySubmit.dir/clean + +CMakeFiles/NightlySubmit.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/NightlySubmit.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/cmake_clean.cmake new file mode 100644 index 0000000..6f88ccc --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlySubmit" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlySubmit.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/compiler_depend.make new file mode 100644 index 0000000..d2f6748 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlySubmit. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/compiler_depend.ts new file mode 100644 index 0000000..773bf4b --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlySubmit. diff --git a/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/progress.make b/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlySubmit.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/NightlyTest.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/NightlyTest.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyTest.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/_codeql_build_dir/CMakeFiles/NightlyTest.dir/build.make b/_codeql_build_dir/CMakeFiles/NightlyTest.dir/build.make new file mode 100644 index 0000000..0d3b1ae --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyTest.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for NightlyTest. + +# Include any custom commands dependencies for this target. +include CMakeFiles/NightlyTest.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/NightlyTest.dir/progress.make + +CMakeFiles/NightlyTest: + /usr/local/bin/ctest -D NightlyTest + +CMakeFiles/NightlyTest.dir/codegen: +.PHONY : CMakeFiles/NightlyTest.dir/codegen + +NightlyTest: CMakeFiles/NightlyTest +NightlyTest: CMakeFiles/NightlyTest.dir/build.make +.PHONY : NightlyTest + +# Rule to build all files generated by this target. +CMakeFiles/NightlyTest.dir/build: NightlyTest +.PHONY : CMakeFiles/NightlyTest.dir/build + +CMakeFiles/NightlyTest.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/NightlyTest.dir/cmake_clean.cmake +.PHONY : CMakeFiles/NightlyTest.dir/clean + +CMakeFiles/NightlyTest.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlyTest.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/NightlyTest.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/NightlyTest.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/NightlyTest.dir/cmake_clean.cmake new file mode 100644 index 0000000..8f40bb8 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyTest.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlyTest" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlyTest.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/NightlyTest.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/NightlyTest.dir/compiler_depend.make new file mode 100644 index 0000000..03d9c29 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyTest.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlyTest. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/NightlyTest.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/NightlyTest.dir/compiler_depend.ts new file mode 100644 index 0000000..8bb891c --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyTest.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlyTest. diff --git a/_codeql_build_dir/CMakeFiles/NightlyTest.dir/progress.make b/_codeql_build_dir/CMakeFiles/NightlyTest.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyTest.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyUpdate.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/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/build.make b/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/build.make new file mode 100644 index 0000000..41f64bf --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/build.make @@ -0,0 +1,93 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Utility rule file for NightlyUpdate. + +# Include any custom commands dependencies for this target. +include CMakeFiles/NightlyUpdate.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/NightlyUpdate.dir/progress.make + +CMakeFiles/NightlyUpdate: + /usr/local/bin/ctest -D NightlyUpdate + +CMakeFiles/NightlyUpdate.dir/codegen: +.PHONY : CMakeFiles/NightlyUpdate.dir/codegen + +NightlyUpdate: CMakeFiles/NightlyUpdate +NightlyUpdate: CMakeFiles/NightlyUpdate.dir/build.make +.PHONY : NightlyUpdate + +# Rule to build all files generated by this target. +CMakeFiles/NightlyUpdate.dir/build: NightlyUpdate +.PHONY : CMakeFiles/NightlyUpdate.dir/build + +CMakeFiles/NightlyUpdate.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake +.PHONY : CMakeFiles/NightlyUpdate.dir/clean + +CMakeFiles/NightlyUpdate.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/NightlyUpdate.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake new file mode 100644 index 0000000..0f10e82 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlyUpdate" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlyUpdate.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/compiler_depend.make new file mode 100644 index 0000000..924c826 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlyUpdate. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/compiler_depend.ts new file mode 100644 index 0000000..7cf66de --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlyUpdate. diff --git a/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/progress.make b/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/progress.make new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir/progress.make @@ -0,0 +1 @@ + diff --git a/_codeql_build_dir/CMakeFiles/TargetDirectories.txt b/_codeql_build_dir/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..5dd6386 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,61 @@ +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/main.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/test_runner.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/Experimental.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/Nightly.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/Continuous.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlyMemoryCheck.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlyStart.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlyUpdate.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlyConfigure.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlyBuild.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlyTest.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlyCoverage.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlyMemCheck.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/NightlySubmit.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ExperimentalStart.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ExperimentalUpdate.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ExperimentalConfigure.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ExperimentalBuild.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ExperimentalTest.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ExperimentalCoverage.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ExperimentalMemCheck.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ExperimentalSubmit.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ContinuousStart.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ContinuousUpdate.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ContinuousConfigure.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ContinuousBuild.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ContinuousTest.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ContinuousCoverage.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ContinuousMemCheck.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/ContinuousSubmit.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/test.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/edit_cache.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/rebuild_cache.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/list_install_components.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/install.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/install/local.dir +/home/runner/work/array/array/_codeql_build_dir/CMakeFiles/install/strip.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/CMakeFiles/test.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/CMakeFiles/edit_cache.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/CMakeFiles/rebuild_cache.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/CMakeFiles/list_install_components.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/CMakeFiles/install.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/CMakeFiles/install/local.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/CMakeFiles/install/strip.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/test.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/edit_cache.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/rebuild_cache.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/list_install_components.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/install.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/install/local.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/install/strip.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build/CMakeFiles/test.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build/CMakeFiles/edit_cache.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build/CMakeFiles/rebuild_cache.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build/CMakeFiles/list_install_components.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build/CMakeFiles/install.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build/CMakeFiles/install/local.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build/CMakeFiles/install/strip.dir diff --git a/_codeql_build_dir/CMakeFiles/cmake.check_cache b/_codeql_build_dir/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/_codeql_build_dir/CMakeFiles/main.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/main.dir/DependInfo.cmake new file mode 100644 index 0000000..1fda246 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/main.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# 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/runner/work/array/array/main.cpp" "CMakeFiles/main.dir/main.cpp.o" "gcc" "CMakeFiles/main.dir/main.cpp.o.d" + "" "main" "gcc" "CMakeFiles/main.dir/link.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/_codeql_build_dir/CMakeFiles/main.dir/build.make b/_codeql_build_dir/CMakeFiles/main.dir/build.make new file mode 100644 index 0000000..be7a183 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/main.dir/build.make @@ -0,0 +1,118 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Include any dependencies generated for this target. +include CMakeFiles/main.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/main.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/main.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/main.dir/flags.make + +CMakeFiles/main.dir/codegen: +.PHONY : CMakeFiles/main.dir/codegen + +CMakeFiles/main.dir/main.cpp.o: CMakeFiles/main.dir/flags.make +CMakeFiles/main.dir/main.cpp.o: /home/runner/work/array/array/main.cpp +CMakeFiles/main.dir/main.cpp.o: CMakeFiles/main.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/main.dir/main.cpp.o" + /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/main.dir/main.cpp.o -MF CMakeFiles/main.dir/main.cpp.o.d -o CMakeFiles/main.dir/main.cpp.o -c /home/runner/work/array/array/main.cpp + +CMakeFiles/main.dir/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/main.dir/main.cpp.i" + /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/main.cpp > CMakeFiles/main.dir/main.cpp.i + +CMakeFiles/main.dir/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/main.dir/main.cpp.s" + /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/main.cpp -o CMakeFiles/main.dir/main.cpp.s + +# Object files for target main +main_OBJECTS = \ +"CMakeFiles/main.dir/main.cpp.o" + +# External object files for target main +main_EXTERNAL_OBJECTS = + +main: CMakeFiles/main.dir/main.cpp.o +main: CMakeFiles/main.dir/build.make +main: CMakeFiles/main.dir/compiler_depend.ts +main: _deps/fmt-build/libfmt.a +main: CMakeFiles/main.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable main" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/main.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/main.dir/build: main +.PHONY : CMakeFiles/main.dir/build + +CMakeFiles/main.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/main.dir/cmake_clean.cmake +.PHONY : CMakeFiles/main.dir/clean + +CMakeFiles/main.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/main.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/main.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/main.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/main.dir/cmake_clean.cmake new file mode 100644 index 0000000..8df2fd5 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/main.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/main.dir/link.d" + "CMakeFiles/main.dir/main.cpp.o" + "CMakeFiles/main.dir/main.cpp.o.d" + "main" + "main.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/main.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/main.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/main.dir/compiler_depend.make new file mode 100644 index 0000000..386f0a8 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/main.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for main. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/main.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/main.dir/compiler_depend.ts new file mode 100644 index 0000000..a3467f4 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/main.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for main. diff --git a/_codeql_build_dir/CMakeFiles/main.dir/depend.make b/_codeql_build_dir/CMakeFiles/main.dir/depend.make new file mode 100644 index 0000000..7e75fee --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/main.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for main. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/main.dir/flags.make b/_codeql_build_dir/CMakeFiles/main.dir/flags.make new file mode 100644 index 0000000..bca2c73 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/main.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = -I/home/runner/work/array/array/include -I/home/runner/work/array/array/lib/fmt/include -I/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src/include + +CXX_FLAGS = -O3 -DNDEBUG -std=gnu++23 + diff --git a/_codeql_build_dir/CMakeFiles/main.dir/link.txt b/_codeql_build_dir/CMakeFiles/main.dir/link.txt new file mode 100644 index 0000000..0c3c849 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/main.dir/link.txt @@ -0,0 +1 @@ +/home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ -O3 -DNDEBUG -Wl,--dependency-file=CMakeFiles/main.dir/link.d CMakeFiles/main.dir/main.cpp.o -o main _deps/fmt-build/libfmt.a diff --git a/_codeql_build_dir/CMakeFiles/main.dir/progress.make b/_codeql_build_dir/CMakeFiles/main.dir/progress.make new file mode 100644 index 0000000..11a469a --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/main.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 97 +CMAKE_PROGRESS_2 = 98 + diff --git a/_codeql_build_dir/CMakeFiles/progress.marks b/_codeql_build_dir/CMakeFiles/progress.marks new file mode 100644 index 0000000..29d6383 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/progress.marks @@ -0,0 +1 @@ +100 diff --git a/_codeql_build_dir/CMakeFiles/test_runner.dir/DependInfo.cmake b/_codeql_build_dir/CMakeFiles/test_runner.dir/DependInfo.cmake new file mode 100644 index 0000000..cdbedd1 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/test_runner.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# 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/runner/work/array/array/test/array_tests.cpp" "CMakeFiles/test_runner.dir/test/array_tests.cpp.o" "gcc" "CMakeFiles/test_runner.dir/test/array_tests.cpp.o.d" + "" "test_runner" "gcc" "CMakeFiles/test_runner.dir/link.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/_codeql_build_dir/CMakeFiles/test_runner.dir/build.make b/_codeql_build_dir/CMakeFiles/test_runner.dir/build.make new file mode 100644 index 0000000..85060db --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/test_runner.dir/build.make @@ -0,0 +1,121 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Include any dependencies generated for this target. +include CMakeFiles/test_runner.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/test_runner.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/test_runner.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/test_runner.dir/flags.make + +CMakeFiles/test_runner.dir/codegen: +.PHONY : CMakeFiles/test_runner.dir/codegen + +CMakeFiles/test_runner.dir/test/array_tests.cpp.o: CMakeFiles/test_runner.dir/flags.make +CMakeFiles/test_runner.dir/test/array_tests.cpp.o: /home/runner/work/array/array/test/array_tests.cpp +CMakeFiles/test_runner.dir/test/array_tests.cpp.o: CMakeFiles/test_runner.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/test_runner.dir/test/array_tests.cpp.o" + /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/test_runner.dir/test/array_tests.cpp.o -MF CMakeFiles/test_runner.dir/test/array_tests.cpp.o.d -o CMakeFiles/test_runner.dir/test/array_tests.cpp.o -c /home/runner/work/array/array/test/array_tests.cpp + +CMakeFiles/test_runner.dir/test/array_tests.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/test_runner.dir/test/array_tests.cpp.i" + /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/test/array_tests.cpp > CMakeFiles/test_runner.dir/test/array_tests.cpp.i + +CMakeFiles/test_runner.dir/test/array_tests.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/test_runner.dir/test/array_tests.cpp.s" + /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/test/array_tests.cpp -o CMakeFiles/test_runner.dir/test/array_tests.cpp.s + +# Object files for target test_runner +test_runner_OBJECTS = \ +"CMakeFiles/test_runner.dir/test/array_tests.cpp.o" + +# External object files for target test_runner +test_runner_EXTERNAL_OBJECTS = + +test_runner: CMakeFiles/test_runner.dir/test/array_tests.cpp.o +test_runner: CMakeFiles/test_runner.dir/build.make +test_runner: CMakeFiles/test_runner.dir/compiler_depend.ts +test_runner: _deps/catch2-build/src/libCatch2Main.a +test_runner: _deps/fmt-build/libfmt.a +test_runner: _deps/catch2-build/src/libCatch2.a +test_runner: CMakeFiles/test_runner.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable test_runner" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_runner.dir/link.txt --verbose=$(VERBOSE) + /usr/local/bin/cmake -D TEST_TARGET=test_runner -D TEST_EXECUTABLE=/home/runner/work/array/array/_codeql_build_dir/test_runner -D TEST_EXECUTOR= -D TEST_WORKING_DIR=/home/runner/work/array/array/_codeql_build_dir -D TEST_SPEC= -D TEST_EXTRA_ARGS= -D "TEST_PROPERTIES=SKIP_RETURN_CODE;4" -D TEST_PREFIX= -D TEST_SUFFIX= -D TEST_LIST=test_runner_TESTS -D TEST_REPORTER= -D TEST_OUTPUT_DIR= -D TEST_OUTPUT_PREFIX= -D TEST_OUTPUT_SUFFIX= -D TEST_DL_PATHS= -D TEST_DL_FRAMEWORK_PATHS= -D CTEST_FILE=/home/runner/work/array/array/_codeql_build_dir/test_runner-b12d07c_tests.cmake -P /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/extras/CatchAddTests.cmake + +# Rule to build all files generated by this target. +CMakeFiles/test_runner.dir/build: test_runner +.PHONY : CMakeFiles/test_runner.dir/build + +CMakeFiles/test_runner.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/test_runner.dir/cmake_clean.cmake +.PHONY : CMakeFiles/test_runner.dir/clean + +CMakeFiles/test_runner.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/CMakeFiles/test_runner.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/test_runner.dir/depend + diff --git a/_codeql_build_dir/CMakeFiles/test_runner.dir/cmake_clean.cmake b/_codeql_build_dir/CMakeFiles/test_runner.dir/cmake_clean.cmake new file mode 100644 index 0000000..4a89047 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/test_runner.dir/cmake_clean.cmake @@ -0,0 +1,13 @@ +file(REMOVE_RECURSE + "CMakeFiles/test_runner.dir/link.d" + "CMakeFiles/test_runner.dir/test/array_tests.cpp.o" + "CMakeFiles/test_runner.dir/test/array_tests.cpp.o.d" + "test_runner" + "test_runner-b12d07c_tests.cmake" + "test_runner.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/test_runner.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/CMakeFiles/test_runner.dir/compiler_depend.make b/_codeql_build_dir/CMakeFiles/test_runner.dir/compiler_depend.make new file mode 100644 index 0000000..86c5b91 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/test_runner.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for test_runner. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/test_runner.dir/compiler_depend.ts b/_codeql_build_dir/CMakeFiles/test_runner.dir/compiler_depend.ts new file mode 100644 index 0000000..d35b584 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/test_runner.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for test_runner. diff --git a/_codeql_build_dir/CMakeFiles/test_runner.dir/depend.make b/_codeql_build_dir/CMakeFiles/test_runner.dir/depend.make new file mode 100644 index 0000000..40c67d2 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/test_runner.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for test_runner. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/CMakeFiles/test_runner.dir/flags.make b/_codeql_build_dir/CMakeFiles/test_runner.dir/flags.make new file mode 100644 index 0000000..ffb6c95 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/test_runner.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = -I/home/runner/work/array/array/include -I/home/runner/work/array/array/lib/fmt/include -I/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/.. -I/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/generated-includes -I/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src/include + +CXX_FLAGS = -O3 -DNDEBUG -std=gnu++23 + diff --git a/_codeql_build_dir/CMakeFiles/test_runner.dir/link.txt b/_codeql_build_dir/CMakeFiles/test_runner.dir/link.txt new file mode 100644 index 0000000..7e867d4 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/test_runner.dir/link.txt @@ -0,0 +1 @@ +/home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ -O3 -DNDEBUG -Wl,--dependency-file=CMakeFiles/test_runner.dir/link.d CMakeFiles/test_runner.dir/test/array_tests.cpp.o -o test_runner _deps/catch2-build/src/libCatch2Main.a _deps/fmt-build/libfmt.a _deps/catch2-build/src/libCatch2.a diff --git a/_codeql_build_dir/CMakeFiles/test_runner.dir/progress.make b/_codeql_build_dir/CMakeFiles/test_runner.dir/progress.make new file mode 100644 index 0000000..af84470 --- /dev/null +++ b/_codeql_build_dir/CMakeFiles/test_runner.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 99 +CMAKE_PROGRESS_2 = 100 + diff --git a/_codeql_build_dir/CTestTestfile.cmake b/_codeql_build_dir/CTestTestfile.cmake new file mode 100644 index 0000000..4f41a5b --- /dev/null +++ b/_codeql_build_dir/CTestTestfile.cmake @@ -0,0 +1,9 @@ +# CMake generated Testfile for +# Source directory: /home/runner/work/array/array +# Build directory: /home/runner/work/array/array/_codeql_build_dir +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +include("/home/runner/work/array/array/_codeql_build_dir/test_runner-b12d07c_include.cmake") +subdirs("_deps/catch2-build") +subdirs("_deps/fmt-build") diff --git a/_codeql_build_dir/DartConfiguration.tcl b/_codeql_build_dir/DartConfiguration.tcl new file mode 100644 index 0000000..e6a2b43 --- /dev/null +++ b/_codeql_build_dir/DartConfiguration.tcl @@ -0,0 +1,109 @@ +# This file is configured by CMake automatically as DartConfiguration.tcl +# If you choose not to use CMake, this file may be hand configured, by +# filling in the required variables. + + +# Configuration directories and files +SourceDirectory: /home/runner/work/array/array +BuildDirectory: /home/runner/work/array/array/_codeql_build_dir + +# Where to place the cost data store +CostDataFile: + +# Site is something like machine.domain, i.e. pragmatic.crd +Site: runnervmoqczp + +# Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++ +BuildName: Linux-c++ + +# Subprojects +LabelsForSubprojects: + +# Submission information +SubmitURL: http:// +SubmitInactivityTimeout: + +# Dashboard start time +NightlyStartTime: 00:00:00 EDT + +# Commands for the build/test/submit cycle +ConfigureCommand: "/usr/local/bin/cmake" "/home/runner/work/array/array" +MakeCommand: /usr/local/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" +DefaultCTestConfigurationType: Release + +# version control +UpdateVersionOnly: + +# CVS options +# Default is "-d -P -A" +CVSCommand: +CVSUpdateOptions: + +# Subversion options +SVNCommand: +SVNOptions: +SVNUpdateOptions: + +# Git options +GITCommand: /usr/bin/git +GITInitSubmodules: +GITUpdateOptions: +GITUpdateCustom: + +# Perforce options +P4Command: +P4Client: +P4Options: +P4UpdateOptions: +P4UpdateCustom: + +# Generic update command +UpdateCommand: /usr/bin/git +UpdateOptions: +UpdateType: git + +# Compiler info +Compiler: /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ +CompilerVersion: 13.3.0 + +# Dynamic analysis (MemCheck) +PurifyCommand: +ValgrindCommand: +ValgrindCommandOptions: +DrMemoryCommand: +DrMemoryCommandOptions: +CudaSanitizerCommand: +CudaSanitizerCommandOptions: +MemoryCheckType: +MemoryCheckSanitizerOptions: +MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND +MemoryCheckCommandOptions: +MemoryCheckSuppressionFile: + +# Coverage +CoverageCommand: /usr/bin/gcov +CoverageExtraFlags: -l + +# Testing options +# TimeOut is the amount of time in seconds to wait for processes +# to complete during testing. After TimeOut seconds, the +# process will be summarily terminated. +# Currently set to 25 minutes +TimeOut: 1500 + +# During parallel testing CTest will not start a new test if doing +# so would cause the system load to exceed this value. +TestLoad: + +TLSVerify: +TLSVersion: + +UseLaunchers: +CurlOptions: +# warning, if you add new options here that have to do with submit, +# you have to update cmCTestSubmitCommand.cxx + +# For CTest submissions that timeout, these options +# specify behavior for retrying the submission +CTestSubmitRetryDelay: 5 +CTestSubmitRetryCount: 3 diff --git a/_codeql_build_dir/Makefile b/_codeql_build_dir/Makefile new file mode 100644 index 0000000..a15def1 --- /dev/null +++ b/_codeql_build_dir/Makefile @@ -0,0 +1,719 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..." + /usr/local/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test +.PHONY : test/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/local/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.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/local/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\"" +.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/local/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/local/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/local/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/local/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/local/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/local/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/runner/work/array/array/_codeql_build_dir/CMakeFiles /home/runner/work/array/array/_codeql_build_dir//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/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 main + +# Build rule for target. +main: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main +.PHONY : main + +# fast build rule for target. +main/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/build +.PHONY : main/fast + +#============================================================================= +# Target rules for targets named test_runner + +# Build rule for target. +test_runner: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_runner +.PHONY : test_runner + +# fast build rule for target. +test_runner/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_runner.dir/build.make CMakeFiles/test_runner.dir/build +.PHONY : test_runner/fast + +#============================================================================= +# Target rules for targets named Experimental + +# Build rule for target. +Experimental: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Experimental +.PHONY : Experimental + +# fast build rule for target. +Experimental/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Experimental.dir/build.make CMakeFiles/Experimental.dir/build +.PHONY : Experimental/fast + +#============================================================================= +# Target rules for targets named Nightly + +# Build rule for target. +Nightly: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Nightly +.PHONY : Nightly + +# fast build rule for target. +Nightly/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/build +.PHONY : Nightly/fast + +#============================================================================= +# Target rules for targets named Continuous + +# Build rule for target. +Continuous: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Continuous +.PHONY : Continuous + +# fast build rule for target. +Continuous/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/build +.PHONY : Continuous/fast + +#============================================================================= +# Target rules for targets named NightlyMemoryCheck + +# Build rule for target. +NightlyMemoryCheck: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemoryCheck +.PHONY : NightlyMemoryCheck + +# fast build rule for target. +NightlyMemoryCheck/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/build +.PHONY : NightlyMemoryCheck/fast + +#============================================================================= +# Target rules for targets named NightlyStart + +# Build rule for target. +NightlyStart: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyStart +.PHONY : NightlyStart + +# fast build rule for target. +NightlyStart/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/build +.PHONY : NightlyStart/fast + +#============================================================================= +# Target rules for targets named NightlyUpdate + +# Build rule for target. +NightlyUpdate: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyUpdate +.PHONY : NightlyUpdate + +# fast build rule for target. +NightlyUpdate/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/build +.PHONY : NightlyUpdate/fast + +#============================================================================= +# Target rules for targets named NightlyConfigure + +# Build rule for target. +NightlyConfigure: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyConfigure +.PHONY : NightlyConfigure + +# fast build rule for target. +NightlyConfigure/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.dir/build +.PHONY : NightlyConfigure/fast + +#============================================================================= +# Target rules for targets named NightlyBuild + +# Build rule for target. +NightlyBuild: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyBuild +.PHONY : NightlyBuild + +# fast build rule for target. +NightlyBuild/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/build +.PHONY : NightlyBuild/fast + +#============================================================================= +# Target rules for targets named NightlyTest + +# Build rule for target. +NightlyTest: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyTest +.PHONY : NightlyTest + +# fast build rule for target. +NightlyTest/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/build +.PHONY : NightlyTest/fast + +#============================================================================= +# Target rules for targets named NightlyCoverage + +# Build rule for target. +NightlyCoverage: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyCoverage +.PHONY : NightlyCoverage + +# fast build rule for target. +NightlyCoverage/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyCoverage.dir/build.make CMakeFiles/NightlyCoverage.dir/build +.PHONY : NightlyCoverage/fast + +#============================================================================= +# Target rules for targets named NightlyMemCheck + +# Build rule for target. +NightlyMemCheck: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemCheck +.PHONY : NightlyMemCheck + +# fast build rule for target. +NightlyMemCheck/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/build +.PHONY : NightlyMemCheck/fast + +#============================================================================= +# Target rules for targets named NightlySubmit + +# Build rule for target. +NightlySubmit: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlySubmit +.PHONY : NightlySubmit + +# fast build rule for target. +NightlySubmit/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/build +.PHONY : NightlySubmit/fast + +#============================================================================= +# Target rules for targets named ExperimentalStart + +# Build rule for target. +ExperimentalStart: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalStart +.PHONY : ExperimentalStart + +# fast build rule for target. +ExperimentalStart/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/build +.PHONY : ExperimentalStart/fast + +#============================================================================= +# Target rules for targets named ExperimentalUpdate + +# Build rule for target. +ExperimentalUpdate: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalUpdate +.PHONY : ExperimentalUpdate + +# fast build rule for target. +ExperimentalUpdate/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/build +.PHONY : ExperimentalUpdate/fast + +#============================================================================= +# Target rules for targets named ExperimentalConfigure + +# Build rule for target. +ExperimentalConfigure: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalConfigure +.PHONY : ExperimentalConfigure + +# fast build rule for target. +ExperimentalConfigure/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/build +.PHONY : ExperimentalConfigure/fast + +#============================================================================= +# Target rules for targets named ExperimentalBuild + +# Build rule for target. +ExperimentalBuild: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalBuild +.PHONY : ExperimentalBuild + +# fast build rule for target. +ExperimentalBuild/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/build +.PHONY : ExperimentalBuild/fast + +#============================================================================= +# Target rules for targets named ExperimentalTest + +# Build rule for target. +ExperimentalTest: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalTest +.PHONY : ExperimentalTest + +# fast build rule for target. +ExperimentalTest/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/build +.PHONY : ExperimentalTest/fast + +#============================================================================= +# Target rules for targets named ExperimentalCoverage + +# Build rule for target. +ExperimentalCoverage: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalCoverage +.PHONY : ExperimentalCoverage + +# fast build rule for target. +ExperimentalCoverage/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalCoverage.dir/build.make CMakeFiles/ExperimentalCoverage.dir/build +.PHONY : ExperimentalCoverage/fast + +#============================================================================= +# Target rules for targets named ExperimentalMemCheck + +# Build rule for target. +ExperimentalMemCheck: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalMemCheck +.PHONY : ExperimentalMemCheck + +# fast build rule for target. +ExperimentalMemCheck/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.dir/build +.PHONY : ExperimentalMemCheck/fast + +#============================================================================= +# Target rules for targets named ExperimentalSubmit + +# Build rule for target. +ExperimentalSubmit: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalSubmit +.PHONY : ExperimentalSubmit + +# fast build rule for target. +ExperimentalSubmit/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/build +.PHONY : ExperimentalSubmit/fast + +#============================================================================= +# Target rules for targets named ContinuousStart + +# Build rule for target. +ContinuousStart: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousStart +.PHONY : ContinuousStart + +# fast build rule for target. +ContinuousStart/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/build +.PHONY : ContinuousStart/fast + +#============================================================================= +# Target rules for targets named ContinuousUpdate + +# Build rule for target. +ContinuousUpdate: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousUpdate +.PHONY : ContinuousUpdate + +# fast build rule for target. +ContinuousUpdate/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/build +.PHONY : ContinuousUpdate/fast + +#============================================================================= +# Target rules for targets named ContinuousConfigure + +# Build rule for target. +ContinuousConfigure: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousConfigure +.PHONY : ContinuousConfigure + +# fast build rule for target. +ContinuousConfigure/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.dir/build +.PHONY : ContinuousConfigure/fast + +#============================================================================= +# Target rules for targets named ContinuousBuild + +# Build rule for target. +ContinuousBuild: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousBuild +.PHONY : ContinuousBuild + +# fast build rule for target. +ContinuousBuild/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.dir/build +.PHONY : ContinuousBuild/fast + +#============================================================================= +# Target rules for targets named ContinuousTest + +# Build rule for target. +ContinuousTest: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousTest +.PHONY : ContinuousTest + +# fast build rule for target. +ContinuousTest/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/build +.PHONY : ContinuousTest/fast + +#============================================================================= +# Target rules for targets named ContinuousCoverage + +# Build rule for target. +ContinuousCoverage: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousCoverage +.PHONY : ContinuousCoverage + +# fast build rule for target. +ContinuousCoverage/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.dir/build +.PHONY : ContinuousCoverage/fast + +#============================================================================= +# Target rules for targets named ContinuousMemCheck + +# Build rule for target. +ContinuousMemCheck: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousMemCheck +.PHONY : ContinuousMemCheck + +# fast build rule for target. +ContinuousMemCheck/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.dir/build +.PHONY : ContinuousMemCheck/fast + +#============================================================================= +# Target rules for targets named ContinuousSubmit + +# Build rule for target. +ContinuousSubmit: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousSubmit +.PHONY : ContinuousSubmit + +# fast build rule for target. +ContinuousSubmit/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/build +.PHONY : ContinuousSubmit/fast + +#============================================================================= +# Target rules for targets named Catch2 + +# Build rule for target. +Catch2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Catch2 +.PHONY : Catch2 + +# fast build rule for target. +Catch2/fast: + $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/build +.PHONY : Catch2/fast + +#============================================================================= +# Target rules for targets named Catch2WithMain + +# Build rule for target. +Catch2WithMain: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Catch2WithMain +.PHONY : Catch2WithMain + +# fast build rule for target. +Catch2WithMain/fast: + $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build +.PHONY : Catch2WithMain/fast + +#============================================================================= +# Target rules for targets named fmt + +# Build rule for target. +fmt: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fmt +.PHONY : fmt + +# fast build rule for target. +fmt/fast: + $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/build +.PHONY : fmt/fast + +main.o: main.cpp.o +.PHONY : main.o + +# target to build an object file +main.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/main.cpp.s +.PHONY : main.cpp.s + +test/array_tests.o: test/array_tests.cpp.o +.PHONY : test/array_tests.o + +# target to build an object file +test/array_tests.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_runner.dir/build.make CMakeFiles/test_runner.dir/test/array_tests.cpp.o +.PHONY : test/array_tests.cpp.o + +test/array_tests.i: test/array_tests.cpp.i +.PHONY : test/array_tests.i + +# target to preprocess a source file +test/array_tests.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_runner.dir/build.make CMakeFiles/test_runner.dir/test/array_tests.cpp.i +.PHONY : test/array_tests.cpp.i + +test/array_tests.s: test/array_tests.cpp.s +.PHONY : test/array_tests.s + +# target to generate assembly for a file +test/array_tests.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/test_runner.dir/build.make CMakeFiles/test_runner.dir/test/array_tests.cpp.s +.PHONY : test/array_tests.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 "... rebuild_cache" + @echo "... test" + @echo "... Continuous" + @echo "... ContinuousBuild" + @echo "... ContinuousConfigure" + @echo "... ContinuousCoverage" + @echo "... ContinuousMemCheck" + @echo "... ContinuousStart" + @echo "... ContinuousSubmit" + @echo "... ContinuousTest" + @echo "... ContinuousUpdate" + @echo "... Experimental" + @echo "... ExperimentalBuild" + @echo "... ExperimentalConfigure" + @echo "... ExperimentalCoverage" + @echo "... ExperimentalMemCheck" + @echo "... ExperimentalStart" + @echo "... ExperimentalSubmit" + @echo "... ExperimentalTest" + @echo "... ExperimentalUpdate" + @echo "... Nightly" + @echo "... NightlyBuild" + @echo "... NightlyConfigure" + @echo "... NightlyCoverage" + @echo "... NightlyMemCheck" + @echo "... NightlyMemoryCheck" + @echo "... NightlyStart" + @echo "... NightlySubmit" + @echo "... NightlyTest" + @echo "... NightlyUpdate" + @echo "... Catch2" + @echo "... Catch2WithMain" + @echo "... fmt" + @echo "... main" + @echo "... test_runner" + @echo "... main.o" + @echo "... main.i" + @echo "... main.s" + @echo "... test/array_tests.o" + @echo "... test/array_tests.i" + @echo "... test/array_tests.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/_codeql_build_dir/_deps/catch2-build/CMakeFiles/CMakeDirectoryInformation.cmake b/_codeql_build_dir/_deps/catch2-build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..b5a792c --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/runner/work/array/array") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/runner/work/array/array/_codeql_build_dir") + +# 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/_codeql_build_dir/_deps/catch2-build/CMakeFiles/progress.marks b/_codeql_build_dir/_deps/catch2-build/CMakeFiles/progress.marks new file mode 100644 index 0000000..c67f579 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +93 diff --git a/_codeql_build_dir/_deps/catch2-build/Makefile b/_codeql_build_dir/_deps/catch2-build/Makefile new file mode 100644 index 0000000..5454676 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/Makefile @@ -0,0 +1,203 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..." + /usr/local/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test +.PHONY : test/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/local/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.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/local/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\"" +.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/local/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/local/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/local/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/local/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/local/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/local/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/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build//CMakeFiles/progress.marks + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/catch2-build/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/catch2-build/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/catch2-build/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/catch2-build/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# 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 "... rebuild_cache" + @echo "... test" +.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/runner/work/array/array/_codeql_build_dir && $(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/_codeql_build_dir/_deps/catch2-build/cmake_install.cmake b/_codeql_build_dir/_deps/catch2-build/cmake_install.cmake new file mode 100644 index 0000000..fc29fcd --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/cmake_install.cmake @@ -0,0 +1,56 @@ +# Install script for directory: /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src/cmake_install.cmake") + +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/_codeql_build_dir/_deps/catch2-build/generated-includes/catch2/catch_user_config.hpp b/_codeql_build_dir/_deps/catch2-build/generated-includes/catch2/catch_user_config.hpp new file mode 100644 index 0000000..33f1a88 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/generated-includes/catch2/catch_user_config.hpp @@ -0,0 +1,220 @@ + +// Copyright Catch2 Authors +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE.txt or copy at +// https://www.boost.org/LICENSE_1_0.txt) + +// SPDX-License-Identifier: BSL-1.0 + +/**\file + * **AUTOGENERATED FROM CMAKE CONFIGURATION** + * + * Contains materialized compile-time configuration provided to Catch2's + * CMake configuration. All compile-time configuration options need to + * be here, and also documented in `docs/configuration.md`. + */ + +#ifndef CATCH_USER_CONFIG_HPP_INCLUDED +#define CATCH_USER_CONFIG_HPP_INCLUDED + + +// ------ +// Overridable compilation flags, +// these can have 3 "states": Force Yes, Force No, Use Default. +// Setting both Force Yes and Force No is an error +// ------ + +/* #undef CATCH_CONFIG_ANDROID_LOGWRITE */ +/* #undef CATCH_CONFIG_NO_ANDROID_LOGWRITE */ + +#if defined( CATCH_CONFIG_ANDROID_LOGWRITE ) && \ + defined( CATCH_CONFIG_NO_ANDROID_LOGWRITE ) +# error Cannot force ANDROID_LOGWRITE to both ON and OFF +#endif + +/* #undef CATCH_CONFIG_COLOUR_WIN32 */ +/* #undef CATCH_CONFIG_NO_COLOUR_WIN32 */ + +#if defined( CATCH_CONFIG_COLOUR_WIN32 ) && \ + defined( CATCH_CONFIG_NO_COLOUR_WIN32 ) +# error Cannot force COLOUR_WIN32 to be ON and OFF +#endif + +/* #undef CATCH_CONFIG_COUNTER */ +/* #undef CATCH_CONFIG_NO_COUNTER */ + +#if defined( CATCH_CONFIG_COUNTER ) && \ + defined( CATCH_CONFIG_NO_COUNTER ) +# error Cannot force COUNTER to both ON and OFF +#endif + + + +/* #undef CATCH_CONFIG_CPP11_TO_STRING */ +/* #undef CATCH_CONFIG_NO_CPP11_TO_STRING */ + +#if defined( CATCH_CONFIG_CPP11_TO_STRING ) && \ + defined( CATCH_CONFIG_NO_CPP11_TO_STRING ) +# error Cannot force CPP11_TO_STRING to both ON and OFF +#endif + + + +/* #undef CATCH_CONFIG_CPP17_BYTE */ +/* #undef CATCH_CONFIG_NO_CPP17_BYTE */ + +#if defined( CATCH_CONFIG_CPP17_BYTE ) && \ + defined( CATCH_CONFIG_NO_CPP17_BYTE ) +# error Cannot force CPP17_BYTE to both ON and OFF +#endif + + + +/* #undef CATCH_CONFIG_CPP17_OPTIONAL */ +/* #undef CATCH_CONFIG_NO_CPP17_OPTIONAL */ + +#if defined( CATCH_CONFIG_CPP17_OPTIONAL ) && \ + defined( CATCH_CONFIG_NO_CPP17_OPTIONAL ) +# error Cannot force CPP17_OPTIONAL to both ON and OFF +#endif + + + +/* #undef CATCH_CONFIG_CPP17_STRING_VIEW */ +/* #undef CATCH_CONFIG_NO_CPP17_STRING_VIEW */ + +#if defined( CATCH_CONFIG_CPP17_STRING_VIEW ) && \ + defined( CATCH_CONFIG_NO_CPP17_STRING_VIEW ) +# error Cannot force CPP17_STRING_VIEW to both ON and OFF +#endif + + + +/* #undef CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS */ +/* #undef CATCH_CONFIG_NO_CPP17_UNCAUGHT_EXCEPTIONS */ + +#if defined( CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS ) && \ + defined( CATCH_CONFIG_NO_CPP17_UNCAUGHT_EXCEPTIONS ) +# error Cannot force CPP17_UNCAUGHT_EXCEPTIONS to both ON and OFF +#endif + + + +/* #undef CATCH_CONFIG_CPP17_VARIANT */ +/* #undef CATCH_CONFIG_NO_CPP17_VARIANT */ + +#if defined( CATCH_CONFIG_CPP17_VARIANT ) && \ + defined( CATCH_CONFIG_NO_CPP17_VARIANT ) +# error Cannot force CPP17_VARIANT to both ON and OFF +#endif + + + +/* #undef CATCH_CONFIG_GLOBAL_NEXTAFTER */ +/* #undef CATCH_CONFIG_NO_GLOBAL_NEXTAFTER */ + +#if defined( CATCH_CONFIG_GLOBAL_NEXTAFTER ) && \ + defined( CATCH_CONFIG_NO_GLOBAL_NEXTAFTER ) +# error Cannot force GLOBAL_NEXTAFTER to both ON and OFF +#endif + + + +/* #undef CATCH_CONFIG_POSIX_SIGNALS */ +/* #undef CATCH_CONFIG_NO_POSIX_SIGNALS */ + +#if defined( CATCH_CONFIG_POSIX_SIGNALS ) && \ + defined( CATCH_CONFIG_NO_POSIX_SIGNALS ) +# error Cannot force POSIX_SIGNALS to both ON and OFF +#endif + + + +/* #undef CATCH_CONFIG_GETENV */ +/* #undef CATCH_CONFIG_NO_GETENV */ + +#if defined( CATCH_CONFIG_GETENV ) && \ + defined( CATCH_CONFIG_NO_GETENV ) +# error Cannot force GETENV to both ON and OFF +#endif + + + +/* #undef CATCH_CONFIG_USE_ASYNC */ +/* #undef CATCH_CONFIG_NO_USE_ASYNC */ + +#if defined( CATCH_CONFIG_USE_ASYNC ) && \ + defined( CATCH_CONFIG_NO_USE_ASYNC ) +# error Cannot force USE_ASYNC to both ON and OFF +#endif + + + +/* #undef CATCH_CONFIG_WCHAR */ +/* #undef CATCH_CONFIG_NO_WCHAR */ + +#if defined( CATCH_CONFIG_WCHAR ) && \ + defined( CATCH_CONFIG_NO_WCHAR ) +# error Cannot force WCHAR to both ON and OFF +#endif + + + +/* #undef CATCH_CONFIG_WINDOWS_SEH */ +/* #undef CATCH_CONFIG_NO_WINDOWS_SEH */ + +#if defined( CATCH_CONFIG_WINDOWS_SEH ) && \ + defined( CATCH_CONFIG_NO_WINDOWS_SEH ) +# error Cannot force WINDOWS_SEH to both ON and OFF +#endif + + +/* #undef CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT */ +/* #undef CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT */ + +#if defined( CATCH_CONFIG_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT ) && \ + defined( CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT ) +# error Cannot force STATIC_ANALYSIS_SUPPORT to both ON and OFF +#endif + + +// ------ +// Simple toggle defines +// their value is never used and they cannot be overridden +// ------ + + +/* #undef CATCH_CONFIG_BAZEL_SUPPORT */ +/* #undef CATCH_CONFIG_DISABLE_EXCEPTIONS */ +/* #undef CATCH_CONFIG_DISABLE_EXCEPTIONS_CUSTOM_HANDLER */ +/* #undef CATCH_CONFIG_DISABLE */ +/* #undef CATCH_CONFIG_DISABLE_STRINGIFICATION */ +/* #undef CATCH_CONFIG_ENABLE_ALL_STRINGMAKERS */ +/* #undef CATCH_CONFIG_ENABLE_OPTIONAL_STRINGMAKER */ +/* #undef CATCH_CONFIG_ENABLE_PAIR_STRINGMAKER */ +/* #undef CATCH_CONFIG_ENABLE_TUPLE_STRINGMAKER */ +/* #undef CATCH_CONFIG_ENABLE_VARIANT_STRINGMAKER */ +/* #undef CATCH_CONFIG_EXPERIMENTAL_REDIRECT */ +/* #undef CATCH_CONFIG_FAST_COMPILE */ +/* #undef CATCH_CONFIG_NOSTDOUT */ +/* #undef CATCH_CONFIG_PREFIX_ALL */ +/* #undef CATCH_CONFIG_PREFIX_MESSAGES */ +/* #undef CATCH_CONFIG_WINDOWS_CRTDBG */ + +/* #undef CATCH_CONFIG_SHARED_LIBRARY */ + + +// ------ +// "Variable" defines, these have actual values +// ------ + +#define CATCH_CONFIG_DEFAULT_REPORTER "console" +#define CATCH_CONFIG_CONSOLE_WIDTH 80 + +// Unlike the macros above, CATCH_CONFIG_FALLBACK_STRINGIFIER does not +// have a good default value, so we cannot always define it, and cannot +// even expose it as a variable in CMake. The users will have to find +// out about it from docs and set it only if they use it. +/* #undef CATCH_CONFIG_FALLBACK_STRINGIFIER */ + +#endif // CATCH_USER_CONFIG_HPP_INCLUDED diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/CMakeDirectoryInformation.cmake b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..b5a792c --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/runner/work/array/array") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/runner/work/array/array/_codeql_build_dir") + +# 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/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/DependInfo.cmake b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/DependInfo.cmake new file mode 100644 index 0000000..71c7ee5 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/DependInfo.cmake @@ -0,0 +1,127 @@ + +# 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/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/catch_chronometer.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/detail/catch_analyse.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/detail/catch_benchmark_function.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/detail/catch_run_for_at_least.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/detail/catch_stats.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_approx.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_assertion_result.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_config.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_get_random_seed.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_message.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_registry_hub.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_session.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_tag_alias_autoregistrar.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_test_case_info.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_test_spec.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_timer.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_tostring.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_totals.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_translate_exception.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_version.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/generators/catch_generator_exception.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/generators/catch_generators.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/generators/catch_generators_random.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_capture.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_config.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_exception.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_generatortracker.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_registry_hub.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_reporter.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_reporter_factory.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_testcase.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_assertion_handler.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_case_insensitive_comparisons.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_clara.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_commandline.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_console_colour.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_context.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_debug_console.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_debugger.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_decomposer.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_enforce.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_enum_values_registry.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_errno_guard.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_exception_translator_registry.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_fatal_condition_handler.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_floating_point_helpers.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_getenv.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_istream.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_jsonwriter.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_lazy_expr.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_leak_detector.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_list.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_message_info.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_output_redirect.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_parse_numbers.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_polyfills.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_random_number_generator.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_random_seed_generation.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_reporter_registry.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_reporter_spec_parser.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_reusable_string_stream.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_run_context.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_section.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_singletons.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_source_line_info.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_startup_exception_registry.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_stdstreams.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_string_manip.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_stringref.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_tag_alias_registry.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_case_info_hasher.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_case_registry_impl.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_case_tracker.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_failure_exception.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_registry.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_spec_parser.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_textflow.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_uncaught_exceptions.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_wildcard_pattern.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_xmlwriter.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_container_properties.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_exception.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_floating_point.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_predicate.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_quantifiers.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_string.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_templated.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/internal/catch_matchers_impl.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_automake.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_common_base.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_compact.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_console.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_cumulative_base.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_event_listener.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_helpers.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_json.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_junit.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_multi.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_registrars.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_sonarqube.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_streaming_base.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_tap.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_teamcity.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_xml.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.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/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make new file mode 100644 index 0000000..f580829 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make @@ -0,0 +1,1781 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Include any dependencies generated for this target. +include _deps/catch2-build/src/CMakeFiles/Catch2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.make + +# Include the progress variables for this target. +include _deps/catch2-build/src/CMakeFiles/Catch2.dir/progress.make + +# Include the compile flags for this target's objects. +include _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/codegen: +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2.dir/codegen + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o: _deps/catch2-src/src/catch2/benchmark/catch_chronometer.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o -MF CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/catch_chronometer.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/catch_chronometer.cpp > CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/catch_chronometer.cpp -o CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o: _deps/catch2-src/src/catch2/benchmark/detail/catch_analyse.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o -MF CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/detail/catch_analyse.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/detail/catch_analyse.cpp > CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/detail/catch_analyse.cpp -o CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o: _deps/catch2-src/src/catch2/benchmark/detail/catch_benchmark_function.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o -MF CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/detail/catch_benchmark_function.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/detail/catch_benchmark_function.cpp > CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/detail/catch_benchmark_function.cpp -o CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o: _deps/catch2-src/src/catch2/benchmark/detail/catch_run_for_at_least.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o -MF CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/detail/catch_run_for_at_least.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/detail/catch_run_for_at_least.cpp > CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/detail/catch_run_for_at_least.cpp -o CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o: _deps/catch2-src/src/catch2/benchmark/detail/catch_stats.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o -MF CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/detail/catch_stats.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/detail/catch_stats.cpp > CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/benchmark/detail/catch_stats.cpp -o CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o: _deps/catch2-src/src/catch2/generators/catch_generator_exception.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o -MF CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/generators/catch_generator_exception.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/generators/catch_generator_exception.cpp > CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/generators/catch_generator_exception.cpp -o CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o: _deps/catch2-src/src/catch2/generators/catch_generators.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o -MF CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/generators/catch_generators.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/generators/catch_generators.cpp > CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/generators/catch_generators.cpp -o CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o: _deps/catch2-src/src/catch2/generators/catch_generators_random.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o -MF CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/generators/catch_generators_random.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/generators/catch_generators_random.cpp > CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/generators/catch_generators_random.cpp -o CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o: _deps/catch2-src/src/catch2/reporters/catch_reporter_automake.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o -MF CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_automake.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_automake.cpp > CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_automake.cpp -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o: _deps/catch2-src/src/catch2/reporters/catch_reporter_common_base.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o -MF CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_common_base.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_common_base.cpp > CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_common_base.cpp -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o: _deps/catch2-src/src/catch2/reporters/catch_reporter_compact.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o -MF CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_compact.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_compact.cpp > CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_compact.cpp -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o: _deps/catch2-src/src/catch2/reporters/catch_reporter_console.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o -MF CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_console.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_console.cpp > CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_console.cpp -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o: _deps/catch2-src/src/catch2/reporters/catch_reporter_cumulative_base.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o -MF CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_cumulative_base.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_cumulative_base.cpp > CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_cumulative_base.cpp -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o: _deps/catch2-src/src/catch2/reporters/catch_reporter_event_listener.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o -MF CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_event_listener.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_event_listener.cpp > CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_event_listener.cpp -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o: _deps/catch2-src/src/catch2/reporters/catch_reporter_helpers.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o -MF CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_helpers.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_helpers.cpp > CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_helpers.cpp -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o: _deps/catch2-src/src/catch2/reporters/catch_reporter_json.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o -MF CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_json.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_json.cpp > CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_json.cpp -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o: _deps/catch2-src/src/catch2/reporters/catch_reporter_junit.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o -MF CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_junit.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_junit.cpp > CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_junit.cpp -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o: _deps/catch2-src/src/catch2/reporters/catch_reporter_multi.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o -MF CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_multi.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_multi.cpp > CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_multi.cpp -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o: _deps/catch2-src/src/catch2/reporters/catch_reporter_registrars.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o -MF CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_registrars.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_registrars.cpp > CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_registrars.cpp -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o: _deps/catch2-src/src/catch2/reporters/catch_reporter_sonarqube.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o -MF CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_sonarqube.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_sonarqube.cpp > CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_sonarqube.cpp -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o: _deps/catch2-src/src/catch2/reporters/catch_reporter_streaming_base.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o -MF CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_streaming_base.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_streaming_base.cpp > CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_streaming_base.cpp -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o: _deps/catch2-src/src/catch2/reporters/catch_reporter_tap.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o -MF CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_tap.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_tap.cpp > CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_tap.cpp -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o: _deps/catch2-src/src/catch2/reporters/catch_reporter_teamcity.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o -MF CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_teamcity.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_teamcity.cpp > CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_teamcity.cpp -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.o: _deps/catch2-src/src/catch2/reporters/catch_reporter_xml.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.o -MF CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_xml.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_xml.cpp > CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/reporters/catch_reporter_xml.cpp -o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o: _deps/catch2-src/src/catch2/interfaces/catch_interfaces_capture.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o -MF CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_capture.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_capture.cpp > CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_capture.cpp -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o: _deps/catch2-src/src/catch2/interfaces/catch_interfaces_config.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o -MF CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_config.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_config.cpp > CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_config.cpp -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o: _deps/catch2-src/src/catch2/interfaces/catch_interfaces_exception.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o -MF CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_exception.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_exception.cpp > CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_exception.cpp -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o: _deps/catch2-src/src/catch2/interfaces/catch_interfaces_generatortracker.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o -MF CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_generatortracker.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_generatortracker.cpp > CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_generatortracker.cpp -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o: _deps/catch2-src/src/catch2/interfaces/catch_interfaces_registry_hub.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o -MF CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_registry_hub.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_registry_hub.cpp > CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_registry_hub.cpp -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o: _deps/catch2-src/src/catch2/interfaces/catch_interfaces_reporter.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o -MF CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_reporter.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_reporter.cpp > CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_reporter.cpp -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o: _deps/catch2-src/src/catch2/interfaces/catch_interfaces_reporter_factory.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o -MF CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_reporter_factory.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_reporter_factory.cpp > CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_reporter_factory.cpp -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o: _deps/catch2-src/src/catch2/interfaces/catch_interfaces_testcase.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o -MF CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_testcase.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_testcase.cpp > CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/interfaces/catch_interfaces_testcase.cpp -o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o: _deps/catch2-src/src/catch2/catch_approx.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o -MF CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_approx.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_approx.cpp > CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_approx.cpp -o CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o: _deps/catch2-src/src/catch2/catch_assertion_result.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o -MF CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_assertion_result.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_assertion_result.cpp > CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_assertion_result.cpp -o CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o: _deps/catch2-src/src/catch2/catch_config.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o -MF CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_config.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_config.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/catch_config.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_config.cpp > CMakeFiles/Catch2.dir/catch2/catch_config.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_config.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/catch_config.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_config.cpp -o CMakeFiles/Catch2.dir/catch2/catch_config.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o: _deps/catch2-src/src/catch2/catch_get_random_seed.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o -MF CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_get_random_seed.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_get_random_seed.cpp > CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_get_random_seed.cpp -o CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o: _deps/catch2-src/src/catch2/catch_message.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o -MF CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_message.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_message.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/catch_message.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_message.cpp > CMakeFiles/Catch2.dir/catch2/catch_message.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_message.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/catch_message.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_message.cpp -o CMakeFiles/Catch2.dir/catch2/catch_message.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o: _deps/catch2-src/src/catch2/catch_registry_hub.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o -MF CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_registry_hub.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_registry_hub.cpp > CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_registry_hub.cpp -o CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o: _deps/catch2-src/src/catch2/catch_session.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o -MF CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_session.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_session.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/catch_session.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_session.cpp > CMakeFiles/Catch2.dir/catch2/catch_session.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_session.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/catch_session.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_session.cpp -o CMakeFiles/Catch2.dir/catch2/catch_session.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o: _deps/catch2-src/src/catch2/catch_tag_alias_autoregistrar.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o -MF CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_tag_alias_autoregistrar.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_tag_alias_autoregistrar.cpp > CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_tag_alias_autoregistrar.cpp -o CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o: _deps/catch2-src/src/catch2/catch_test_case_info.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o -MF CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_test_case_info.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_test_case_info.cpp > CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_test_case_info.cpp -o CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o: _deps/catch2-src/src/catch2/catch_test_spec.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o -MF CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_test_spec.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_test_spec.cpp > CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_test_spec.cpp -o CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o: _deps/catch2-src/src/catch2/catch_timer.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o -MF CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_timer.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_timer.cpp > CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_timer.cpp -o CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o: _deps/catch2-src/src/catch2/catch_tostring.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o -MF CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_tostring.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_tostring.cpp > CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_tostring.cpp -o CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o: _deps/catch2-src/src/catch2/catch_totals.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o -MF CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_totals.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_totals.cpp > CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_totals.cpp -o CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o: _deps/catch2-src/src/catch2/catch_translate_exception.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o -MF CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_translate_exception.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_translate_exception.cpp > CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_translate_exception.cpp -o CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o: _deps/catch2-src/src/catch2/catch_version.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o -MF CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_version.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_version.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/catch_version.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_version.cpp > CMakeFiles/Catch2.dir/catch2/catch_version.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_version.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/catch_version.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/catch_version.cpp -o CMakeFiles/Catch2.dir/catch2/catch_version.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o: _deps/catch2-src/src/catch2/internal/catch_assertion_handler.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_assertion_handler.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_assertion_handler.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_assertion_handler.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o: _deps/catch2-src/src/catch2/internal/catch_case_insensitive_comparisons.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_case_insensitive_comparisons.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_case_insensitive_comparisons.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_case_insensitive_comparisons.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o: _deps/catch2-src/src/catch2/internal/catch_clara.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_clara.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_clara.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_clara.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o: _deps/catch2-src/src/catch2/internal/catch_commandline.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_commandline.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_commandline.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_commandline.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o: _deps/catch2-src/src/catch2/internal/catch_console_colour.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_console_colour.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_console_colour.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_console_colour.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o: _deps/catch2-src/src/catch2/internal/catch_context.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_context.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_context.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_context.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o: _deps/catch2-src/src/catch2/internal/catch_debug_console.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_debug_console.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_debug_console.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_debug_console.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o: _deps/catch2-src/src/catch2/internal/catch_debugger.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_debugger.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_debugger.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_debugger.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o: _deps/catch2-src/src/catch2/internal/catch_decomposer.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_decomposer.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_decomposer.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_decomposer.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o: _deps/catch2-src/src/catch2/internal/catch_enforce.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_enforce.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_enforce.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_enforce.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o: _deps/catch2-src/src/catch2/internal/catch_enum_values_registry.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_enum_values_registry.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_enum_values_registry.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_enum_values_registry.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o: _deps/catch2-src/src/catch2/internal/catch_errno_guard.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_errno_guard.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_errno_guard.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_errno_guard.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o: _deps/catch2-src/src/catch2/internal/catch_exception_translator_registry.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_exception_translator_registry.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_exception_translator_registry.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_exception_translator_registry.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o: _deps/catch2-src/src/catch2/internal/catch_fatal_condition_handler.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_fatal_condition_handler.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_fatal_condition_handler.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_fatal_condition_handler.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o: _deps/catch2-src/src/catch2/internal/catch_floating_point_helpers.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_floating_point_helpers.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_floating_point_helpers.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_floating_point_helpers.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o: _deps/catch2-src/src/catch2/internal/catch_getenv.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_getenv.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_getenv.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_getenv.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o: _deps/catch2-src/src/catch2/internal/catch_istream.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_istream.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_istream.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_istream.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o: _deps/catch2-src/src/catch2/internal/catch_jsonwriter.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_jsonwriter.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_jsonwriter.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_jsonwriter.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o: _deps/catch2-src/src/catch2/internal/catch_lazy_expr.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_lazy_expr.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_lazy_expr.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_lazy_expr.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o: _deps/catch2-src/src/catch2/internal/catch_leak_detector.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_leak_detector.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_leak_detector.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_leak_detector.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o: _deps/catch2-src/src/catch2/internal/catch_list.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_list.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_list.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_list.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o: _deps/catch2-src/src/catch2/internal/catch_message_info.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_message_info.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_message_info.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_message_info.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o: _deps/catch2-src/src/catch2/internal/catch_output_redirect.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_output_redirect.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_output_redirect.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_output_redirect.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o: _deps/catch2-src/src/catch2/internal/catch_parse_numbers.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_parse_numbers.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_parse_numbers.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_parse_numbers.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o: _deps/catch2-src/src/catch2/internal/catch_polyfills.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_polyfills.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_polyfills.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_polyfills.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o: _deps/catch2-src/src/catch2/internal/catch_random_number_generator.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_random_number_generator.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_random_number_generator.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_random_number_generator.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o: _deps/catch2-src/src/catch2/internal/catch_random_seed_generation.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_random_seed_generation.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_random_seed_generation.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_random_seed_generation.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o: _deps/catch2-src/src/catch2/internal/catch_reporter_registry.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_reporter_registry.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_reporter_registry.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_reporter_registry.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o: _deps/catch2-src/src/catch2/internal/catch_reporter_spec_parser.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_reporter_spec_parser.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_reporter_spec_parser.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_reporter_spec_parser.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o: _deps/catch2-src/src/catch2/internal/catch_reusable_string_stream.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_reusable_string_stream.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_reusable_string_stream.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_reusable_string_stream.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o: _deps/catch2-src/src/catch2/internal/catch_run_context.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_run_context.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_run_context.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_run_context.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o: _deps/catch2-src/src/catch2/internal/catch_section.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_section.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_section.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_section.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o: _deps/catch2-src/src/catch2/internal/catch_singletons.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_singletons.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_singletons.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_singletons.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o: _deps/catch2-src/src/catch2/internal/catch_source_line_info.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_source_line_info.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_source_line_info.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_source_line_info.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o: _deps/catch2-src/src/catch2/internal/catch_startup_exception_registry.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_startup_exception_registry.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_startup_exception_registry.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_startup_exception_registry.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o: _deps/catch2-src/src/catch2/internal/catch_stdstreams.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_stdstreams.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_stdstreams.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_stdstreams.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o: _deps/catch2-src/src/catch2/internal/catch_string_manip.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_string_manip.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_string_manip.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_string_manip.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o: _deps/catch2-src/src/catch2/internal/catch_stringref.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_stringref.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_stringref.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_stringref.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o: _deps/catch2-src/src/catch2/internal/catch_tag_alias_registry.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_tag_alias_registry.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_tag_alias_registry.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_tag_alias_registry.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o: _deps/catch2-src/src/catch2/internal/catch_test_case_info_hasher.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_case_info_hasher.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_case_info_hasher.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_case_info_hasher.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o: _deps/catch2-src/src/catch2/internal/catch_test_case_registry_impl.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_case_registry_impl.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_case_registry_impl.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_case_registry_impl.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o: _deps/catch2-src/src/catch2/internal/catch_test_case_tracker.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_case_tracker.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_case_tracker.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_case_tracker.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o: _deps/catch2-src/src/catch2/internal/catch_test_failure_exception.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_failure_exception.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_failure_exception.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_failure_exception.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o: _deps/catch2-src/src/catch2/internal/catch_test_registry.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_registry.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_registry.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_registry.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o: _deps/catch2-src/src/catch2/internal/catch_test_spec_parser.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_spec_parser.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_spec_parser.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_test_spec_parser.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o: _deps/catch2-src/src/catch2/internal/catch_textflow.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_93) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_textflow.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_textflow.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_textflow.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o: _deps/catch2-src/src/catch2/internal/catch_uncaught_exceptions.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_94) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_uncaught_exceptions.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_uncaught_exceptions.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_uncaught_exceptions.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o: _deps/catch2-src/src/catch2/internal/catch_wildcard_pattern.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_95) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_wildcard_pattern.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_wildcard_pattern.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_wildcard_pattern.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o: _deps/catch2-src/src/catch2/internal/catch_xmlwriter.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_96) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o -MF CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_xmlwriter.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_xmlwriter.cpp > CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_xmlwriter.cpp -o CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o: _deps/catch2-src/src/catch2/matchers/catch_matchers.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_97) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o -MF CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers.cpp > CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers.cpp -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o: _deps/catch2-src/src/catch2/matchers/catch_matchers_container_properties.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_98) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o -MF CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_container_properties.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_container_properties.cpp > CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_container_properties.cpp -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o: _deps/catch2-src/src/catch2/matchers/catch_matchers_exception.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_99) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o -MF CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_exception.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_exception.cpp > CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_exception.cpp -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o: _deps/catch2-src/src/catch2/matchers/catch_matchers_floating_point.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_100) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o -MF CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_floating_point.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_floating_point.cpp > CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_floating_point.cpp -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o: _deps/catch2-src/src/catch2/matchers/catch_matchers_predicate.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_101) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o -MF CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_predicate.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_predicate.cpp > CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_predicate.cpp -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o: _deps/catch2-src/src/catch2/matchers/catch_matchers_quantifiers.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_102) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o -MF CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_quantifiers.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_quantifiers.cpp > CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_quantifiers.cpp -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o: _deps/catch2-src/src/catch2/matchers/catch_matchers_string.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_103) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o -MF CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_string.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_string.cpp > CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_string.cpp -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o: _deps/catch2-src/src/catch2/matchers/catch_matchers_templated.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_104) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o -MF CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_templated.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_templated.cpp > CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/catch_matchers_templated.cpp -o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.s + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o: _deps/catch2-src/src/catch2/matchers/internal/catch_matchers_impl.cpp +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_105) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o -MF CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o.d -o CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/internal/catch_matchers_impl.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/internal/catch_matchers_impl.cpp > CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/matchers/internal/catch_matchers_impl.cpp -o CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.s + +# Object files for target Catch2 +Catch2_OBJECTS = \ +"CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o" \ +"CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o" + +# External object files for target Catch2 +Catch2_EXTERNAL_OBJECTS = + +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make +_deps/catch2-build/src/libCatch2.a: _deps/catch2-build/src/CMakeFiles/Catch2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_106) "Linking CXX static library libCatch2.a" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && $(CMAKE_COMMAND) -P CMakeFiles/Catch2.dir/cmake_clean_target.cmake + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Catch2.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +_deps/catch2-build/src/CMakeFiles/Catch2.dir/build: _deps/catch2-build/src/libCatch2.a +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2.dir/build + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/clean: + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && $(CMAKE_COMMAND) -P CMakeFiles/Catch2.dir/cmake_clean.cmake +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2.dir/clean + +_deps/catch2-build/src/CMakeFiles/Catch2.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2.dir/depend + diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/cmake_clean.cmake b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/cmake_clean.cmake new file mode 100644 index 0000000..d282ab2 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/cmake_clean.cmake @@ -0,0 +1,219 @@ +file(REMOVE_RECURSE + "CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o" + "CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o" + "CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o" + "CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o" + "CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o" + "CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o" + "CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o" + "CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o" + "CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o" + "CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o" + "CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o" + "CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o" + "CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o" + "CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o" + "CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o" + "CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o" + "CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o" + "CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o" + "CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o" + "CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o" + "CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o" + "CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o" + "CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o" + "CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o" + "CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o" + "CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o" + "CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o" + "CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o" + "CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o" + "CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o" + "CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o" + "CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o" + "CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o" + "CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o" + "CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o" + "CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o" + "CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o" + "CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o" + "CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o" + "CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o" + "CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o" + "CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o.d" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.o" + "CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.o.d" + "libCatch2.a" + "libCatch2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/Catch2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/cmake_clean_target.cmake b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..f71fe51 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libCatch2.a" +) diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.make b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.make new file mode 100644 index 0000000..3845c25 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for Catch2. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts new file mode 100644 index 0000000..1426a72 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for Catch2. diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/depend.make b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/depend.make new file mode 100644 index 0000000..4d90752 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for Catch2. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make new file mode 100644 index 0000000..b3e9740 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = -I/home/runner/work/array/array/include -I/home/runner/work/array/array/lib/fmt/include -I/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/.. -I/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/generated-includes + +CXX_FLAGS = -O3 -DNDEBUG -std=gnu++23 -ffile-prefix-map=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/= + diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/link.txt b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/link.txt new file mode 100644 index 0000000..5261948 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libCatch2.a CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o +/usr/bin/ranlib libCatch2.a diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/progress.make b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/progress.make new file mode 100644 index 0000000..0a4b6cd --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2.dir/progress.make @@ -0,0 +1,107 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 1 +CMAKE_PROGRESS_3 = 2 +CMAKE_PROGRESS_4 = 3 +CMAKE_PROGRESS_5 = 4 +CMAKE_PROGRESS_6 = 5 +CMAKE_PROGRESS_7 = 6 +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = 7 +CMAKE_PROGRESS_10 = 8 +CMAKE_PROGRESS_11 = 9 +CMAKE_PROGRESS_12 = 10 +CMAKE_PROGRESS_13 = 11 +CMAKE_PROGRESS_14 = 12 +CMAKE_PROGRESS_15 = 13 +CMAKE_PROGRESS_16 = +CMAKE_PROGRESS_17 = 14 +CMAKE_PROGRESS_18 = 15 +CMAKE_PROGRESS_19 = 16 +CMAKE_PROGRESS_20 = 17 +CMAKE_PROGRESS_21 = 18 +CMAKE_PROGRESS_22 = 19 +CMAKE_PROGRESS_23 = 20 +CMAKE_PROGRESS_24 = +CMAKE_PROGRESS_25 = 21 +CMAKE_PROGRESS_26 = 22 +CMAKE_PROGRESS_27 = 23 +CMAKE_PROGRESS_28 = 24 +CMAKE_PROGRESS_29 = 25 +CMAKE_PROGRESS_30 = 26 +CMAKE_PROGRESS_31 = +CMAKE_PROGRESS_32 = 27 +CMAKE_PROGRESS_33 = 28 +CMAKE_PROGRESS_34 = 29 +CMAKE_PROGRESS_35 = 30 +CMAKE_PROGRESS_36 = 31 +CMAKE_PROGRESS_37 = 32 +CMAKE_PROGRESS_38 = 33 +CMAKE_PROGRESS_39 = +CMAKE_PROGRESS_40 = 34 +CMAKE_PROGRESS_41 = 35 +CMAKE_PROGRESS_42 = 36 +CMAKE_PROGRESS_43 = 37 +CMAKE_PROGRESS_44 = 38 +CMAKE_PROGRESS_45 = 39 +CMAKE_PROGRESS_46 = 40 +CMAKE_PROGRESS_47 = +CMAKE_PROGRESS_48 = 41 +CMAKE_PROGRESS_49 = 42 +CMAKE_PROGRESS_50 = 43 +CMAKE_PROGRESS_51 = 44 +CMAKE_PROGRESS_52 = 45 +CMAKE_PROGRESS_53 = 46 +CMAKE_PROGRESS_54 = +CMAKE_PROGRESS_55 = 47 +CMAKE_PROGRESS_56 = 48 +CMAKE_PROGRESS_57 = 49 +CMAKE_PROGRESS_58 = 50 +CMAKE_PROGRESS_59 = 51 +CMAKE_PROGRESS_60 = 52 +CMAKE_PROGRESS_61 = 53 +CMAKE_PROGRESS_62 = +CMAKE_PROGRESS_63 = 54 +CMAKE_PROGRESS_64 = 55 +CMAKE_PROGRESS_65 = 56 +CMAKE_PROGRESS_66 = 57 +CMAKE_PROGRESS_67 = 58 +CMAKE_PROGRESS_68 = 59 +CMAKE_PROGRESS_69 = 60 +CMAKE_PROGRESS_70 = +CMAKE_PROGRESS_71 = 61 +CMAKE_PROGRESS_72 = 62 +CMAKE_PROGRESS_73 = 63 +CMAKE_PROGRESS_74 = 64 +CMAKE_PROGRESS_75 = 65 +CMAKE_PROGRESS_76 = 66 +CMAKE_PROGRESS_77 = +CMAKE_PROGRESS_78 = 67 +CMAKE_PROGRESS_79 = 68 +CMAKE_PROGRESS_80 = 69 +CMAKE_PROGRESS_81 = 70 +CMAKE_PROGRESS_82 = 71 +CMAKE_PROGRESS_83 = 72 +CMAKE_PROGRESS_84 = 73 +CMAKE_PROGRESS_85 = +CMAKE_PROGRESS_86 = 74 +CMAKE_PROGRESS_87 = 75 +CMAKE_PROGRESS_88 = 76 +CMAKE_PROGRESS_89 = 77 +CMAKE_PROGRESS_90 = 78 +CMAKE_PROGRESS_91 = 79 +CMAKE_PROGRESS_92 = 80 +CMAKE_PROGRESS_93 = +CMAKE_PROGRESS_94 = 81 +CMAKE_PROGRESS_95 = 82 +CMAKE_PROGRESS_96 = 83 +CMAKE_PROGRESS_97 = 84 +CMAKE_PROGRESS_98 = 85 +CMAKE_PROGRESS_99 = 86 +CMAKE_PROGRESS_100 = +CMAKE_PROGRESS_101 = 87 +CMAKE_PROGRESS_102 = 88 +CMAKE_PROGRESS_103 = 89 +CMAKE_PROGRESS_104 = 90 +CMAKE_PROGRESS_105 = 91 +CMAKE_PROGRESS_106 = 92 + diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/DependInfo.cmake b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/DependInfo.cmake new file mode 100644 index 0000000..9258327 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.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/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_main.cpp" "_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.o" "gcc" "_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.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/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build.make b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build.make new file mode 100644 index 0000000..7b951a7 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build.make @@ -0,0 +1,117 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Include any dependencies generated for this target. +include _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/compiler_depend.make + +# Include the progress variables for this target. +include _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/progress.make + +# Include the compile flags for this target's objects. +include _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/flags.make + +_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/codegen: +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/codegen + +_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/flags.make +_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.o: _deps/catch2-src/src/catch2/internal/catch_main.cpp +_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.o: _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.o -MF CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.o.d -o CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_main.cpp + +_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_main.cpp > CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.i + +_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/internal/catch_main.cpp -o CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.s + +# Object files for target Catch2WithMain +Catch2WithMain_OBJECTS = \ +"CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.o" + +# External object files for target Catch2WithMain +Catch2WithMain_EXTERNAL_OBJECTS = + +_deps/catch2-build/src/libCatch2Main.a: _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.o +_deps/catch2-build/src/libCatch2Main.a: _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build.make +_deps/catch2-build/src/libCatch2Main.a: _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libCatch2Main.a" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && $(CMAKE_COMMAND) -P CMakeFiles/Catch2WithMain.dir/cmake_clean_target.cmake + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Catch2WithMain.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build: _deps/catch2-build/src/libCatch2Main.a +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build + +_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/clean: + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src && $(CMAKE_COMMAND) -P CMakeFiles/Catch2WithMain.dir/cmake_clean.cmake +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/clean + +_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/depend + diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/cmake_clean.cmake b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/cmake_clean.cmake new file mode 100644 index 0000000..a20c193 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.o" + "CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.o.d" + "libCatch2Main.a" + "libCatch2Main.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/Catch2WithMain.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/cmake_clean_target.cmake b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..108c49e --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libCatch2Main.a" +) diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/compiler_depend.make b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/compiler_depend.make new file mode 100644 index 0000000..7b29b15 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for Catch2WithMain. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/compiler_depend.ts b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/compiler_depend.ts new file mode 100644 index 0000000..385f855 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for Catch2WithMain. diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/depend.make b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/depend.make new file mode 100644 index 0000000..820f884 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for Catch2WithMain. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/flags.make b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/flags.make new file mode 100644 index 0000000..b3e9740 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = -I/home/runner/work/array/array/include -I/home/runner/work/array/array/lib/fmt/include -I/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src/catch2/.. -I/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/generated-includes + +CXX_FLAGS = -O3 -DNDEBUG -std=gnu++23 -ffile-prefix-map=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/= + diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/link.txt b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/link.txt new file mode 100644 index 0000000..bbe5687 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libCatch2Main.a CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.o +/usr/bin/ranlib libCatch2Main.a diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/progress.make b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/progress.make new file mode 100644 index 0000000..0454cb1 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 93 +CMAKE_PROGRESS_2 = + diff --git a/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/progress.marks b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/progress.marks new file mode 100644 index 0000000..c67f579 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/CMakeFiles/progress.marks @@ -0,0 +1 @@ +93 diff --git a/_codeql_build_dir/_deps/catch2-build/src/Makefile b/_codeql_build_dir/_deps/catch2-build/src/Makefile new file mode 100644 index 0000000..1e4e7f0 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/Makefile @@ -0,0 +1,3095 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..." + /usr/local/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test +.PHONY : test/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/local/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.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/local/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\"" +.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/local/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/local/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/local/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/local/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/local/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/local/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/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src//CMakeFiles/progress.marks + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/catch2-build/src/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/catch2-build/src/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/catch2-build/src/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/catch2-build/src/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +_deps/catch2-build/src/CMakeFiles/Catch2.dir/rule: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/catch2-build/src/CMakeFiles/Catch2.dir/rule +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2.dir/rule + +# Convenience name for target. +Catch2: _deps/catch2-build/src/CMakeFiles/Catch2.dir/rule +.PHONY : Catch2 + +# fast build rule for target. +Catch2/fast: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/build +.PHONY : Catch2/fast + +# Convenience name for target. +_deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/rule: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/rule +.PHONY : _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/rule + +# Convenience name for target. +Catch2WithMain: _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/rule +.PHONY : Catch2WithMain + +# fast build rule for target. +Catch2WithMain/fast: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build +.PHONY : Catch2WithMain/fast + +catch2/benchmark/catch_chronometer.o: catch2/benchmark/catch_chronometer.cpp.o +.PHONY : catch2/benchmark/catch_chronometer.o + +# target to build an object file +catch2/benchmark/catch_chronometer.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.o +.PHONY : catch2/benchmark/catch_chronometer.cpp.o + +catch2/benchmark/catch_chronometer.i: catch2/benchmark/catch_chronometer.cpp.i +.PHONY : catch2/benchmark/catch_chronometer.i + +# target to preprocess a source file +catch2/benchmark/catch_chronometer.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.i +.PHONY : catch2/benchmark/catch_chronometer.cpp.i + +catch2/benchmark/catch_chronometer.s: catch2/benchmark/catch_chronometer.cpp.s +.PHONY : catch2/benchmark/catch_chronometer.s + +# target to generate assembly for a file +catch2/benchmark/catch_chronometer.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/catch_chronometer.cpp.s +.PHONY : catch2/benchmark/catch_chronometer.cpp.s + +catch2/benchmark/detail/catch_analyse.o: catch2/benchmark/detail/catch_analyse.cpp.o +.PHONY : catch2/benchmark/detail/catch_analyse.o + +# target to build an object file +catch2/benchmark/detail/catch_analyse.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.o +.PHONY : catch2/benchmark/detail/catch_analyse.cpp.o + +catch2/benchmark/detail/catch_analyse.i: catch2/benchmark/detail/catch_analyse.cpp.i +.PHONY : catch2/benchmark/detail/catch_analyse.i + +# target to preprocess a source file +catch2/benchmark/detail/catch_analyse.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.i +.PHONY : catch2/benchmark/detail/catch_analyse.cpp.i + +catch2/benchmark/detail/catch_analyse.s: catch2/benchmark/detail/catch_analyse.cpp.s +.PHONY : catch2/benchmark/detail/catch_analyse.s + +# target to generate assembly for a file +catch2/benchmark/detail/catch_analyse.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_analyse.cpp.s +.PHONY : catch2/benchmark/detail/catch_analyse.cpp.s + +catch2/benchmark/detail/catch_benchmark_function.o: catch2/benchmark/detail/catch_benchmark_function.cpp.o +.PHONY : catch2/benchmark/detail/catch_benchmark_function.o + +# target to build an object file +catch2/benchmark/detail/catch_benchmark_function.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.o +.PHONY : catch2/benchmark/detail/catch_benchmark_function.cpp.o + +catch2/benchmark/detail/catch_benchmark_function.i: catch2/benchmark/detail/catch_benchmark_function.cpp.i +.PHONY : catch2/benchmark/detail/catch_benchmark_function.i + +# target to preprocess a source file +catch2/benchmark/detail/catch_benchmark_function.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.i +.PHONY : catch2/benchmark/detail/catch_benchmark_function.cpp.i + +catch2/benchmark/detail/catch_benchmark_function.s: catch2/benchmark/detail/catch_benchmark_function.cpp.s +.PHONY : catch2/benchmark/detail/catch_benchmark_function.s + +# target to generate assembly for a file +catch2/benchmark/detail/catch_benchmark_function.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_benchmark_function.cpp.s +.PHONY : catch2/benchmark/detail/catch_benchmark_function.cpp.s + +catch2/benchmark/detail/catch_run_for_at_least.o: catch2/benchmark/detail/catch_run_for_at_least.cpp.o +.PHONY : catch2/benchmark/detail/catch_run_for_at_least.o + +# target to build an object file +catch2/benchmark/detail/catch_run_for_at_least.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.o +.PHONY : catch2/benchmark/detail/catch_run_for_at_least.cpp.o + +catch2/benchmark/detail/catch_run_for_at_least.i: catch2/benchmark/detail/catch_run_for_at_least.cpp.i +.PHONY : catch2/benchmark/detail/catch_run_for_at_least.i + +# target to preprocess a source file +catch2/benchmark/detail/catch_run_for_at_least.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.i +.PHONY : catch2/benchmark/detail/catch_run_for_at_least.cpp.i + +catch2/benchmark/detail/catch_run_for_at_least.s: catch2/benchmark/detail/catch_run_for_at_least.cpp.s +.PHONY : catch2/benchmark/detail/catch_run_for_at_least.s + +# target to generate assembly for a file +catch2/benchmark/detail/catch_run_for_at_least.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_run_for_at_least.cpp.s +.PHONY : catch2/benchmark/detail/catch_run_for_at_least.cpp.s + +catch2/benchmark/detail/catch_stats.o: catch2/benchmark/detail/catch_stats.cpp.o +.PHONY : catch2/benchmark/detail/catch_stats.o + +# target to build an object file +catch2/benchmark/detail/catch_stats.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.o +.PHONY : catch2/benchmark/detail/catch_stats.cpp.o + +catch2/benchmark/detail/catch_stats.i: catch2/benchmark/detail/catch_stats.cpp.i +.PHONY : catch2/benchmark/detail/catch_stats.i + +# target to preprocess a source file +catch2/benchmark/detail/catch_stats.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.i +.PHONY : catch2/benchmark/detail/catch_stats.cpp.i + +catch2/benchmark/detail/catch_stats.s: catch2/benchmark/detail/catch_stats.cpp.s +.PHONY : catch2/benchmark/detail/catch_stats.s + +# target to generate assembly for a file +catch2/benchmark/detail/catch_stats.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/benchmark/detail/catch_stats.cpp.s +.PHONY : catch2/benchmark/detail/catch_stats.cpp.s + +catch2/catch_approx.o: catch2/catch_approx.cpp.o +.PHONY : catch2/catch_approx.o + +# target to build an object file +catch2/catch_approx.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.o +.PHONY : catch2/catch_approx.cpp.o + +catch2/catch_approx.i: catch2/catch_approx.cpp.i +.PHONY : catch2/catch_approx.i + +# target to preprocess a source file +catch2/catch_approx.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.i +.PHONY : catch2/catch_approx.cpp.i + +catch2/catch_approx.s: catch2/catch_approx.cpp.s +.PHONY : catch2/catch_approx.s + +# target to generate assembly for a file +catch2/catch_approx.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_approx.cpp.s +.PHONY : catch2/catch_approx.cpp.s + +catch2/catch_assertion_result.o: catch2/catch_assertion_result.cpp.o +.PHONY : catch2/catch_assertion_result.o + +# target to build an object file +catch2/catch_assertion_result.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.o +.PHONY : catch2/catch_assertion_result.cpp.o + +catch2/catch_assertion_result.i: catch2/catch_assertion_result.cpp.i +.PHONY : catch2/catch_assertion_result.i + +# target to preprocess a source file +catch2/catch_assertion_result.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.i +.PHONY : catch2/catch_assertion_result.cpp.i + +catch2/catch_assertion_result.s: catch2/catch_assertion_result.cpp.s +.PHONY : catch2/catch_assertion_result.s + +# target to generate assembly for a file +catch2/catch_assertion_result.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_assertion_result.cpp.s +.PHONY : catch2/catch_assertion_result.cpp.s + +catch2/catch_config.o: catch2/catch_config.cpp.o +.PHONY : catch2/catch_config.o + +# target to build an object file +catch2/catch_config.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_config.cpp.o +.PHONY : catch2/catch_config.cpp.o + +catch2/catch_config.i: catch2/catch_config.cpp.i +.PHONY : catch2/catch_config.i + +# target to preprocess a source file +catch2/catch_config.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_config.cpp.i +.PHONY : catch2/catch_config.cpp.i + +catch2/catch_config.s: catch2/catch_config.cpp.s +.PHONY : catch2/catch_config.s + +# target to generate assembly for a file +catch2/catch_config.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_config.cpp.s +.PHONY : catch2/catch_config.cpp.s + +catch2/catch_get_random_seed.o: catch2/catch_get_random_seed.cpp.o +.PHONY : catch2/catch_get_random_seed.o + +# target to build an object file +catch2/catch_get_random_seed.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.o +.PHONY : catch2/catch_get_random_seed.cpp.o + +catch2/catch_get_random_seed.i: catch2/catch_get_random_seed.cpp.i +.PHONY : catch2/catch_get_random_seed.i + +# target to preprocess a source file +catch2/catch_get_random_seed.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.i +.PHONY : catch2/catch_get_random_seed.cpp.i + +catch2/catch_get_random_seed.s: catch2/catch_get_random_seed.cpp.s +.PHONY : catch2/catch_get_random_seed.s + +# target to generate assembly for a file +catch2/catch_get_random_seed.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_get_random_seed.cpp.s +.PHONY : catch2/catch_get_random_seed.cpp.s + +catch2/catch_message.o: catch2/catch_message.cpp.o +.PHONY : catch2/catch_message.o + +# target to build an object file +catch2/catch_message.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_message.cpp.o +.PHONY : catch2/catch_message.cpp.o + +catch2/catch_message.i: catch2/catch_message.cpp.i +.PHONY : catch2/catch_message.i + +# target to preprocess a source file +catch2/catch_message.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_message.cpp.i +.PHONY : catch2/catch_message.cpp.i + +catch2/catch_message.s: catch2/catch_message.cpp.s +.PHONY : catch2/catch_message.s + +# target to generate assembly for a file +catch2/catch_message.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_message.cpp.s +.PHONY : catch2/catch_message.cpp.s + +catch2/catch_registry_hub.o: catch2/catch_registry_hub.cpp.o +.PHONY : catch2/catch_registry_hub.o + +# target to build an object file +catch2/catch_registry_hub.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.o +.PHONY : catch2/catch_registry_hub.cpp.o + +catch2/catch_registry_hub.i: catch2/catch_registry_hub.cpp.i +.PHONY : catch2/catch_registry_hub.i + +# target to preprocess a source file +catch2/catch_registry_hub.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.i +.PHONY : catch2/catch_registry_hub.cpp.i + +catch2/catch_registry_hub.s: catch2/catch_registry_hub.cpp.s +.PHONY : catch2/catch_registry_hub.s + +# target to generate assembly for a file +catch2/catch_registry_hub.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_registry_hub.cpp.s +.PHONY : catch2/catch_registry_hub.cpp.s + +catch2/catch_session.o: catch2/catch_session.cpp.o +.PHONY : catch2/catch_session.o + +# target to build an object file +catch2/catch_session.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_session.cpp.o +.PHONY : catch2/catch_session.cpp.o + +catch2/catch_session.i: catch2/catch_session.cpp.i +.PHONY : catch2/catch_session.i + +# target to preprocess a source file +catch2/catch_session.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_session.cpp.i +.PHONY : catch2/catch_session.cpp.i + +catch2/catch_session.s: catch2/catch_session.cpp.s +.PHONY : catch2/catch_session.s + +# target to generate assembly for a file +catch2/catch_session.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_session.cpp.s +.PHONY : catch2/catch_session.cpp.s + +catch2/catch_tag_alias_autoregistrar.o: catch2/catch_tag_alias_autoregistrar.cpp.o +.PHONY : catch2/catch_tag_alias_autoregistrar.o + +# target to build an object file +catch2/catch_tag_alias_autoregistrar.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.o +.PHONY : catch2/catch_tag_alias_autoregistrar.cpp.o + +catch2/catch_tag_alias_autoregistrar.i: catch2/catch_tag_alias_autoregistrar.cpp.i +.PHONY : catch2/catch_tag_alias_autoregistrar.i + +# target to preprocess a source file +catch2/catch_tag_alias_autoregistrar.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.i +.PHONY : catch2/catch_tag_alias_autoregistrar.cpp.i + +catch2/catch_tag_alias_autoregistrar.s: catch2/catch_tag_alias_autoregistrar.cpp.s +.PHONY : catch2/catch_tag_alias_autoregistrar.s + +# target to generate assembly for a file +catch2/catch_tag_alias_autoregistrar.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tag_alias_autoregistrar.cpp.s +.PHONY : catch2/catch_tag_alias_autoregistrar.cpp.s + +catch2/catch_test_case_info.o: catch2/catch_test_case_info.cpp.o +.PHONY : catch2/catch_test_case_info.o + +# target to build an object file +catch2/catch_test_case_info.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.o +.PHONY : catch2/catch_test_case_info.cpp.o + +catch2/catch_test_case_info.i: catch2/catch_test_case_info.cpp.i +.PHONY : catch2/catch_test_case_info.i + +# target to preprocess a source file +catch2/catch_test_case_info.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.i +.PHONY : catch2/catch_test_case_info.cpp.i + +catch2/catch_test_case_info.s: catch2/catch_test_case_info.cpp.s +.PHONY : catch2/catch_test_case_info.s + +# target to generate assembly for a file +catch2/catch_test_case_info.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_case_info.cpp.s +.PHONY : catch2/catch_test_case_info.cpp.s + +catch2/catch_test_spec.o: catch2/catch_test_spec.cpp.o +.PHONY : catch2/catch_test_spec.o + +# target to build an object file +catch2/catch_test_spec.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.o +.PHONY : catch2/catch_test_spec.cpp.o + +catch2/catch_test_spec.i: catch2/catch_test_spec.cpp.i +.PHONY : catch2/catch_test_spec.i + +# target to preprocess a source file +catch2/catch_test_spec.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.i +.PHONY : catch2/catch_test_spec.cpp.i + +catch2/catch_test_spec.s: catch2/catch_test_spec.cpp.s +.PHONY : catch2/catch_test_spec.s + +# target to generate assembly for a file +catch2/catch_test_spec.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_test_spec.cpp.s +.PHONY : catch2/catch_test_spec.cpp.s + +catch2/catch_timer.o: catch2/catch_timer.cpp.o +.PHONY : catch2/catch_timer.o + +# target to build an object file +catch2/catch_timer.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.o +.PHONY : catch2/catch_timer.cpp.o + +catch2/catch_timer.i: catch2/catch_timer.cpp.i +.PHONY : catch2/catch_timer.i + +# target to preprocess a source file +catch2/catch_timer.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.i +.PHONY : catch2/catch_timer.cpp.i + +catch2/catch_timer.s: catch2/catch_timer.cpp.s +.PHONY : catch2/catch_timer.s + +# target to generate assembly for a file +catch2/catch_timer.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_timer.cpp.s +.PHONY : catch2/catch_timer.cpp.s + +catch2/catch_tostring.o: catch2/catch_tostring.cpp.o +.PHONY : catch2/catch_tostring.o + +# target to build an object file +catch2/catch_tostring.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.o +.PHONY : catch2/catch_tostring.cpp.o + +catch2/catch_tostring.i: catch2/catch_tostring.cpp.i +.PHONY : catch2/catch_tostring.i + +# target to preprocess a source file +catch2/catch_tostring.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.i +.PHONY : catch2/catch_tostring.cpp.i + +catch2/catch_tostring.s: catch2/catch_tostring.cpp.s +.PHONY : catch2/catch_tostring.s + +# target to generate assembly for a file +catch2/catch_tostring.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_tostring.cpp.s +.PHONY : catch2/catch_tostring.cpp.s + +catch2/catch_totals.o: catch2/catch_totals.cpp.o +.PHONY : catch2/catch_totals.o + +# target to build an object file +catch2/catch_totals.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.o +.PHONY : catch2/catch_totals.cpp.o + +catch2/catch_totals.i: catch2/catch_totals.cpp.i +.PHONY : catch2/catch_totals.i + +# target to preprocess a source file +catch2/catch_totals.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.i +.PHONY : catch2/catch_totals.cpp.i + +catch2/catch_totals.s: catch2/catch_totals.cpp.s +.PHONY : catch2/catch_totals.s + +# target to generate assembly for a file +catch2/catch_totals.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_totals.cpp.s +.PHONY : catch2/catch_totals.cpp.s + +catch2/catch_translate_exception.o: catch2/catch_translate_exception.cpp.o +.PHONY : catch2/catch_translate_exception.o + +# target to build an object file +catch2/catch_translate_exception.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.o +.PHONY : catch2/catch_translate_exception.cpp.o + +catch2/catch_translate_exception.i: catch2/catch_translate_exception.cpp.i +.PHONY : catch2/catch_translate_exception.i + +# target to preprocess a source file +catch2/catch_translate_exception.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.i +.PHONY : catch2/catch_translate_exception.cpp.i + +catch2/catch_translate_exception.s: catch2/catch_translate_exception.cpp.s +.PHONY : catch2/catch_translate_exception.s + +# target to generate assembly for a file +catch2/catch_translate_exception.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_translate_exception.cpp.s +.PHONY : catch2/catch_translate_exception.cpp.s + +catch2/catch_version.o: catch2/catch_version.cpp.o +.PHONY : catch2/catch_version.o + +# target to build an object file +catch2/catch_version.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_version.cpp.o +.PHONY : catch2/catch_version.cpp.o + +catch2/catch_version.i: catch2/catch_version.cpp.i +.PHONY : catch2/catch_version.i + +# target to preprocess a source file +catch2/catch_version.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_version.cpp.i +.PHONY : catch2/catch_version.cpp.i + +catch2/catch_version.s: catch2/catch_version.cpp.s +.PHONY : catch2/catch_version.s + +# target to generate assembly for a file +catch2/catch_version.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/catch_version.cpp.s +.PHONY : catch2/catch_version.cpp.s + +catch2/generators/catch_generator_exception.o: catch2/generators/catch_generator_exception.cpp.o +.PHONY : catch2/generators/catch_generator_exception.o + +# target to build an object file +catch2/generators/catch_generator_exception.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.o +.PHONY : catch2/generators/catch_generator_exception.cpp.o + +catch2/generators/catch_generator_exception.i: catch2/generators/catch_generator_exception.cpp.i +.PHONY : catch2/generators/catch_generator_exception.i + +# target to preprocess a source file +catch2/generators/catch_generator_exception.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.i +.PHONY : catch2/generators/catch_generator_exception.cpp.i + +catch2/generators/catch_generator_exception.s: catch2/generators/catch_generator_exception.cpp.s +.PHONY : catch2/generators/catch_generator_exception.s + +# target to generate assembly for a file +catch2/generators/catch_generator_exception.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generator_exception.cpp.s +.PHONY : catch2/generators/catch_generator_exception.cpp.s + +catch2/generators/catch_generators.o: catch2/generators/catch_generators.cpp.o +.PHONY : catch2/generators/catch_generators.o + +# target to build an object file +catch2/generators/catch_generators.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.o +.PHONY : catch2/generators/catch_generators.cpp.o + +catch2/generators/catch_generators.i: catch2/generators/catch_generators.cpp.i +.PHONY : catch2/generators/catch_generators.i + +# target to preprocess a source file +catch2/generators/catch_generators.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.i +.PHONY : catch2/generators/catch_generators.cpp.i + +catch2/generators/catch_generators.s: catch2/generators/catch_generators.cpp.s +.PHONY : catch2/generators/catch_generators.s + +# target to generate assembly for a file +catch2/generators/catch_generators.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators.cpp.s +.PHONY : catch2/generators/catch_generators.cpp.s + +catch2/generators/catch_generators_random.o: catch2/generators/catch_generators_random.cpp.o +.PHONY : catch2/generators/catch_generators_random.o + +# target to build an object file +catch2/generators/catch_generators_random.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.o +.PHONY : catch2/generators/catch_generators_random.cpp.o + +catch2/generators/catch_generators_random.i: catch2/generators/catch_generators_random.cpp.i +.PHONY : catch2/generators/catch_generators_random.i + +# target to preprocess a source file +catch2/generators/catch_generators_random.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.i +.PHONY : catch2/generators/catch_generators_random.cpp.i + +catch2/generators/catch_generators_random.s: catch2/generators/catch_generators_random.cpp.s +.PHONY : catch2/generators/catch_generators_random.s + +# target to generate assembly for a file +catch2/generators/catch_generators_random.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/generators/catch_generators_random.cpp.s +.PHONY : catch2/generators/catch_generators_random.cpp.s + +catch2/interfaces/catch_interfaces_capture.o: catch2/interfaces/catch_interfaces_capture.cpp.o +.PHONY : catch2/interfaces/catch_interfaces_capture.o + +# target to build an object file +catch2/interfaces/catch_interfaces_capture.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.o +.PHONY : catch2/interfaces/catch_interfaces_capture.cpp.o + +catch2/interfaces/catch_interfaces_capture.i: catch2/interfaces/catch_interfaces_capture.cpp.i +.PHONY : catch2/interfaces/catch_interfaces_capture.i + +# target to preprocess a source file +catch2/interfaces/catch_interfaces_capture.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.i +.PHONY : catch2/interfaces/catch_interfaces_capture.cpp.i + +catch2/interfaces/catch_interfaces_capture.s: catch2/interfaces/catch_interfaces_capture.cpp.s +.PHONY : catch2/interfaces/catch_interfaces_capture.s + +# target to generate assembly for a file +catch2/interfaces/catch_interfaces_capture.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_capture.cpp.s +.PHONY : catch2/interfaces/catch_interfaces_capture.cpp.s + +catch2/interfaces/catch_interfaces_config.o: catch2/interfaces/catch_interfaces_config.cpp.o +.PHONY : catch2/interfaces/catch_interfaces_config.o + +# target to build an object file +catch2/interfaces/catch_interfaces_config.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.o +.PHONY : catch2/interfaces/catch_interfaces_config.cpp.o + +catch2/interfaces/catch_interfaces_config.i: catch2/interfaces/catch_interfaces_config.cpp.i +.PHONY : catch2/interfaces/catch_interfaces_config.i + +# target to preprocess a source file +catch2/interfaces/catch_interfaces_config.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.i +.PHONY : catch2/interfaces/catch_interfaces_config.cpp.i + +catch2/interfaces/catch_interfaces_config.s: catch2/interfaces/catch_interfaces_config.cpp.s +.PHONY : catch2/interfaces/catch_interfaces_config.s + +# target to generate assembly for a file +catch2/interfaces/catch_interfaces_config.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_config.cpp.s +.PHONY : catch2/interfaces/catch_interfaces_config.cpp.s + +catch2/interfaces/catch_interfaces_exception.o: catch2/interfaces/catch_interfaces_exception.cpp.o +.PHONY : catch2/interfaces/catch_interfaces_exception.o + +# target to build an object file +catch2/interfaces/catch_interfaces_exception.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.o +.PHONY : catch2/interfaces/catch_interfaces_exception.cpp.o + +catch2/interfaces/catch_interfaces_exception.i: catch2/interfaces/catch_interfaces_exception.cpp.i +.PHONY : catch2/interfaces/catch_interfaces_exception.i + +# target to preprocess a source file +catch2/interfaces/catch_interfaces_exception.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.i +.PHONY : catch2/interfaces/catch_interfaces_exception.cpp.i + +catch2/interfaces/catch_interfaces_exception.s: catch2/interfaces/catch_interfaces_exception.cpp.s +.PHONY : catch2/interfaces/catch_interfaces_exception.s + +# target to generate assembly for a file +catch2/interfaces/catch_interfaces_exception.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_exception.cpp.s +.PHONY : catch2/interfaces/catch_interfaces_exception.cpp.s + +catch2/interfaces/catch_interfaces_generatortracker.o: catch2/interfaces/catch_interfaces_generatortracker.cpp.o +.PHONY : catch2/interfaces/catch_interfaces_generatortracker.o + +# target to build an object file +catch2/interfaces/catch_interfaces_generatortracker.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.o +.PHONY : catch2/interfaces/catch_interfaces_generatortracker.cpp.o + +catch2/interfaces/catch_interfaces_generatortracker.i: catch2/interfaces/catch_interfaces_generatortracker.cpp.i +.PHONY : catch2/interfaces/catch_interfaces_generatortracker.i + +# target to preprocess a source file +catch2/interfaces/catch_interfaces_generatortracker.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.i +.PHONY : catch2/interfaces/catch_interfaces_generatortracker.cpp.i + +catch2/interfaces/catch_interfaces_generatortracker.s: catch2/interfaces/catch_interfaces_generatortracker.cpp.s +.PHONY : catch2/interfaces/catch_interfaces_generatortracker.s + +# target to generate assembly for a file +catch2/interfaces/catch_interfaces_generatortracker.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_generatortracker.cpp.s +.PHONY : catch2/interfaces/catch_interfaces_generatortracker.cpp.s + +catch2/interfaces/catch_interfaces_registry_hub.o: catch2/interfaces/catch_interfaces_registry_hub.cpp.o +.PHONY : catch2/interfaces/catch_interfaces_registry_hub.o + +# target to build an object file +catch2/interfaces/catch_interfaces_registry_hub.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.o +.PHONY : catch2/interfaces/catch_interfaces_registry_hub.cpp.o + +catch2/interfaces/catch_interfaces_registry_hub.i: catch2/interfaces/catch_interfaces_registry_hub.cpp.i +.PHONY : catch2/interfaces/catch_interfaces_registry_hub.i + +# target to preprocess a source file +catch2/interfaces/catch_interfaces_registry_hub.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.i +.PHONY : catch2/interfaces/catch_interfaces_registry_hub.cpp.i + +catch2/interfaces/catch_interfaces_registry_hub.s: catch2/interfaces/catch_interfaces_registry_hub.cpp.s +.PHONY : catch2/interfaces/catch_interfaces_registry_hub.s + +# target to generate assembly for a file +catch2/interfaces/catch_interfaces_registry_hub.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_registry_hub.cpp.s +.PHONY : catch2/interfaces/catch_interfaces_registry_hub.cpp.s + +catch2/interfaces/catch_interfaces_reporter.o: catch2/interfaces/catch_interfaces_reporter.cpp.o +.PHONY : catch2/interfaces/catch_interfaces_reporter.o + +# target to build an object file +catch2/interfaces/catch_interfaces_reporter.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.o +.PHONY : catch2/interfaces/catch_interfaces_reporter.cpp.o + +catch2/interfaces/catch_interfaces_reporter.i: catch2/interfaces/catch_interfaces_reporter.cpp.i +.PHONY : catch2/interfaces/catch_interfaces_reporter.i + +# target to preprocess a source file +catch2/interfaces/catch_interfaces_reporter.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.i +.PHONY : catch2/interfaces/catch_interfaces_reporter.cpp.i + +catch2/interfaces/catch_interfaces_reporter.s: catch2/interfaces/catch_interfaces_reporter.cpp.s +.PHONY : catch2/interfaces/catch_interfaces_reporter.s + +# target to generate assembly for a file +catch2/interfaces/catch_interfaces_reporter.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter.cpp.s +.PHONY : catch2/interfaces/catch_interfaces_reporter.cpp.s + +catch2/interfaces/catch_interfaces_reporter_factory.o: catch2/interfaces/catch_interfaces_reporter_factory.cpp.o +.PHONY : catch2/interfaces/catch_interfaces_reporter_factory.o + +# target to build an object file +catch2/interfaces/catch_interfaces_reporter_factory.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.o +.PHONY : catch2/interfaces/catch_interfaces_reporter_factory.cpp.o + +catch2/interfaces/catch_interfaces_reporter_factory.i: catch2/interfaces/catch_interfaces_reporter_factory.cpp.i +.PHONY : catch2/interfaces/catch_interfaces_reporter_factory.i + +# target to preprocess a source file +catch2/interfaces/catch_interfaces_reporter_factory.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.i +.PHONY : catch2/interfaces/catch_interfaces_reporter_factory.cpp.i + +catch2/interfaces/catch_interfaces_reporter_factory.s: catch2/interfaces/catch_interfaces_reporter_factory.cpp.s +.PHONY : catch2/interfaces/catch_interfaces_reporter_factory.s + +# target to generate assembly for a file +catch2/interfaces/catch_interfaces_reporter_factory.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_reporter_factory.cpp.s +.PHONY : catch2/interfaces/catch_interfaces_reporter_factory.cpp.s + +catch2/interfaces/catch_interfaces_testcase.o: catch2/interfaces/catch_interfaces_testcase.cpp.o +.PHONY : catch2/interfaces/catch_interfaces_testcase.o + +# target to build an object file +catch2/interfaces/catch_interfaces_testcase.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.o +.PHONY : catch2/interfaces/catch_interfaces_testcase.cpp.o + +catch2/interfaces/catch_interfaces_testcase.i: catch2/interfaces/catch_interfaces_testcase.cpp.i +.PHONY : catch2/interfaces/catch_interfaces_testcase.i + +# target to preprocess a source file +catch2/interfaces/catch_interfaces_testcase.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.i +.PHONY : catch2/interfaces/catch_interfaces_testcase.cpp.i + +catch2/interfaces/catch_interfaces_testcase.s: catch2/interfaces/catch_interfaces_testcase.cpp.s +.PHONY : catch2/interfaces/catch_interfaces_testcase.s + +# target to generate assembly for a file +catch2/interfaces/catch_interfaces_testcase.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/interfaces/catch_interfaces_testcase.cpp.s +.PHONY : catch2/interfaces/catch_interfaces_testcase.cpp.s + +catch2/internal/catch_assertion_handler.o: catch2/internal/catch_assertion_handler.cpp.o +.PHONY : catch2/internal/catch_assertion_handler.o + +# target to build an object file +catch2/internal/catch_assertion_handler.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.o +.PHONY : catch2/internal/catch_assertion_handler.cpp.o + +catch2/internal/catch_assertion_handler.i: catch2/internal/catch_assertion_handler.cpp.i +.PHONY : catch2/internal/catch_assertion_handler.i + +# target to preprocess a source file +catch2/internal/catch_assertion_handler.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.i +.PHONY : catch2/internal/catch_assertion_handler.cpp.i + +catch2/internal/catch_assertion_handler.s: catch2/internal/catch_assertion_handler.cpp.s +.PHONY : catch2/internal/catch_assertion_handler.s + +# target to generate assembly for a file +catch2/internal/catch_assertion_handler.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_assertion_handler.cpp.s +.PHONY : catch2/internal/catch_assertion_handler.cpp.s + +catch2/internal/catch_case_insensitive_comparisons.o: catch2/internal/catch_case_insensitive_comparisons.cpp.o +.PHONY : catch2/internal/catch_case_insensitive_comparisons.o + +# target to build an object file +catch2/internal/catch_case_insensitive_comparisons.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.o +.PHONY : catch2/internal/catch_case_insensitive_comparisons.cpp.o + +catch2/internal/catch_case_insensitive_comparisons.i: catch2/internal/catch_case_insensitive_comparisons.cpp.i +.PHONY : catch2/internal/catch_case_insensitive_comparisons.i + +# target to preprocess a source file +catch2/internal/catch_case_insensitive_comparisons.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.i +.PHONY : catch2/internal/catch_case_insensitive_comparisons.cpp.i + +catch2/internal/catch_case_insensitive_comparisons.s: catch2/internal/catch_case_insensitive_comparisons.cpp.s +.PHONY : catch2/internal/catch_case_insensitive_comparisons.s + +# target to generate assembly for a file +catch2/internal/catch_case_insensitive_comparisons.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_case_insensitive_comparisons.cpp.s +.PHONY : catch2/internal/catch_case_insensitive_comparisons.cpp.s + +catch2/internal/catch_clara.o: catch2/internal/catch_clara.cpp.o +.PHONY : catch2/internal/catch_clara.o + +# target to build an object file +catch2/internal/catch_clara.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.o +.PHONY : catch2/internal/catch_clara.cpp.o + +catch2/internal/catch_clara.i: catch2/internal/catch_clara.cpp.i +.PHONY : catch2/internal/catch_clara.i + +# target to preprocess a source file +catch2/internal/catch_clara.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.i +.PHONY : catch2/internal/catch_clara.cpp.i + +catch2/internal/catch_clara.s: catch2/internal/catch_clara.cpp.s +.PHONY : catch2/internal/catch_clara.s + +# target to generate assembly for a file +catch2/internal/catch_clara.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_clara.cpp.s +.PHONY : catch2/internal/catch_clara.cpp.s + +catch2/internal/catch_commandline.o: catch2/internal/catch_commandline.cpp.o +.PHONY : catch2/internal/catch_commandline.o + +# target to build an object file +catch2/internal/catch_commandline.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.o +.PHONY : catch2/internal/catch_commandline.cpp.o + +catch2/internal/catch_commandline.i: catch2/internal/catch_commandline.cpp.i +.PHONY : catch2/internal/catch_commandline.i + +# target to preprocess a source file +catch2/internal/catch_commandline.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.i +.PHONY : catch2/internal/catch_commandline.cpp.i + +catch2/internal/catch_commandline.s: catch2/internal/catch_commandline.cpp.s +.PHONY : catch2/internal/catch_commandline.s + +# target to generate assembly for a file +catch2/internal/catch_commandline.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_commandline.cpp.s +.PHONY : catch2/internal/catch_commandline.cpp.s + +catch2/internal/catch_console_colour.o: catch2/internal/catch_console_colour.cpp.o +.PHONY : catch2/internal/catch_console_colour.o + +# target to build an object file +catch2/internal/catch_console_colour.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.o +.PHONY : catch2/internal/catch_console_colour.cpp.o + +catch2/internal/catch_console_colour.i: catch2/internal/catch_console_colour.cpp.i +.PHONY : catch2/internal/catch_console_colour.i + +# target to preprocess a source file +catch2/internal/catch_console_colour.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.i +.PHONY : catch2/internal/catch_console_colour.cpp.i + +catch2/internal/catch_console_colour.s: catch2/internal/catch_console_colour.cpp.s +.PHONY : catch2/internal/catch_console_colour.s + +# target to generate assembly for a file +catch2/internal/catch_console_colour.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_console_colour.cpp.s +.PHONY : catch2/internal/catch_console_colour.cpp.s + +catch2/internal/catch_context.o: catch2/internal/catch_context.cpp.o +.PHONY : catch2/internal/catch_context.o + +# target to build an object file +catch2/internal/catch_context.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.o +.PHONY : catch2/internal/catch_context.cpp.o + +catch2/internal/catch_context.i: catch2/internal/catch_context.cpp.i +.PHONY : catch2/internal/catch_context.i + +# target to preprocess a source file +catch2/internal/catch_context.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.i +.PHONY : catch2/internal/catch_context.cpp.i + +catch2/internal/catch_context.s: catch2/internal/catch_context.cpp.s +.PHONY : catch2/internal/catch_context.s + +# target to generate assembly for a file +catch2/internal/catch_context.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_context.cpp.s +.PHONY : catch2/internal/catch_context.cpp.s + +catch2/internal/catch_debug_console.o: catch2/internal/catch_debug_console.cpp.o +.PHONY : catch2/internal/catch_debug_console.o + +# target to build an object file +catch2/internal/catch_debug_console.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.o +.PHONY : catch2/internal/catch_debug_console.cpp.o + +catch2/internal/catch_debug_console.i: catch2/internal/catch_debug_console.cpp.i +.PHONY : catch2/internal/catch_debug_console.i + +# target to preprocess a source file +catch2/internal/catch_debug_console.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.i +.PHONY : catch2/internal/catch_debug_console.cpp.i + +catch2/internal/catch_debug_console.s: catch2/internal/catch_debug_console.cpp.s +.PHONY : catch2/internal/catch_debug_console.s + +# target to generate assembly for a file +catch2/internal/catch_debug_console.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debug_console.cpp.s +.PHONY : catch2/internal/catch_debug_console.cpp.s + +catch2/internal/catch_debugger.o: catch2/internal/catch_debugger.cpp.o +.PHONY : catch2/internal/catch_debugger.o + +# target to build an object file +catch2/internal/catch_debugger.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.o +.PHONY : catch2/internal/catch_debugger.cpp.o + +catch2/internal/catch_debugger.i: catch2/internal/catch_debugger.cpp.i +.PHONY : catch2/internal/catch_debugger.i + +# target to preprocess a source file +catch2/internal/catch_debugger.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.i +.PHONY : catch2/internal/catch_debugger.cpp.i + +catch2/internal/catch_debugger.s: catch2/internal/catch_debugger.cpp.s +.PHONY : catch2/internal/catch_debugger.s + +# target to generate assembly for a file +catch2/internal/catch_debugger.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_debugger.cpp.s +.PHONY : catch2/internal/catch_debugger.cpp.s + +catch2/internal/catch_decomposer.o: catch2/internal/catch_decomposer.cpp.o +.PHONY : catch2/internal/catch_decomposer.o + +# target to build an object file +catch2/internal/catch_decomposer.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.o +.PHONY : catch2/internal/catch_decomposer.cpp.o + +catch2/internal/catch_decomposer.i: catch2/internal/catch_decomposer.cpp.i +.PHONY : catch2/internal/catch_decomposer.i + +# target to preprocess a source file +catch2/internal/catch_decomposer.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.i +.PHONY : catch2/internal/catch_decomposer.cpp.i + +catch2/internal/catch_decomposer.s: catch2/internal/catch_decomposer.cpp.s +.PHONY : catch2/internal/catch_decomposer.s + +# target to generate assembly for a file +catch2/internal/catch_decomposer.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_decomposer.cpp.s +.PHONY : catch2/internal/catch_decomposer.cpp.s + +catch2/internal/catch_enforce.o: catch2/internal/catch_enforce.cpp.o +.PHONY : catch2/internal/catch_enforce.o + +# target to build an object file +catch2/internal/catch_enforce.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.o +.PHONY : catch2/internal/catch_enforce.cpp.o + +catch2/internal/catch_enforce.i: catch2/internal/catch_enforce.cpp.i +.PHONY : catch2/internal/catch_enforce.i + +# target to preprocess a source file +catch2/internal/catch_enforce.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.i +.PHONY : catch2/internal/catch_enforce.cpp.i + +catch2/internal/catch_enforce.s: catch2/internal/catch_enforce.cpp.s +.PHONY : catch2/internal/catch_enforce.s + +# target to generate assembly for a file +catch2/internal/catch_enforce.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enforce.cpp.s +.PHONY : catch2/internal/catch_enforce.cpp.s + +catch2/internal/catch_enum_values_registry.o: catch2/internal/catch_enum_values_registry.cpp.o +.PHONY : catch2/internal/catch_enum_values_registry.o + +# target to build an object file +catch2/internal/catch_enum_values_registry.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.o +.PHONY : catch2/internal/catch_enum_values_registry.cpp.o + +catch2/internal/catch_enum_values_registry.i: catch2/internal/catch_enum_values_registry.cpp.i +.PHONY : catch2/internal/catch_enum_values_registry.i + +# target to preprocess a source file +catch2/internal/catch_enum_values_registry.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.i +.PHONY : catch2/internal/catch_enum_values_registry.cpp.i + +catch2/internal/catch_enum_values_registry.s: catch2/internal/catch_enum_values_registry.cpp.s +.PHONY : catch2/internal/catch_enum_values_registry.s + +# target to generate assembly for a file +catch2/internal/catch_enum_values_registry.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_enum_values_registry.cpp.s +.PHONY : catch2/internal/catch_enum_values_registry.cpp.s + +catch2/internal/catch_errno_guard.o: catch2/internal/catch_errno_guard.cpp.o +.PHONY : catch2/internal/catch_errno_guard.o + +# target to build an object file +catch2/internal/catch_errno_guard.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.o +.PHONY : catch2/internal/catch_errno_guard.cpp.o + +catch2/internal/catch_errno_guard.i: catch2/internal/catch_errno_guard.cpp.i +.PHONY : catch2/internal/catch_errno_guard.i + +# target to preprocess a source file +catch2/internal/catch_errno_guard.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.i +.PHONY : catch2/internal/catch_errno_guard.cpp.i + +catch2/internal/catch_errno_guard.s: catch2/internal/catch_errno_guard.cpp.s +.PHONY : catch2/internal/catch_errno_guard.s + +# target to generate assembly for a file +catch2/internal/catch_errno_guard.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_errno_guard.cpp.s +.PHONY : catch2/internal/catch_errno_guard.cpp.s + +catch2/internal/catch_exception_translator_registry.o: catch2/internal/catch_exception_translator_registry.cpp.o +.PHONY : catch2/internal/catch_exception_translator_registry.o + +# target to build an object file +catch2/internal/catch_exception_translator_registry.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.o +.PHONY : catch2/internal/catch_exception_translator_registry.cpp.o + +catch2/internal/catch_exception_translator_registry.i: catch2/internal/catch_exception_translator_registry.cpp.i +.PHONY : catch2/internal/catch_exception_translator_registry.i + +# target to preprocess a source file +catch2/internal/catch_exception_translator_registry.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.i +.PHONY : catch2/internal/catch_exception_translator_registry.cpp.i + +catch2/internal/catch_exception_translator_registry.s: catch2/internal/catch_exception_translator_registry.cpp.s +.PHONY : catch2/internal/catch_exception_translator_registry.s + +# target to generate assembly for a file +catch2/internal/catch_exception_translator_registry.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_exception_translator_registry.cpp.s +.PHONY : catch2/internal/catch_exception_translator_registry.cpp.s + +catch2/internal/catch_fatal_condition_handler.o: catch2/internal/catch_fatal_condition_handler.cpp.o +.PHONY : catch2/internal/catch_fatal_condition_handler.o + +# target to build an object file +catch2/internal/catch_fatal_condition_handler.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.o +.PHONY : catch2/internal/catch_fatal_condition_handler.cpp.o + +catch2/internal/catch_fatal_condition_handler.i: catch2/internal/catch_fatal_condition_handler.cpp.i +.PHONY : catch2/internal/catch_fatal_condition_handler.i + +# target to preprocess a source file +catch2/internal/catch_fatal_condition_handler.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.i +.PHONY : catch2/internal/catch_fatal_condition_handler.cpp.i + +catch2/internal/catch_fatal_condition_handler.s: catch2/internal/catch_fatal_condition_handler.cpp.s +.PHONY : catch2/internal/catch_fatal_condition_handler.s + +# target to generate assembly for a file +catch2/internal/catch_fatal_condition_handler.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_fatal_condition_handler.cpp.s +.PHONY : catch2/internal/catch_fatal_condition_handler.cpp.s + +catch2/internal/catch_floating_point_helpers.o: catch2/internal/catch_floating_point_helpers.cpp.o +.PHONY : catch2/internal/catch_floating_point_helpers.o + +# target to build an object file +catch2/internal/catch_floating_point_helpers.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.o +.PHONY : catch2/internal/catch_floating_point_helpers.cpp.o + +catch2/internal/catch_floating_point_helpers.i: catch2/internal/catch_floating_point_helpers.cpp.i +.PHONY : catch2/internal/catch_floating_point_helpers.i + +# target to preprocess a source file +catch2/internal/catch_floating_point_helpers.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.i +.PHONY : catch2/internal/catch_floating_point_helpers.cpp.i + +catch2/internal/catch_floating_point_helpers.s: catch2/internal/catch_floating_point_helpers.cpp.s +.PHONY : catch2/internal/catch_floating_point_helpers.s + +# target to generate assembly for a file +catch2/internal/catch_floating_point_helpers.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_floating_point_helpers.cpp.s +.PHONY : catch2/internal/catch_floating_point_helpers.cpp.s + +catch2/internal/catch_getenv.o: catch2/internal/catch_getenv.cpp.o +.PHONY : catch2/internal/catch_getenv.o + +# target to build an object file +catch2/internal/catch_getenv.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.o +.PHONY : catch2/internal/catch_getenv.cpp.o + +catch2/internal/catch_getenv.i: catch2/internal/catch_getenv.cpp.i +.PHONY : catch2/internal/catch_getenv.i + +# target to preprocess a source file +catch2/internal/catch_getenv.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.i +.PHONY : catch2/internal/catch_getenv.cpp.i + +catch2/internal/catch_getenv.s: catch2/internal/catch_getenv.cpp.s +.PHONY : catch2/internal/catch_getenv.s + +# target to generate assembly for a file +catch2/internal/catch_getenv.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_getenv.cpp.s +.PHONY : catch2/internal/catch_getenv.cpp.s + +catch2/internal/catch_istream.o: catch2/internal/catch_istream.cpp.o +.PHONY : catch2/internal/catch_istream.o + +# target to build an object file +catch2/internal/catch_istream.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.o +.PHONY : catch2/internal/catch_istream.cpp.o + +catch2/internal/catch_istream.i: catch2/internal/catch_istream.cpp.i +.PHONY : catch2/internal/catch_istream.i + +# target to preprocess a source file +catch2/internal/catch_istream.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.i +.PHONY : catch2/internal/catch_istream.cpp.i + +catch2/internal/catch_istream.s: catch2/internal/catch_istream.cpp.s +.PHONY : catch2/internal/catch_istream.s + +# target to generate assembly for a file +catch2/internal/catch_istream.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_istream.cpp.s +.PHONY : catch2/internal/catch_istream.cpp.s + +catch2/internal/catch_jsonwriter.o: catch2/internal/catch_jsonwriter.cpp.o +.PHONY : catch2/internal/catch_jsonwriter.o + +# target to build an object file +catch2/internal/catch_jsonwriter.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.o +.PHONY : catch2/internal/catch_jsonwriter.cpp.o + +catch2/internal/catch_jsonwriter.i: catch2/internal/catch_jsonwriter.cpp.i +.PHONY : catch2/internal/catch_jsonwriter.i + +# target to preprocess a source file +catch2/internal/catch_jsonwriter.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.i +.PHONY : catch2/internal/catch_jsonwriter.cpp.i + +catch2/internal/catch_jsonwriter.s: catch2/internal/catch_jsonwriter.cpp.s +.PHONY : catch2/internal/catch_jsonwriter.s + +# target to generate assembly for a file +catch2/internal/catch_jsonwriter.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_jsonwriter.cpp.s +.PHONY : catch2/internal/catch_jsonwriter.cpp.s + +catch2/internal/catch_lazy_expr.o: catch2/internal/catch_lazy_expr.cpp.o +.PHONY : catch2/internal/catch_lazy_expr.o + +# target to build an object file +catch2/internal/catch_lazy_expr.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.o +.PHONY : catch2/internal/catch_lazy_expr.cpp.o + +catch2/internal/catch_lazy_expr.i: catch2/internal/catch_lazy_expr.cpp.i +.PHONY : catch2/internal/catch_lazy_expr.i + +# target to preprocess a source file +catch2/internal/catch_lazy_expr.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.i +.PHONY : catch2/internal/catch_lazy_expr.cpp.i + +catch2/internal/catch_lazy_expr.s: catch2/internal/catch_lazy_expr.cpp.s +.PHONY : catch2/internal/catch_lazy_expr.s + +# target to generate assembly for a file +catch2/internal/catch_lazy_expr.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_lazy_expr.cpp.s +.PHONY : catch2/internal/catch_lazy_expr.cpp.s + +catch2/internal/catch_leak_detector.o: catch2/internal/catch_leak_detector.cpp.o +.PHONY : catch2/internal/catch_leak_detector.o + +# target to build an object file +catch2/internal/catch_leak_detector.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.o +.PHONY : catch2/internal/catch_leak_detector.cpp.o + +catch2/internal/catch_leak_detector.i: catch2/internal/catch_leak_detector.cpp.i +.PHONY : catch2/internal/catch_leak_detector.i + +# target to preprocess a source file +catch2/internal/catch_leak_detector.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.i +.PHONY : catch2/internal/catch_leak_detector.cpp.i + +catch2/internal/catch_leak_detector.s: catch2/internal/catch_leak_detector.cpp.s +.PHONY : catch2/internal/catch_leak_detector.s + +# target to generate assembly for a file +catch2/internal/catch_leak_detector.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_leak_detector.cpp.s +.PHONY : catch2/internal/catch_leak_detector.cpp.s + +catch2/internal/catch_list.o: catch2/internal/catch_list.cpp.o +.PHONY : catch2/internal/catch_list.o + +# target to build an object file +catch2/internal/catch_list.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.o +.PHONY : catch2/internal/catch_list.cpp.o + +catch2/internal/catch_list.i: catch2/internal/catch_list.cpp.i +.PHONY : catch2/internal/catch_list.i + +# target to preprocess a source file +catch2/internal/catch_list.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.i +.PHONY : catch2/internal/catch_list.cpp.i + +catch2/internal/catch_list.s: catch2/internal/catch_list.cpp.s +.PHONY : catch2/internal/catch_list.s + +# target to generate assembly for a file +catch2/internal/catch_list.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_list.cpp.s +.PHONY : catch2/internal/catch_list.cpp.s + +catch2/internal/catch_main.o: catch2/internal/catch_main.cpp.o +.PHONY : catch2/internal/catch_main.o + +# target to build an object file +catch2/internal/catch_main.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.o +.PHONY : catch2/internal/catch_main.cpp.o + +catch2/internal/catch_main.i: catch2/internal/catch_main.cpp.i +.PHONY : catch2/internal/catch_main.i + +# target to preprocess a source file +catch2/internal/catch_main.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.i +.PHONY : catch2/internal/catch_main.cpp.i + +catch2/internal/catch_main.s: catch2/internal/catch_main.cpp.s +.PHONY : catch2/internal/catch_main.s + +# target to generate assembly for a file +catch2/internal/catch_main.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2WithMain.dir/catch2/internal/catch_main.cpp.s +.PHONY : catch2/internal/catch_main.cpp.s + +catch2/internal/catch_message_info.o: catch2/internal/catch_message_info.cpp.o +.PHONY : catch2/internal/catch_message_info.o + +# target to build an object file +catch2/internal/catch_message_info.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.o +.PHONY : catch2/internal/catch_message_info.cpp.o + +catch2/internal/catch_message_info.i: catch2/internal/catch_message_info.cpp.i +.PHONY : catch2/internal/catch_message_info.i + +# target to preprocess a source file +catch2/internal/catch_message_info.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.i +.PHONY : catch2/internal/catch_message_info.cpp.i + +catch2/internal/catch_message_info.s: catch2/internal/catch_message_info.cpp.s +.PHONY : catch2/internal/catch_message_info.s + +# target to generate assembly for a file +catch2/internal/catch_message_info.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_message_info.cpp.s +.PHONY : catch2/internal/catch_message_info.cpp.s + +catch2/internal/catch_output_redirect.o: catch2/internal/catch_output_redirect.cpp.o +.PHONY : catch2/internal/catch_output_redirect.o + +# target to build an object file +catch2/internal/catch_output_redirect.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.o +.PHONY : catch2/internal/catch_output_redirect.cpp.o + +catch2/internal/catch_output_redirect.i: catch2/internal/catch_output_redirect.cpp.i +.PHONY : catch2/internal/catch_output_redirect.i + +# target to preprocess a source file +catch2/internal/catch_output_redirect.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.i +.PHONY : catch2/internal/catch_output_redirect.cpp.i + +catch2/internal/catch_output_redirect.s: catch2/internal/catch_output_redirect.cpp.s +.PHONY : catch2/internal/catch_output_redirect.s + +# target to generate assembly for a file +catch2/internal/catch_output_redirect.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_output_redirect.cpp.s +.PHONY : catch2/internal/catch_output_redirect.cpp.s + +catch2/internal/catch_parse_numbers.o: catch2/internal/catch_parse_numbers.cpp.o +.PHONY : catch2/internal/catch_parse_numbers.o + +# target to build an object file +catch2/internal/catch_parse_numbers.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.o +.PHONY : catch2/internal/catch_parse_numbers.cpp.o + +catch2/internal/catch_parse_numbers.i: catch2/internal/catch_parse_numbers.cpp.i +.PHONY : catch2/internal/catch_parse_numbers.i + +# target to preprocess a source file +catch2/internal/catch_parse_numbers.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.i +.PHONY : catch2/internal/catch_parse_numbers.cpp.i + +catch2/internal/catch_parse_numbers.s: catch2/internal/catch_parse_numbers.cpp.s +.PHONY : catch2/internal/catch_parse_numbers.s + +# target to generate assembly for a file +catch2/internal/catch_parse_numbers.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_parse_numbers.cpp.s +.PHONY : catch2/internal/catch_parse_numbers.cpp.s + +catch2/internal/catch_polyfills.o: catch2/internal/catch_polyfills.cpp.o +.PHONY : catch2/internal/catch_polyfills.o + +# target to build an object file +catch2/internal/catch_polyfills.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.o +.PHONY : catch2/internal/catch_polyfills.cpp.o + +catch2/internal/catch_polyfills.i: catch2/internal/catch_polyfills.cpp.i +.PHONY : catch2/internal/catch_polyfills.i + +# target to preprocess a source file +catch2/internal/catch_polyfills.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.i +.PHONY : catch2/internal/catch_polyfills.cpp.i + +catch2/internal/catch_polyfills.s: catch2/internal/catch_polyfills.cpp.s +.PHONY : catch2/internal/catch_polyfills.s + +# target to generate assembly for a file +catch2/internal/catch_polyfills.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_polyfills.cpp.s +.PHONY : catch2/internal/catch_polyfills.cpp.s + +catch2/internal/catch_random_number_generator.o: catch2/internal/catch_random_number_generator.cpp.o +.PHONY : catch2/internal/catch_random_number_generator.o + +# target to build an object file +catch2/internal/catch_random_number_generator.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.o +.PHONY : catch2/internal/catch_random_number_generator.cpp.o + +catch2/internal/catch_random_number_generator.i: catch2/internal/catch_random_number_generator.cpp.i +.PHONY : catch2/internal/catch_random_number_generator.i + +# target to preprocess a source file +catch2/internal/catch_random_number_generator.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.i +.PHONY : catch2/internal/catch_random_number_generator.cpp.i + +catch2/internal/catch_random_number_generator.s: catch2/internal/catch_random_number_generator.cpp.s +.PHONY : catch2/internal/catch_random_number_generator.s + +# target to generate assembly for a file +catch2/internal/catch_random_number_generator.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_number_generator.cpp.s +.PHONY : catch2/internal/catch_random_number_generator.cpp.s + +catch2/internal/catch_random_seed_generation.o: catch2/internal/catch_random_seed_generation.cpp.o +.PHONY : catch2/internal/catch_random_seed_generation.o + +# target to build an object file +catch2/internal/catch_random_seed_generation.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.o +.PHONY : catch2/internal/catch_random_seed_generation.cpp.o + +catch2/internal/catch_random_seed_generation.i: catch2/internal/catch_random_seed_generation.cpp.i +.PHONY : catch2/internal/catch_random_seed_generation.i + +# target to preprocess a source file +catch2/internal/catch_random_seed_generation.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.i +.PHONY : catch2/internal/catch_random_seed_generation.cpp.i + +catch2/internal/catch_random_seed_generation.s: catch2/internal/catch_random_seed_generation.cpp.s +.PHONY : catch2/internal/catch_random_seed_generation.s + +# target to generate assembly for a file +catch2/internal/catch_random_seed_generation.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_random_seed_generation.cpp.s +.PHONY : catch2/internal/catch_random_seed_generation.cpp.s + +catch2/internal/catch_reporter_registry.o: catch2/internal/catch_reporter_registry.cpp.o +.PHONY : catch2/internal/catch_reporter_registry.o + +# target to build an object file +catch2/internal/catch_reporter_registry.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.o +.PHONY : catch2/internal/catch_reporter_registry.cpp.o + +catch2/internal/catch_reporter_registry.i: catch2/internal/catch_reporter_registry.cpp.i +.PHONY : catch2/internal/catch_reporter_registry.i + +# target to preprocess a source file +catch2/internal/catch_reporter_registry.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.i +.PHONY : catch2/internal/catch_reporter_registry.cpp.i + +catch2/internal/catch_reporter_registry.s: catch2/internal/catch_reporter_registry.cpp.s +.PHONY : catch2/internal/catch_reporter_registry.s + +# target to generate assembly for a file +catch2/internal/catch_reporter_registry.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_registry.cpp.s +.PHONY : catch2/internal/catch_reporter_registry.cpp.s + +catch2/internal/catch_reporter_spec_parser.o: catch2/internal/catch_reporter_spec_parser.cpp.o +.PHONY : catch2/internal/catch_reporter_spec_parser.o + +# target to build an object file +catch2/internal/catch_reporter_spec_parser.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.o +.PHONY : catch2/internal/catch_reporter_spec_parser.cpp.o + +catch2/internal/catch_reporter_spec_parser.i: catch2/internal/catch_reporter_spec_parser.cpp.i +.PHONY : catch2/internal/catch_reporter_spec_parser.i + +# target to preprocess a source file +catch2/internal/catch_reporter_spec_parser.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.i +.PHONY : catch2/internal/catch_reporter_spec_parser.cpp.i + +catch2/internal/catch_reporter_spec_parser.s: catch2/internal/catch_reporter_spec_parser.cpp.s +.PHONY : catch2/internal/catch_reporter_spec_parser.s + +# target to generate assembly for a file +catch2/internal/catch_reporter_spec_parser.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reporter_spec_parser.cpp.s +.PHONY : catch2/internal/catch_reporter_spec_parser.cpp.s + +catch2/internal/catch_reusable_string_stream.o: catch2/internal/catch_reusable_string_stream.cpp.o +.PHONY : catch2/internal/catch_reusable_string_stream.o + +# target to build an object file +catch2/internal/catch_reusable_string_stream.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.o +.PHONY : catch2/internal/catch_reusable_string_stream.cpp.o + +catch2/internal/catch_reusable_string_stream.i: catch2/internal/catch_reusable_string_stream.cpp.i +.PHONY : catch2/internal/catch_reusable_string_stream.i + +# target to preprocess a source file +catch2/internal/catch_reusable_string_stream.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.i +.PHONY : catch2/internal/catch_reusable_string_stream.cpp.i + +catch2/internal/catch_reusable_string_stream.s: catch2/internal/catch_reusable_string_stream.cpp.s +.PHONY : catch2/internal/catch_reusable_string_stream.s + +# target to generate assembly for a file +catch2/internal/catch_reusable_string_stream.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_reusable_string_stream.cpp.s +.PHONY : catch2/internal/catch_reusable_string_stream.cpp.s + +catch2/internal/catch_run_context.o: catch2/internal/catch_run_context.cpp.o +.PHONY : catch2/internal/catch_run_context.o + +# target to build an object file +catch2/internal/catch_run_context.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.o +.PHONY : catch2/internal/catch_run_context.cpp.o + +catch2/internal/catch_run_context.i: catch2/internal/catch_run_context.cpp.i +.PHONY : catch2/internal/catch_run_context.i + +# target to preprocess a source file +catch2/internal/catch_run_context.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.i +.PHONY : catch2/internal/catch_run_context.cpp.i + +catch2/internal/catch_run_context.s: catch2/internal/catch_run_context.cpp.s +.PHONY : catch2/internal/catch_run_context.s + +# target to generate assembly for a file +catch2/internal/catch_run_context.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_run_context.cpp.s +.PHONY : catch2/internal/catch_run_context.cpp.s + +catch2/internal/catch_section.o: catch2/internal/catch_section.cpp.o +.PHONY : catch2/internal/catch_section.o + +# target to build an object file +catch2/internal/catch_section.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.o +.PHONY : catch2/internal/catch_section.cpp.o + +catch2/internal/catch_section.i: catch2/internal/catch_section.cpp.i +.PHONY : catch2/internal/catch_section.i + +# target to preprocess a source file +catch2/internal/catch_section.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.i +.PHONY : catch2/internal/catch_section.cpp.i + +catch2/internal/catch_section.s: catch2/internal/catch_section.cpp.s +.PHONY : catch2/internal/catch_section.s + +# target to generate assembly for a file +catch2/internal/catch_section.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_section.cpp.s +.PHONY : catch2/internal/catch_section.cpp.s + +catch2/internal/catch_singletons.o: catch2/internal/catch_singletons.cpp.o +.PHONY : catch2/internal/catch_singletons.o + +# target to build an object file +catch2/internal/catch_singletons.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.o +.PHONY : catch2/internal/catch_singletons.cpp.o + +catch2/internal/catch_singletons.i: catch2/internal/catch_singletons.cpp.i +.PHONY : catch2/internal/catch_singletons.i + +# target to preprocess a source file +catch2/internal/catch_singletons.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.i +.PHONY : catch2/internal/catch_singletons.cpp.i + +catch2/internal/catch_singletons.s: catch2/internal/catch_singletons.cpp.s +.PHONY : catch2/internal/catch_singletons.s + +# target to generate assembly for a file +catch2/internal/catch_singletons.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_singletons.cpp.s +.PHONY : catch2/internal/catch_singletons.cpp.s + +catch2/internal/catch_source_line_info.o: catch2/internal/catch_source_line_info.cpp.o +.PHONY : catch2/internal/catch_source_line_info.o + +# target to build an object file +catch2/internal/catch_source_line_info.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.o +.PHONY : catch2/internal/catch_source_line_info.cpp.o + +catch2/internal/catch_source_line_info.i: catch2/internal/catch_source_line_info.cpp.i +.PHONY : catch2/internal/catch_source_line_info.i + +# target to preprocess a source file +catch2/internal/catch_source_line_info.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.i +.PHONY : catch2/internal/catch_source_line_info.cpp.i + +catch2/internal/catch_source_line_info.s: catch2/internal/catch_source_line_info.cpp.s +.PHONY : catch2/internal/catch_source_line_info.s + +# target to generate assembly for a file +catch2/internal/catch_source_line_info.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_source_line_info.cpp.s +.PHONY : catch2/internal/catch_source_line_info.cpp.s + +catch2/internal/catch_startup_exception_registry.o: catch2/internal/catch_startup_exception_registry.cpp.o +.PHONY : catch2/internal/catch_startup_exception_registry.o + +# target to build an object file +catch2/internal/catch_startup_exception_registry.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.o +.PHONY : catch2/internal/catch_startup_exception_registry.cpp.o + +catch2/internal/catch_startup_exception_registry.i: catch2/internal/catch_startup_exception_registry.cpp.i +.PHONY : catch2/internal/catch_startup_exception_registry.i + +# target to preprocess a source file +catch2/internal/catch_startup_exception_registry.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.i +.PHONY : catch2/internal/catch_startup_exception_registry.cpp.i + +catch2/internal/catch_startup_exception_registry.s: catch2/internal/catch_startup_exception_registry.cpp.s +.PHONY : catch2/internal/catch_startup_exception_registry.s + +# target to generate assembly for a file +catch2/internal/catch_startup_exception_registry.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_startup_exception_registry.cpp.s +.PHONY : catch2/internal/catch_startup_exception_registry.cpp.s + +catch2/internal/catch_stdstreams.o: catch2/internal/catch_stdstreams.cpp.o +.PHONY : catch2/internal/catch_stdstreams.o + +# target to build an object file +catch2/internal/catch_stdstreams.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.o +.PHONY : catch2/internal/catch_stdstreams.cpp.o + +catch2/internal/catch_stdstreams.i: catch2/internal/catch_stdstreams.cpp.i +.PHONY : catch2/internal/catch_stdstreams.i + +# target to preprocess a source file +catch2/internal/catch_stdstreams.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.i +.PHONY : catch2/internal/catch_stdstreams.cpp.i + +catch2/internal/catch_stdstreams.s: catch2/internal/catch_stdstreams.cpp.s +.PHONY : catch2/internal/catch_stdstreams.s + +# target to generate assembly for a file +catch2/internal/catch_stdstreams.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stdstreams.cpp.s +.PHONY : catch2/internal/catch_stdstreams.cpp.s + +catch2/internal/catch_string_manip.o: catch2/internal/catch_string_manip.cpp.o +.PHONY : catch2/internal/catch_string_manip.o + +# target to build an object file +catch2/internal/catch_string_manip.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.o +.PHONY : catch2/internal/catch_string_manip.cpp.o + +catch2/internal/catch_string_manip.i: catch2/internal/catch_string_manip.cpp.i +.PHONY : catch2/internal/catch_string_manip.i + +# target to preprocess a source file +catch2/internal/catch_string_manip.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.i +.PHONY : catch2/internal/catch_string_manip.cpp.i + +catch2/internal/catch_string_manip.s: catch2/internal/catch_string_manip.cpp.s +.PHONY : catch2/internal/catch_string_manip.s + +# target to generate assembly for a file +catch2/internal/catch_string_manip.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_string_manip.cpp.s +.PHONY : catch2/internal/catch_string_manip.cpp.s + +catch2/internal/catch_stringref.o: catch2/internal/catch_stringref.cpp.o +.PHONY : catch2/internal/catch_stringref.o + +# target to build an object file +catch2/internal/catch_stringref.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.o +.PHONY : catch2/internal/catch_stringref.cpp.o + +catch2/internal/catch_stringref.i: catch2/internal/catch_stringref.cpp.i +.PHONY : catch2/internal/catch_stringref.i + +# target to preprocess a source file +catch2/internal/catch_stringref.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.i +.PHONY : catch2/internal/catch_stringref.cpp.i + +catch2/internal/catch_stringref.s: catch2/internal/catch_stringref.cpp.s +.PHONY : catch2/internal/catch_stringref.s + +# target to generate assembly for a file +catch2/internal/catch_stringref.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_stringref.cpp.s +.PHONY : catch2/internal/catch_stringref.cpp.s + +catch2/internal/catch_tag_alias_registry.o: catch2/internal/catch_tag_alias_registry.cpp.o +.PHONY : catch2/internal/catch_tag_alias_registry.o + +# target to build an object file +catch2/internal/catch_tag_alias_registry.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.o +.PHONY : catch2/internal/catch_tag_alias_registry.cpp.o + +catch2/internal/catch_tag_alias_registry.i: catch2/internal/catch_tag_alias_registry.cpp.i +.PHONY : catch2/internal/catch_tag_alias_registry.i + +# target to preprocess a source file +catch2/internal/catch_tag_alias_registry.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.i +.PHONY : catch2/internal/catch_tag_alias_registry.cpp.i + +catch2/internal/catch_tag_alias_registry.s: catch2/internal/catch_tag_alias_registry.cpp.s +.PHONY : catch2/internal/catch_tag_alias_registry.s + +# target to generate assembly for a file +catch2/internal/catch_tag_alias_registry.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_tag_alias_registry.cpp.s +.PHONY : catch2/internal/catch_tag_alias_registry.cpp.s + +catch2/internal/catch_test_case_info_hasher.o: catch2/internal/catch_test_case_info_hasher.cpp.o +.PHONY : catch2/internal/catch_test_case_info_hasher.o + +# target to build an object file +catch2/internal/catch_test_case_info_hasher.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.o +.PHONY : catch2/internal/catch_test_case_info_hasher.cpp.o + +catch2/internal/catch_test_case_info_hasher.i: catch2/internal/catch_test_case_info_hasher.cpp.i +.PHONY : catch2/internal/catch_test_case_info_hasher.i + +# target to preprocess a source file +catch2/internal/catch_test_case_info_hasher.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.i +.PHONY : catch2/internal/catch_test_case_info_hasher.cpp.i + +catch2/internal/catch_test_case_info_hasher.s: catch2/internal/catch_test_case_info_hasher.cpp.s +.PHONY : catch2/internal/catch_test_case_info_hasher.s + +# target to generate assembly for a file +catch2/internal/catch_test_case_info_hasher.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_info_hasher.cpp.s +.PHONY : catch2/internal/catch_test_case_info_hasher.cpp.s + +catch2/internal/catch_test_case_registry_impl.o: catch2/internal/catch_test_case_registry_impl.cpp.o +.PHONY : catch2/internal/catch_test_case_registry_impl.o + +# target to build an object file +catch2/internal/catch_test_case_registry_impl.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.o +.PHONY : catch2/internal/catch_test_case_registry_impl.cpp.o + +catch2/internal/catch_test_case_registry_impl.i: catch2/internal/catch_test_case_registry_impl.cpp.i +.PHONY : catch2/internal/catch_test_case_registry_impl.i + +# target to preprocess a source file +catch2/internal/catch_test_case_registry_impl.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.i +.PHONY : catch2/internal/catch_test_case_registry_impl.cpp.i + +catch2/internal/catch_test_case_registry_impl.s: catch2/internal/catch_test_case_registry_impl.cpp.s +.PHONY : catch2/internal/catch_test_case_registry_impl.s + +# target to generate assembly for a file +catch2/internal/catch_test_case_registry_impl.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_registry_impl.cpp.s +.PHONY : catch2/internal/catch_test_case_registry_impl.cpp.s + +catch2/internal/catch_test_case_tracker.o: catch2/internal/catch_test_case_tracker.cpp.o +.PHONY : catch2/internal/catch_test_case_tracker.o + +# target to build an object file +catch2/internal/catch_test_case_tracker.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.o +.PHONY : catch2/internal/catch_test_case_tracker.cpp.o + +catch2/internal/catch_test_case_tracker.i: catch2/internal/catch_test_case_tracker.cpp.i +.PHONY : catch2/internal/catch_test_case_tracker.i + +# target to preprocess a source file +catch2/internal/catch_test_case_tracker.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.i +.PHONY : catch2/internal/catch_test_case_tracker.cpp.i + +catch2/internal/catch_test_case_tracker.s: catch2/internal/catch_test_case_tracker.cpp.s +.PHONY : catch2/internal/catch_test_case_tracker.s + +# target to generate assembly for a file +catch2/internal/catch_test_case_tracker.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_case_tracker.cpp.s +.PHONY : catch2/internal/catch_test_case_tracker.cpp.s + +catch2/internal/catch_test_failure_exception.o: catch2/internal/catch_test_failure_exception.cpp.o +.PHONY : catch2/internal/catch_test_failure_exception.o + +# target to build an object file +catch2/internal/catch_test_failure_exception.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.o +.PHONY : catch2/internal/catch_test_failure_exception.cpp.o + +catch2/internal/catch_test_failure_exception.i: catch2/internal/catch_test_failure_exception.cpp.i +.PHONY : catch2/internal/catch_test_failure_exception.i + +# target to preprocess a source file +catch2/internal/catch_test_failure_exception.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.i +.PHONY : catch2/internal/catch_test_failure_exception.cpp.i + +catch2/internal/catch_test_failure_exception.s: catch2/internal/catch_test_failure_exception.cpp.s +.PHONY : catch2/internal/catch_test_failure_exception.s + +# target to generate assembly for a file +catch2/internal/catch_test_failure_exception.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_failure_exception.cpp.s +.PHONY : catch2/internal/catch_test_failure_exception.cpp.s + +catch2/internal/catch_test_registry.o: catch2/internal/catch_test_registry.cpp.o +.PHONY : catch2/internal/catch_test_registry.o + +# target to build an object file +catch2/internal/catch_test_registry.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.o +.PHONY : catch2/internal/catch_test_registry.cpp.o + +catch2/internal/catch_test_registry.i: catch2/internal/catch_test_registry.cpp.i +.PHONY : catch2/internal/catch_test_registry.i + +# target to preprocess a source file +catch2/internal/catch_test_registry.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.i +.PHONY : catch2/internal/catch_test_registry.cpp.i + +catch2/internal/catch_test_registry.s: catch2/internal/catch_test_registry.cpp.s +.PHONY : catch2/internal/catch_test_registry.s + +# target to generate assembly for a file +catch2/internal/catch_test_registry.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_registry.cpp.s +.PHONY : catch2/internal/catch_test_registry.cpp.s + +catch2/internal/catch_test_spec_parser.o: catch2/internal/catch_test_spec_parser.cpp.o +.PHONY : catch2/internal/catch_test_spec_parser.o + +# target to build an object file +catch2/internal/catch_test_spec_parser.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.o +.PHONY : catch2/internal/catch_test_spec_parser.cpp.o + +catch2/internal/catch_test_spec_parser.i: catch2/internal/catch_test_spec_parser.cpp.i +.PHONY : catch2/internal/catch_test_spec_parser.i + +# target to preprocess a source file +catch2/internal/catch_test_spec_parser.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.i +.PHONY : catch2/internal/catch_test_spec_parser.cpp.i + +catch2/internal/catch_test_spec_parser.s: catch2/internal/catch_test_spec_parser.cpp.s +.PHONY : catch2/internal/catch_test_spec_parser.s + +# target to generate assembly for a file +catch2/internal/catch_test_spec_parser.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_test_spec_parser.cpp.s +.PHONY : catch2/internal/catch_test_spec_parser.cpp.s + +catch2/internal/catch_textflow.o: catch2/internal/catch_textflow.cpp.o +.PHONY : catch2/internal/catch_textflow.o + +# target to build an object file +catch2/internal/catch_textflow.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.o +.PHONY : catch2/internal/catch_textflow.cpp.o + +catch2/internal/catch_textflow.i: catch2/internal/catch_textflow.cpp.i +.PHONY : catch2/internal/catch_textflow.i + +# target to preprocess a source file +catch2/internal/catch_textflow.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.i +.PHONY : catch2/internal/catch_textflow.cpp.i + +catch2/internal/catch_textflow.s: catch2/internal/catch_textflow.cpp.s +.PHONY : catch2/internal/catch_textflow.s + +# target to generate assembly for a file +catch2/internal/catch_textflow.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_textflow.cpp.s +.PHONY : catch2/internal/catch_textflow.cpp.s + +catch2/internal/catch_uncaught_exceptions.o: catch2/internal/catch_uncaught_exceptions.cpp.o +.PHONY : catch2/internal/catch_uncaught_exceptions.o + +# target to build an object file +catch2/internal/catch_uncaught_exceptions.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.o +.PHONY : catch2/internal/catch_uncaught_exceptions.cpp.o + +catch2/internal/catch_uncaught_exceptions.i: catch2/internal/catch_uncaught_exceptions.cpp.i +.PHONY : catch2/internal/catch_uncaught_exceptions.i + +# target to preprocess a source file +catch2/internal/catch_uncaught_exceptions.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.i +.PHONY : catch2/internal/catch_uncaught_exceptions.cpp.i + +catch2/internal/catch_uncaught_exceptions.s: catch2/internal/catch_uncaught_exceptions.cpp.s +.PHONY : catch2/internal/catch_uncaught_exceptions.s + +# target to generate assembly for a file +catch2/internal/catch_uncaught_exceptions.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_uncaught_exceptions.cpp.s +.PHONY : catch2/internal/catch_uncaught_exceptions.cpp.s + +catch2/internal/catch_wildcard_pattern.o: catch2/internal/catch_wildcard_pattern.cpp.o +.PHONY : catch2/internal/catch_wildcard_pattern.o + +# target to build an object file +catch2/internal/catch_wildcard_pattern.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.o +.PHONY : catch2/internal/catch_wildcard_pattern.cpp.o + +catch2/internal/catch_wildcard_pattern.i: catch2/internal/catch_wildcard_pattern.cpp.i +.PHONY : catch2/internal/catch_wildcard_pattern.i + +# target to preprocess a source file +catch2/internal/catch_wildcard_pattern.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.i +.PHONY : catch2/internal/catch_wildcard_pattern.cpp.i + +catch2/internal/catch_wildcard_pattern.s: catch2/internal/catch_wildcard_pattern.cpp.s +.PHONY : catch2/internal/catch_wildcard_pattern.s + +# target to generate assembly for a file +catch2/internal/catch_wildcard_pattern.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_wildcard_pattern.cpp.s +.PHONY : catch2/internal/catch_wildcard_pattern.cpp.s + +catch2/internal/catch_xmlwriter.o: catch2/internal/catch_xmlwriter.cpp.o +.PHONY : catch2/internal/catch_xmlwriter.o + +# target to build an object file +catch2/internal/catch_xmlwriter.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.o +.PHONY : catch2/internal/catch_xmlwriter.cpp.o + +catch2/internal/catch_xmlwriter.i: catch2/internal/catch_xmlwriter.cpp.i +.PHONY : catch2/internal/catch_xmlwriter.i + +# target to preprocess a source file +catch2/internal/catch_xmlwriter.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.i +.PHONY : catch2/internal/catch_xmlwriter.cpp.i + +catch2/internal/catch_xmlwriter.s: catch2/internal/catch_xmlwriter.cpp.s +.PHONY : catch2/internal/catch_xmlwriter.s + +# target to generate assembly for a file +catch2/internal/catch_xmlwriter.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/internal/catch_xmlwriter.cpp.s +.PHONY : catch2/internal/catch_xmlwriter.cpp.s + +catch2/matchers/catch_matchers.o: catch2/matchers/catch_matchers.cpp.o +.PHONY : catch2/matchers/catch_matchers.o + +# target to build an object file +catch2/matchers/catch_matchers.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.o +.PHONY : catch2/matchers/catch_matchers.cpp.o + +catch2/matchers/catch_matchers.i: catch2/matchers/catch_matchers.cpp.i +.PHONY : catch2/matchers/catch_matchers.i + +# target to preprocess a source file +catch2/matchers/catch_matchers.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.i +.PHONY : catch2/matchers/catch_matchers.cpp.i + +catch2/matchers/catch_matchers.s: catch2/matchers/catch_matchers.cpp.s +.PHONY : catch2/matchers/catch_matchers.s + +# target to generate assembly for a file +catch2/matchers/catch_matchers.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers.cpp.s +.PHONY : catch2/matchers/catch_matchers.cpp.s + +catch2/matchers/catch_matchers_container_properties.o: catch2/matchers/catch_matchers_container_properties.cpp.o +.PHONY : catch2/matchers/catch_matchers_container_properties.o + +# target to build an object file +catch2/matchers/catch_matchers_container_properties.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.o +.PHONY : catch2/matchers/catch_matchers_container_properties.cpp.o + +catch2/matchers/catch_matchers_container_properties.i: catch2/matchers/catch_matchers_container_properties.cpp.i +.PHONY : catch2/matchers/catch_matchers_container_properties.i + +# target to preprocess a source file +catch2/matchers/catch_matchers_container_properties.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.i +.PHONY : catch2/matchers/catch_matchers_container_properties.cpp.i + +catch2/matchers/catch_matchers_container_properties.s: catch2/matchers/catch_matchers_container_properties.cpp.s +.PHONY : catch2/matchers/catch_matchers_container_properties.s + +# target to generate assembly for a file +catch2/matchers/catch_matchers_container_properties.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_container_properties.cpp.s +.PHONY : catch2/matchers/catch_matchers_container_properties.cpp.s + +catch2/matchers/catch_matchers_exception.o: catch2/matchers/catch_matchers_exception.cpp.o +.PHONY : catch2/matchers/catch_matchers_exception.o + +# target to build an object file +catch2/matchers/catch_matchers_exception.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.o +.PHONY : catch2/matchers/catch_matchers_exception.cpp.o + +catch2/matchers/catch_matchers_exception.i: catch2/matchers/catch_matchers_exception.cpp.i +.PHONY : catch2/matchers/catch_matchers_exception.i + +# target to preprocess a source file +catch2/matchers/catch_matchers_exception.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.i +.PHONY : catch2/matchers/catch_matchers_exception.cpp.i + +catch2/matchers/catch_matchers_exception.s: catch2/matchers/catch_matchers_exception.cpp.s +.PHONY : catch2/matchers/catch_matchers_exception.s + +# target to generate assembly for a file +catch2/matchers/catch_matchers_exception.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_exception.cpp.s +.PHONY : catch2/matchers/catch_matchers_exception.cpp.s + +catch2/matchers/catch_matchers_floating_point.o: catch2/matchers/catch_matchers_floating_point.cpp.o +.PHONY : catch2/matchers/catch_matchers_floating_point.o + +# target to build an object file +catch2/matchers/catch_matchers_floating_point.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.o +.PHONY : catch2/matchers/catch_matchers_floating_point.cpp.o + +catch2/matchers/catch_matchers_floating_point.i: catch2/matchers/catch_matchers_floating_point.cpp.i +.PHONY : catch2/matchers/catch_matchers_floating_point.i + +# target to preprocess a source file +catch2/matchers/catch_matchers_floating_point.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.i +.PHONY : catch2/matchers/catch_matchers_floating_point.cpp.i + +catch2/matchers/catch_matchers_floating_point.s: catch2/matchers/catch_matchers_floating_point.cpp.s +.PHONY : catch2/matchers/catch_matchers_floating_point.s + +# target to generate assembly for a file +catch2/matchers/catch_matchers_floating_point.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_floating_point.cpp.s +.PHONY : catch2/matchers/catch_matchers_floating_point.cpp.s + +catch2/matchers/catch_matchers_predicate.o: catch2/matchers/catch_matchers_predicate.cpp.o +.PHONY : catch2/matchers/catch_matchers_predicate.o + +# target to build an object file +catch2/matchers/catch_matchers_predicate.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o +.PHONY : catch2/matchers/catch_matchers_predicate.cpp.o + +catch2/matchers/catch_matchers_predicate.i: catch2/matchers/catch_matchers_predicate.cpp.i +.PHONY : catch2/matchers/catch_matchers_predicate.i + +# target to preprocess a source file +catch2/matchers/catch_matchers_predicate.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.i +.PHONY : catch2/matchers/catch_matchers_predicate.cpp.i + +catch2/matchers/catch_matchers_predicate.s: catch2/matchers/catch_matchers_predicate.cpp.s +.PHONY : catch2/matchers/catch_matchers_predicate.s + +# target to generate assembly for a file +catch2/matchers/catch_matchers_predicate.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.s +.PHONY : catch2/matchers/catch_matchers_predicate.cpp.s + +catch2/matchers/catch_matchers_quantifiers.o: catch2/matchers/catch_matchers_quantifiers.cpp.o +.PHONY : catch2/matchers/catch_matchers_quantifiers.o + +# target to build an object file +catch2/matchers/catch_matchers_quantifiers.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o +.PHONY : catch2/matchers/catch_matchers_quantifiers.cpp.o + +catch2/matchers/catch_matchers_quantifiers.i: catch2/matchers/catch_matchers_quantifiers.cpp.i +.PHONY : catch2/matchers/catch_matchers_quantifiers.i + +# target to preprocess a source file +catch2/matchers/catch_matchers_quantifiers.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.i +.PHONY : catch2/matchers/catch_matchers_quantifiers.cpp.i + +catch2/matchers/catch_matchers_quantifiers.s: catch2/matchers/catch_matchers_quantifiers.cpp.s +.PHONY : catch2/matchers/catch_matchers_quantifiers.s + +# target to generate assembly for a file +catch2/matchers/catch_matchers_quantifiers.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.s +.PHONY : catch2/matchers/catch_matchers_quantifiers.cpp.s + +catch2/matchers/catch_matchers_string.o: catch2/matchers/catch_matchers_string.cpp.o +.PHONY : catch2/matchers/catch_matchers_string.o + +# target to build an object file +catch2/matchers/catch_matchers_string.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o +.PHONY : catch2/matchers/catch_matchers_string.cpp.o + +catch2/matchers/catch_matchers_string.i: catch2/matchers/catch_matchers_string.cpp.i +.PHONY : catch2/matchers/catch_matchers_string.i + +# target to preprocess a source file +catch2/matchers/catch_matchers_string.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.i +.PHONY : catch2/matchers/catch_matchers_string.cpp.i + +catch2/matchers/catch_matchers_string.s: catch2/matchers/catch_matchers_string.cpp.s +.PHONY : catch2/matchers/catch_matchers_string.s + +# target to generate assembly for a file +catch2/matchers/catch_matchers_string.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.s +.PHONY : catch2/matchers/catch_matchers_string.cpp.s + +catch2/matchers/catch_matchers_templated.o: catch2/matchers/catch_matchers_templated.cpp.o +.PHONY : catch2/matchers/catch_matchers_templated.o + +# target to build an object file +catch2/matchers/catch_matchers_templated.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o +.PHONY : catch2/matchers/catch_matchers_templated.cpp.o + +catch2/matchers/catch_matchers_templated.i: catch2/matchers/catch_matchers_templated.cpp.i +.PHONY : catch2/matchers/catch_matchers_templated.i + +# target to preprocess a source file +catch2/matchers/catch_matchers_templated.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.i +.PHONY : catch2/matchers/catch_matchers_templated.cpp.i + +catch2/matchers/catch_matchers_templated.s: catch2/matchers/catch_matchers_templated.cpp.s +.PHONY : catch2/matchers/catch_matchers_templated.s + +# target to generate assembly for a file +catch2/matchers/catch_matchers_templated.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.s +.PHONY : catch2/matchers/catch_matchers_templated.cpp.s + +catch2/matchers/internal/catch_matchers_impl.o: catch2/matchers/internal/catch_matchers_impl.cpp.o +.PHONY : catch2/matchers/internal/catch_matchers_impl.o + +# target to build an object file +catch2/matchers/internal/catch_matchers_impl.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o +.PHONY : catch2/matchers/internal/catch_matchers_impl.cpp.o + +catch2/matchers/internal/catch_matchers_impl.i: catch2/matchers/internal/catch_matchers_impl.cpp.i +.PHONY : catch2/matchers/internal/catch_matchers_impl.i + +# target to preprocess a source file +catch2/matchers/internal/catch_matchers_impl.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.i +.PHONY : catch2/matchers/internal/catch_matchers_impl.cpp.i + +catch2/matchers/internal/catch_matchers_impl.s: catch2/matchers/internal/catch_matchers_impl.cpp.s +.PHONY : catch2/matchers/internal/catch_matchers_impl.s + +# target to generate assembly for a file +catch2/matchers/internal/catch_matchers_impl.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.s +.PHONY : catch2/matchers/internal/catch_matchers_impl.cpp.s + +catch2/reporters/catch_reporter_automake.o: catch2/reporters/catch_reporter_automake.cpp.o +.PHONY : catch2/reporters/catch_reporter_automake.o + +# target to build an object file +catch2/reporters/catch_reporter_automake.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.o +.PHONY : catch2/reporters/catch_reporter_automake.cpp.o + +catch2/reporters/catch_reporter_automake.i: catch2/reporters/catch_reporter_automake.cpp.i +.PHONY : catch2/reporters/catch_reporter_automake.i + +# target to preprocess a source file +catch2/reporters/catch_reporter_automake.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.i +.PHONY : catch2/reporters/catch_reporter_automake.cpp.i + +catch2/reporters/catch_reporter_automake.s: catch2/reporters/catch_reporter_automake.cpp.s +.PHONY : catch2/reporters/catch_reporter_automake.s + +# target to generate assembly for a file +catch2/reporters/catch_reporter_automake.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_automake.cpp.s +.PHONY : catch2/reporters/catch_reporter_automake.cpp.s + +catch2/reporters/catch_reporter_common_base.o: catch2/reporters/catch_reporter_common_base.cpp.o +.PHONY : catch2/reporters/catch_reporter_common_base.o + +# target to build an object file +catch2/reporters/catch_reporter_common_base.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.o +.PHONY : catch2/reporters/catch_reporter_common_base.cpp.o + +catch2/reporters/catch_reporter_common_base.i: catch2/reporters/catch_reporter_common_base.cpp.i +.PHONY : catch2/reporters/catch_reporter_common_base.i + +# target to preprocess a source file +catch2/reporters/catch_reporter_common_base.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.i +.PHONY : catch2/reporters/catch_reporter_common_base.cpp.i + +catch2/reporters/catch_reporter_common_base.s: catch2/reporters/catch_reporter_common_base.cpp.s +.PHONY : catch2/reporters/catch_reporter_common_base.s + +# target to generate assembly for a file +catch2/reporters/catch_reporter_common_base.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_common_base.cpp.s +.PHONY : catch2/reporters/catch_reporter_common_base.cpp.s + +catch2/reporters/catch_reporter_compact.o: catch2/reporters/catch_reporter_compact.cpp.o +.PHONY : catch2/reporters/catch_reporter_compact.o + +# target to build an object file +catch2/reporters/catch_reporter_compact.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.o +.PHONY : catch2/reporters/catch_reporter_compact.cpp.o + +catch2/reporters/catch_reporter_compact.i: catch2/reporters/catch_reporter_compact.cpp.i +.PHONY : catch2/reporters/catch_reporter_compact.i + +# target to preprocess a source file +catch2/reporters/catch_reporter_compact.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.i +.PHONY : catch2/reporters/catch_reporter_compact.cpp.i + +catch2/reporters/catch_reporter_compact.s: catch2/reporters/catch_reporter_compact.cpp.s +.PHONY : catch2/reporters/catch_reporter_compact.s + +# target to generate assembly for a file +catch2/reporters/catch_reporter_compact.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_compact.cpp.s +.PHONY : catch2/reporters/catch_reporter_compact.cpp.s + +catch2/reporters/catch_reporter_console.o: catch2/reporters/catch_reporter_console.cpp.o +.PHONY : catch2/reporters/catch_reporter_console.o + +# target to build an object file +catch2/reporters/catch_reporter_console.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.o +.PHONY : catch2/reporters/catch_reporter_console.cpp.o + +catch2/reporters/catch_reporter_console.i: catch2/reporters/catch_reporter_console.cpp.i +.PHONY : catch2/reporters/catch_reporter_console.i + +# target to preprocess a source file +catch2/reporters/catch_reporter_console.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.i +.PHONY : catch2/reporters/catch_reporter_console.cpp.i + +catch2/reporters/catch_reporter_console.s: catch2/reporters/catch_reporter_console.cpp.s +.PHONY : catch2/reporters/catch_reporter_console.s + +# target to generate assembly for a file +catch2/reporters/catch_reporter_console.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_console.cpp.s +.PHONY : catch2/reporters/catch_reporter_console.cpp.s + +catch2/reporters/catch_reporter_cumulative_base.o: catch2/reporters/catch_reporter_cumulative_base.cpp.o +.PHONY : catch2/reporters/catch_reporter_cumulative_base.o + +# target to build an object file +catch2/reporters/catch_reporter_cumulative_base.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.o +.PHONY : catch2/reporters/catch_reporter_cumulative_base.cpp.o + +catch2/reporters/catch_reporter_cumulative_base.i: catch2/reporters/catch_reporter_cumulative_base.cpp.i +.PHONY : catch2/reporters/catch_reporter_cumulative_base.i + +# target to preprocess a source file +catch2/reporters/catch_reporter_cumulative_base.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.i +.PHONY : catch2/reporters/catch_reporter_cumulative_base.cpp.i + +catch2/reporters/catch_reporter_cumulative_base.s: catch2/reporters/catch_reporter_cumulative_base.cpp.s +.PHONY : catch2/reporters/catch_reporter_cumulative_base.s + +# target to generate assembly for a file +catch2/reporters/catch_reporter_cumulative_base.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_cumulative_base.cpp.s +.PHONY : catch2/reporters/catch_reporter_cumulative_base.cpp.s + +catch2/reporters/catch_reporter_event_listener.o: catch2/reporters/catch_reporter_event_listener.cpp.o +.PHONY : catch2/reporters/catch_reporter_event_listener.o + +# target to build an object file +catch2/reporters/catch_reporter_event_listener.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.o +.PHONY : catch2/reporters/catch_reporter_event_listener.cpp.o + +catch2/reporters/catch_reporter_event_listener.i: catch2/reporters/catch_reporter_event_listener.cpp.i +.PHONY : catch2/reporters/catch_reporter_event_listener.i + +# target to preprocess a source file +catch2/reporters/catch_reporter_event_listener.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.i +.PHONY : catch2/reporters/catch_reporter_event_listener.cpp.i + +catch2/reporters/catch_reporter_event_listener.s: catch2/reporters/catch_reporter_event_listener.cpp.s +.PHONY : catch2/reporters/catch_reporter_event_listener.s + +# target to generate assembly for a file +catch2/reporters/catch_reporter_event_listener.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_event_listener.cpp.s +.PHONY : catch2/reporters/catch_reporter_event_listener.cpp.s + +catch2/reporters/catch_reporter_helpers.o: catch2/reporters/catch_reporter_helpers.cpp.o +.PHONY : catch2/reporters/catch_reporter_helpers.o + +# target to build an object file +catch2/reporters/catch_reporter_helpers.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.o +.PHONY : catch2/reporters/catch_reporter_helpers.cpp.o + +catch2/reporters/catch_reporter_helpers.i: catch2/reporters/catch_reporter_helpers.cpp.i +.PHONY : catch2/reporters/catch_reporter_helpers.i + +# target to preprocess a source file +catch2/reporters/catch_reporter_helpers.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.i +.PHONY : catch2/reporters/catch_reporter_helpers.cpp.i + +catch2/reporters/catch_reporter_helpers.s: catch2/reporters/catch_reporter_helpers.cpp.s +.PHONY : catch2/reporters/catch_reporter_helpers.s + +# target to generate assembly for a file +catch2/reporters/catch_reporter_helpers.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_helpers.cpp.s +.PHONY : catch2/reporters/catch_reporter_helpers.cpp.s + +catch2/reporters/catch_reporter_json.o: catch2/reporters/catch_reporter_json.cpp.o +.PHONY : catch2/reporters/catch_reporter_json.o + +# target to build an object file +catch2/reporters/catch_reporter_json.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.o +.PHONY : catch2/reporters/catch_reporter_json.cpp.o + +catch2/reporters/catch_reporter_json.i: catch2/reporters/catch_reporter_json.cpp.i +.PHONY : catch2/reporters/catch_reporter_json.i + +# target to preprocess a source file +catch2/reporters/catch_reporter_json.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.i +.PHONY : catch2/reporters/catch_reporter_json.cpp.i + +catch2/reporters/catch_reporter_json.s: catch2/reporters/catch_reporter_json.cpp.s +.PHONY : catch2/reporters/catch_reporter_json.s + +# target to generate assembly for a file +catch2/reporters/catch_reporter_json.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_json.cpp.s +.PHONY : catch2/reporters/catch_reporter_json.cpp.s + +catch2/reporters/catch_reporter_junit.o: catch2/reporters/catch_reporter_junit.cpp.o +.PHONY : catch2/reporters/catch_reporter_junit.o + +# target to build an object file +catch2/reporters/catch_reporter_junit.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.o +.PHONY : catch2/reporters/catch_reporter_junit.cpp.o + +catch2/reporters/catch_reporter_junit.i: catch2/reporters/catch_reporter_junit.cpp.i +.PHONY : catch2/reporters/catch_reporter_junit.i + +# target to preprocess a source file +catch2/reporters/catch_reporter_junit.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.i +.PHONY : catch2/reporters/catch_reporter_junit.cpp.i + +catch2/reporters/catch_reporter_junit.s: catch2/reporters/catch_reporter_junit.cpp.s +.PHONY : catch2/reporters/catch_reporter_junit.s + +# target to generate assembly for a file +catch2/reporters/catch_reporter_junit.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_junit.cpp.s +.PHONY : catch2/reporters/catch_reporter_junit.cpp.s + +catch2/reporters/catch_reporter_multi.o: catch2/reporters/catch_reporter_multi.cpp.o +.PHONY : catch2/reporters/catch_reporter_multi.o + +# target to build an object file +catch2/reporters/catch_reporter_multi.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.o +.PHONY : catch2/reporters/catch_reporter_multi.cpp.o + +catch2/reporters/catch_reporter_multi.i: catch2/reporters/catch_reporter_multi.cpp.i +.PHONY : catch2/reporters/catch_reporter_multi.i + +# target to preprocess a source file +catch2/reporters/catch_reporter_multi.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.i +.PHONY : catch2/reporters/catch_reporter_multi.cpp.i + +catch2/reporters/catch_reporter_multi.s: catch2/reporters/catch_reporter_multi.cpp.s +.PHONY : catch2/reporters/catch_reporter_multi.s + +# target to generate assembly for a file +catch2/reporters/catch_reporter_multi.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_multi.cpp.s +.PHONY : catch2/reporters/catch_reporter_multi.cpp.s + +catch2/reporters/catch_reporter_registrars.o: catch2/reporters/catch_reporter_registrars.cpp.o +.PHONY : catch2/reporters/catch_reporter_registrars.o + +# target to build an object file +catch2/reporters/catch_reporter_registrars.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.o +.PHONY : catch2/reporters/catch_reporter_registrars.cpp.o + +catch2/reporters/catch_reporter_registrars.i: catch2/reporters/catch_reporter_registrars.cpp.i +.PHONY : catch2/reporters/catch_reporter_registrars.i + +# target to preprocess a source file +catch2/reporters/catch_reporter_registrars.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.i +.PHONY : catch2/reporters/catch_reporter_registrars.cpp.i + +catch2/reporters/catch_reporter_registrars.s: catch2/reporters/catch_reporter_registrars.cpp.s +.PHONY : catch2/reporters/catch_reporter_registrars.s + +# target to generate assembly for a file +catch2/reporters/catch_reporter_registrars.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_registrars.cpp.s +.PHONY : catch2/reporters/catch_reporter_registrars.cpp.s + +catch2/reporters/catch_reporter_sonarqube.o: catch2/reporters/catch_reporter_sonarqube.cpp.o +.PHONY : catch2/reporters/catch_reporter_sonarqube.o + +# target to build an object file +catch2/reporters/catch_reporter_sonarqube.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.o +.PHONY : catch2/reporters/catch_reporter_sonarqube.cpp.o + +catch2/reporters/catch_reporter_sonarqube.i: catch2/reporters/catch_reporter_sonarqube.cpp.i +.PHONY : catch2/reporters/catch_reporter_sonarqube.i + +# target to preprocess a source file +catch2/reporters/catch_reporter_sonarqube.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.i +.PHONY : catch2/reporters/catch_reporter_sonarqube.cpp.i + +catch2/reporters/catch_reporter_sonarqube.s: catch2/reporters/catch_reporter_sonarqube.cpp.s +.PHONY : catch2/reporters/catch_reporter_sonarqube.s + +# target to generate assembly for a file +catch2/reporters/catch_reporter_sonarqube.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_sonarqube.cpp.s +.PHONY : catch2/reporters/catch_reporter_sonarqube.cpp.s + +catch2/reporters/catch_reporter_streaming_base.o: catch2/reporters/catch_reporter_streaming_base.cpp.o +.PHONY : catch2/reporters/catch_reporter_streaming_base.o + +# target to build an object file +catch2/reporters/catch_reporter_streaming_base.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.o +.PHONY : catch2/reporters/catch_reporter_streaming_base.cpp.o + +catch2/reporters/catch_reporter_streaming_base.i: catch2/reporters/catch_reporter_streaming_base.cpp.i +.PHONY : catch2/reporters/catch_reporter_streaming_base.i + +# target to preprocess a source file +catch2/reporters/catch_reporter_streaming_base.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.i +.PHONY : catch2/reporters/catch_reporter_streaming_base.cpp.i + +catch2/reporters/catch_reporter_streaming_base.s: catch2/reporters/catch_reporter_streaming_base.cpp.s +.PHONY : catch2/reporters/catch_reporter_streaming_base.s + +# target to generate assembly for a file +catch2/reporters/catch_reporter_streaming_base.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_streaming_base.cpp.s +.PHONY : catch2/reporters/catch_reporter_streaming_base.cpp.s + +catch2/reporters/catch_reporter_tap.o: catch2/reporters/catch_reporter_tap.cpp.o +.PHONY : catch2/reporters/catch_reporter_tap.o + +# target to build an object file +catch2/reporters/catch_reporter_tap.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.o +.PHONY : catch2/reporters/catch_reporter_tap.cpp.o + +catch2/reporters/catch_reporter_tap.i: catch2/reporters/catch_reporter_tap.cpp.i +.PHONY : catch2/reporters/catch_reporter_tap.i + +# target to preprocess a source file +catch2/reporters/catch_reporter_tap.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.i +.PHONY : catch2/reporters/catch_reporter_tap.cpp.i + +catch2/reporters/catch_reporter_tap.s: catch2/reporters/catch_reporter_tap.cpp.s +.PHONY : catch2/reporters/catch_reporter_tap.s + +# target to generate assembly for a file +catch2/reporters/catch_reporter_tap.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_tap.cpp.s +.PHONY : catch2/reporters/catch_reporter_tap.cpp.s + +catch2/reporters/catch_reporter_teamcity.o: catch2/reporters/catch_reporter_teamcity.cpp.o +.PHONY : catch2/reporters/catch_reporter_teamcity.o + +# target to build an object file +catch2/reporters/catch_reporter_teamcity.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.o +.PHONY : catch2/reporters/catch_reporter_teamcity.cpp.o + +catch2/reporters/catch_reporter_teamcity.i: catch2/reporters/catch_reporter_teamcity.cpp.i +.PHONY : catch2/reporters/catch_reporter_teamcity.i + +# target to preprocess a source file +catch2/reporters/catch_reporter_teamcity.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.i +.PHONY : catch2/reporters/catch_reporter_teamcity.cpp.i + +catch2/reporters/catch_reporter_teamcity.s: catch2/reporters/catch_reporter_teamcity.cpp.s +.PHONY : catch2/reporters/catch_reporter_teamcity.s + +# target to generate assembly for a file +catch2/reporters/catch_reporter_teamcity.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_teamcity.cpp.s +.PHONY : catch2/reporters/catch_reporter_teamcity.cpp.s + +catch2/reporters/catch_reporter_xml.o: catch2/reporters/catch_reporter_xml.cpp.o +.PHONY : catch2/reporters/catch_reporter_xml.o + +# target to build an object file +catch2/reporters/catch_reporter_xml.cpp.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.o +.PHONY : catch2/reporters/catch_reporter_xml.cpp.o + +catch2/reporters/catch_reporter_xml.i: catch2/reporters/catch_reporter_xml.cpp.i +.PHONY : catch2/reporters/catch_reporter_xml.i + +# target to preprocess a source file +catch2/reporters/catch_reporter_xml.cpp.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.i +.PHONY : catch2/reporters/catch_reporter_xml.cpp.i + +catch2/reporters/catch_reporter_xml.s: catch2/reporters/catch_reporter_xml.cpp.s +.PHONY : catch2/reporters/catch_reporter_xml.s + +# target to generate assembly for a file +catch2/reporters/catch_reporter_xml.cpp.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/catch2-build/src/CMakeFiles/Catch2.dir/build.make _deps/catch2-build/src/CMakeFiles/Catch2.dir/catch2/reporters/catch_reporter_xml.cpp.s +.PHONY : catch2/reporters/catch_reporter_xml.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 "... rebuild_cache" + @echo "... test" + @echo "... Catch2" + @echo "... Catch2WithMain" + @echo "... catch2/benchmark/catch_chronometer.o" + @echo "... catch2/benchmark/catch_chronometer.i" + @echo "... catch2/benchmark/catch_chronometer.s" + @echo "... catch2/benchmark/detail/catch_analyse.o" + @echo "... catch2/benchmark/detail/catch_analyse.i" + @echo "... catch2/benchmark/detail/catch_analyse.s" + @echo "... catch2/benchmark/detail/catch_benchmark_function.o" + @echo "... catch2/benchmark/detail/catch_benchmark_function.i" + @echo "... catch2/benchmark/detail/catch_benchmark_function.s" + @echo "... catch2/benchmark/detail/catch_run_for_at_least.o" + @echo "... catch2/benchmark/detail/catch_run_for_at_least.i" + @echo "... catch2/benchmark/detail/catch_run_for_at_least.s" + @echo "... catch2/benchmark/detail/catch_stats.o" + @echo "... catch2/benchmark/detail/catch_stats.i" + @echo "... catch2/benchmark/detail/catch_stats.s" + @echo "... catch2/catch_approx.o" + @echo "... catch2/catch_approx.i" + @echo "... catch2/catch_approx.s" + @echo "... catch2/catch_assertion_result.o" + @echo "... catch2/catch_assertion_result.i" + @echo "... catch2/catch_assertion_result.s" + @echo "... catch2/catch_config.o" + @echo "... catch2/catch_config.i" + @echo "... catch2/catch_config.s" + @echo "... catch2/catch_get_random_seed.o" + @echo "... catch2/catch_get_random_seed.i" + @echo "... catch2/catch_get_random_seed.s" + @echo "... catch2/catch_message.o" + @echo "... catch2/catch_message.i" + @echo "... catch2/catch_message.s" + @echo "... catch2/catch_registry_hub.o" + @echo "... catch2/catch_registry_hub.i" + @echo "... catch2/catch_registry_hub.s" + @echo "... catch2/catch_session.o" + @echo "... catch2/catch_session.i" + @echo "... catch2/catch_session.s" + @echo "... catch2/catch_tag_alias_autoregistrar.o" + @echo "... catch2/catch_tag_alias_autoregistrar.i" + @echo "... catch2/catch_tag_alias_autoregistrar.s" + @echo "... catch2/catch_test_case_info.o" + @echo "... catch2/catch_test_case_info.i" + @echo "... catch2/catch_test_case_info.s" + @echo "... catch2/catch_test_spec.o" + @echo "... catch2/catch_test_spec.i" + @echo "... catch2/catch_test_spec.s" + @echo "... catch2/catch_timer.o" + @echo "... catch2/catch_timer.i" + @echo "... catch2/catch_timer.s" + @echo "... catch2/catch_tostring.o" + @echo "... catch2/catch_tostring.i" + @echo "... catch2/catch_tostring.s" + @echo "... catch2/catch_totals.o" + @echo "... catch2/catch_totals.i" + @echo "... catch2/catch_totals.s" + @echo "... catch2/catch_translate_exception.o" + @echo "... catch2/catch_translate_exception.i" + @echo "... catch2/catch_translate_exception.s" + @echo "... catch2/catch_version.o" + @echo "... catch2/catch_version.i" + @echo "... catch2/catch_version.s" + @echo "... catch2/generators/catch_generator_exception.o" + @echo "... catch2/generators/catch_generator_exception.i" + @echo "... catch2/generators/catch_generator_exception.s" + @echo "... catch2/generators/catch_generators.o" + @echo "... catch2/generators/catch_generators.i" + @echo "... catch2/generators/catch_generators.s" + @echo "... catch2/generators/catch_generators_random.o" + @echo "... catch2/generators/catch_generators_random.i" + @echo "... catch2/generators/catch_generators_random.s" + @echo "... catch2/interfaces/catch_interfaces_capture.o" + @echo "... catch2/interfaces/catch_interfaces_capture.i" + @echo "... catch2/interfaces/catch_interfaces_capture.s" + @echo "... catch2/interfaces/catch_interfaces_config.o" + @echo "... catch2/interfaces/catch_interfaces_config.i" + @echo "... catch2/interfaces/catch_interfaces_config.s" + @echo "... catch2/interfaces/catch_interfaces_exception.o" + @echo "... catch2/interfaces/catch_interfaces_exception.i" + @echo "... catch2/interfaces/catch_interfaces_exception.s" + @echo "... catch2/interfaces/catch_interfaces_generatortracker.o" + @echo "... catch2/interfaces/catch_interfaces_generatortracker.i" + @echo "... catch2/interfaces/catch_interfaces_generatortracker.s" + @echo "... catch2/interfaces/catch_interfaces_registry_hub.o" + @echo "... catch2/interfaces/catch_interfaces_registry_hub.i" + @echo "... catch2/interfaces/catch_interfaces_registry_hub.s" + @echo "... catch2/interfaces/catch_interfaces_reporter.o" + @echo "... catch2/interfaces/catch_interfaces_reporter.i" + @echo "... catch2/interfaces/catch_interfaces_reporter.s" + @echo "... catch2/interfaces/catch_interfaces_reporter_factory.o" + @echo "... catch2/interfaces/catch_interfaces_reporter_factory.i" + @echo "... catch2/interfaces/catch_interfaces_reporter_factory.s" + @echo "... catch2/interfaces/catch_interfaces_testcase.o" + @echo "... catch2/interfaces/catch_interfaces_testcase.i" + @echo "... catch2/interfaces/catch_interfaces_testcase.s" + @echo "... catch2/internal/catch_assertion_handler.o" + @echo "... catch2/internal/catch_assertion_handler.i" + @echo "... catch2/internal/catch_assertion_handler.s" + @echo "... catch2/internal/catch_case_insensitive_comparisons.o" + @echo "... catch2/internal/catch_case_insensitive_comparisons.i" + @echo "... catch2/internal/catch_case_insensitive_comparisons.s" + @echo "... catch2/internal/catch_clara.o" + @echo "... catch2/internal/catch_clara.i" + @echo "... catch2/internal/catch_clara.s" + @echo "... catch2/internal/catch_commandline.o" + @echo "... catch2/internal/catch_commandline.i" + @echo "... catch2/internal/catch_commandline.s" + @echo "... catch2/internal/catch_console_colour.o" + @echo "... catch2/internal/catch_console_colour.i" + @echo "... catch2/internal/catch_console_colour.s" + @echo "... catch2/internal/catch_context.o" + @echo "... catch2/internal/catch_context.i" + @echo "... catch2/internal/catch_context.s" + @echo "... catch2/internal/catch_debug_console.o" + @echo "... catch2/internal/catch_debug_console.i" + @echo "... catch2/internal/catch_debug_console.s" + @echo "... catch2/internal/catch_debugger.o" + @echo "... catch2/internal/catch_debugger.i" + @echo "... catch2/internal/catch_debugger.s" + @echo "... catch2/internal/catch_decomposer.o" + @echo "... catch2/internal/catch_decomposer.i" + @echo "... catch2/internal/catch_decomposer.s" + @echo "... catch2/internal/catch_enforce.o" + @echo "... catch2/internal/catch_enforce.i" + @echo "... catch2/internal/catch_enforce.s" + @echo "... catch2/internal/catch_enum_values_registry.o" + @echo "... catch2/internal/catch_enum_values_registry.i" + @echo "... catch2/internal/catch_enum_values_registry.s" + @echo "... catch2/internal/catch_errno_guard.o" + @echo "... catch2/internal/catch_errno_guard.i" + @echo "... catch2/internal/catch_errno_guard.s" + @echo "... catch2/internal/catch_exception_translator_registry.o" + @echo "... catch2/internal/catch_exception_translator_registry.i" + @echo "... catch2/internal/catch_exception_translator_registry.s" + @echo "... catch2/internal/catch_fatal_condition_handler.o" + @echo "... catch2/internal/catch_fatal_condition_handler.i" + @echo "... catch2/internal/catch_fatal_condition_handler.s" + @echo "... catch2/internal/catch_floating_point_helpers.o" + @echo "... catch2/internal/catch_floating_point_helpers.i" + @echo "... catch2/internal/catch_floating_point_helpers.s" + @echo "... catch2/internal/catch_getenv.o" + @echo "... catch2/internal/catch_getenv.i" + @echo "... catch2/internal/catch_getenv.s" + @echo "... catch2/internal/catch_istream.o" + @echo "... catch2/internal/catch_istream.i" + @echo "... catch2/internal/catch_istream.s" + @echo "... catch2/internal/catch_jsonwriter.o" + @echo "... catch2/internal/catch_jsonwriter.i" + @echo "... catch2/internal/catch_jsonwriter.s" + @echo "... catch2/internal/catch_lazy_expr.o" + @echo "... catch2/internal/catch_lazy_expr.i" + @echo "... catch2/internal/catch_lazy_expr.s" + @echo "... catch2/internal/catch_leak_detector.o" + @echo "... catch2/internal/catch_leak_detector.i" + @echo "... catch2/internal/catch_leak_detector.s" + @echo "... catch2/internal/catch_list.o" + @echo "... catch2/internal/catch_list.i" + @echo "... catch2/internal/catch_list.s" + @echo "... catch2/internal/catch_main.o" + @echo "... catch2/internal/catch_main.i" + @echo "... catch2/internal/catch_main.s" + @echo "... catch2/internal/catch_message_info.o" + @echo "... catch2/internal/catch_message_info.i" + @echo "... catch2/internal/catch_message_info.s" + @echo "... catch2/internal/catch_output_redirect.o" + @echo "... catch2/internal/catch_output_redirect.i" + @echo "... catch2/internal/catch_output_redirect.s" + @echo "... catch2/internal/catch_parse_numbers.o" + @echo "... catch2/internal/catch_parse_numbers.i" + @echo "... catch2/internal/catch_parse_numbers.s" + @echo "... catch2/internal/catch_polyfills.o" + @echo "... catch2/internal/catch_polyfills.i" + @echo "... catch2/internal/catch_polyfills.s" + @echo "... catch2/internal/catch_random_number_generator.o" + @echo "... catch2/internal/catch_random_number_generator.i" + @echo "... catch2/internal/catch_random_number_generator.s" + @echo "... catch2/internal/catch_random_seed_generation.o" + @echo "... catch2/internal/catch_random_seed_generation.i" + @echo "... catch2/internal/catch_random_seed_generation.s" + @echo "... catch2/internal/catch_reporter_registry.o" + @echo "... catch2/internal/catch_reporter_registry.i" + @echo "... catch2/internal/catch_reporter_registry.s" + @echo "... catch2/internal/catch_reporter_spec_parser.o" + @echo "... catch2/internal/catch_reporter_spec_parser.i" + @echo "... catch2/internal/catch_reporter_spec_parser.s" + @echo "... catch2/internal/catch_reusable_string_stream.o" + @echo "... catch2/internal/catch_reusable_string_stream.i" + @echo "... catch2/internal/catch_reusable_string_stream.s" + @echo "... catch2/internal/catch_run_context.o" + @echo "... catch2/internal/catch_run_context.i" + @echo "... catch2/internal/catch_run_context.s" + @echo "... catch2/internal/catch_section.o" + @echo "... catch2/internal/catch_section.i" + @echo "... catch2/internal/catch_section.s" + @echo "... catch2/internal/catch_singletons.o" + @echo "... catch2/internal/catch_singletons.i" + @echo "... catch2/internal/catch_singletons.s" + @echo "... catch2/internal/catch_source_line_info.o" + @echo "... catch2/internal/catch_source_line_info.i" + @echo "... catch2/internal/catch_source_line_info.s" + @echo "... catch2/internal/catch_startup_exception_registry.o" + @echo "... catch2/internal/catch_startup_exception_registry.i" + @echo "... catch2/internal/catch_startup_exception_registry.s" + @echo "... catch2/internal/catch_stdstreams.o" + @echo "... catch2/internal/catch_stdstreams.i" + @echo "... catch2/internal/catch_stdstreams.s" + @echo "... catch2/internal/catch_string_manip.o" + @echo "... catch2/internal/catch_string_manip.i" + @echo "... catch2/internal/catch_string_manip.s" + @echo "... catch2/internal/catch_stringref.o" + @echo "... catch2/internal/catch_stringref.i" + @echo "... catch2/internal/catch_stringref.s" + @echo "... catch2/internal/catch_tag_alias_registry.o" + @echo "... catch2/internal/catch_tag_alias_registry.i" + @echo "... catch2/internal/catch_tag_alias_registry.s" + @echo "... catch2/internal/catch_test_case_info_hasher.o" + @echo "... catch2/internal/catch_test_case_info_hasher.i" + @echo "... catch2/internal/catch_test_case_info_hasher.s" + @echo "... catch2/internal/catch_test_case_registry_impl.o" + @echo "... catch2/internal/catch_test_case_registry_impl.i" + @echo "... catch2/internal/catch_test_case_registry_impl.s" + @echo "... catch2/internal/catch_test_case_tracker.o" + @echo "... catch2/internal/catch_test_case_tracker.i" + @echo "... catch2/internal/catch_test_case_tracker.s" + @echo "... catch2/internal/catch_test_failure_exception.o" + @echo "... catch2/internal/catch_test_failure_exception.i" + @echo "... catch2/internal/catch_test_failure_exception.s" + @echo "... catch2/internal/catch_test_registry.o" + @echo "... catch2/internal/catch_test_registry.i" + @echo "... catch2/internal/catch_test_registry.s" + @echo "... catch2/internal/catch_test_spec_parser.o" + @echo "... catch2/internal/catch_test_spec_parser.i" + @echo "... catch2/internal/catch_test_spec_parser.s" + @echo "... catch2/internal/catch_textflow.o" + @echo "... catch2/internal/catch_textflow.i" + @echo "... catch2/internal/catch_textflow.s" + @echo "... catch2/internal/catch_uncaught_exceptions.o" + @echo "... catch2/internal/catch_uncaught_exceptions.i" + @echo "... catch2/internal/catch_uncaught_exceptions.s" + @echo "... catch2/internal/catch_wildcard_pattern.o" + @echo "... catch2/internal/catch_wildcard_pattern.i" + @echo "... catch2/internal/catch_wildcard_pattern.s" + @echo "... catch2/internal/catch_xmlwriter.o" + @echo "... catch2/internal/catch_xmlwriter.i" + @echo "... catch2/internal/catch_xmlwriter.s" + @echo "... catch2/matchers/catch_matchers.o" + @echo "... catch2/matchers/catch_matchers.i" + @echo "... catch2/matchers/catch_matchers.s" + @echo "... catch2/matchers/catch_matchers_container_properties.o" + @echo "... catch2/matchers/catch_matchers_container_properties.i" + @echo "... catch2/matchers/catch_matchers_container_properties.s" + @echo "... catch2/matchers/catch_matchers_exception.o" + @echo "... catch2/matchers/catch_matchers_exception.i" + @echo "... catch2/matchers/catch_matchers_exception.s" + @echo "... catch2/matchers/catch_matchers_floating_point.o" + @echo "... catch2/matchers/catch_matchers_floating_point.i" + @echo "... catch2/matchers/catch_matchers_floating_point.s" + @echo "... catch2/matchers/catch_matchers_predicate.o" + @echo "... catch2/matchers/catch_matchers_predicate.i" + @echo "... catch2/matchers/catch_matchers_predicate.s" + @echo "... catch2/matchers/catch_matchers_quantifiers.o" + @echo "... catch2/matchers/catch_matchers_quantifiers.i" + @echo "... catch2/matchers/catch_matchers_quantifiers.s" + @echo "... catch2/matchers/catch_matchers_string.o" + @echo "... catch2/matchers/catch_matchers_string.i" + @echo "... catch2/matchers/catch_matchers_string.s" + @echo "... catch2/matchers/catch_matchers_templated.o" + @echo "... catch2/matchers/catch_matchers_templated.i" + @echo "... catch2/matchers/catch_matchers_templated.s" + @echo "... catch2/matchers/internal/catch_matchers_impl.o" + @echo "... catch2/matchers/internal/catch_matchers_impl.i" + @echo "... catch2/matchers/internal/catch_matchers_impl.s" + @echo "... catch2/reporters/catch_reporter_automake.o" + @echo "... catch2/reporters/catch_reporter_automake.i" + @echo "... catch2/reporters/catch_reporter_automake.s" + @echo "... catch2/reporters/catch_reporter_common_base.o" + @echo "... catch2/reporters/catch_reporter_common_base.i" + @echo "... catch2/reporters/catch_reporter_common_base.s" + @echo "... catch2/reporters/catch_reporter_compact.o" + @echo "... catch2/reporters/catch_reporter_compact.i" + @echo "... catch2/reporters/catch_reporter_compact.s" + @echo "... catch2/reporters/catch_reporter_console.o" + @echo "... catch2/reporters/catch_reporter_console.i" + @echo "... catch2/reporters/catch_reporter_console.s" + @echo "... catch2/reporters/catch_reporter_cumulative_base.o" + @echo "... catch2/reporters/catch_reporter_cumulative_base.i" + @echo "... catch2/reporters/catch_reporter_cumulative_base.s" + @echo "... catch2/reporters/catch_reporter_event_listener.o" + @echo "... catch2/reporters/catch_reporter_event_listener.i" + @echo "... catch2/reporters/catch_reporter_event_listener.s" + @echo "... catch2/reporters/catch_reporter_helpers.o" + @echo "... catch2/reporters/catch_reporter_helpers.i" + @echo "... catch2/reporters/catch_reporter_helpers.s" + @echo "... catch2/reporters/catch_reporter_json.o" + @echo "... catch2/reporters/catch_reporter_json.i" + @echo "... catch2/reporters/catch_reporter_json.s" + @echo "... catch2/reporters/catch_reporter_junit.o" + @echo "... catch2/reporters/catch_reporter_junit.i" + @echo "... catch2/reporters/catch_reporter_junit.s" + @echo "... catch2/reporters/catch_reporter_multi.o" + @echo "... catch2/reporters/catch_reporter_multi.i" + @echo "... catch2/reporters/catch_reporter_multi.s" + @echo "... catch2/reporters/catch_reporter_registrars.o" + @echo "... catch2/reporters/catch_reporter_registrars.i" + @echo "... catch2/reporters/catch_reporter_registrars.s" + @echo "... catch2/reporters/catch_reporter_sonarqube.o" + @echo "... catch2/reporters/catch_reporter_sonarqube.i" + @echo "... catch2/reporters/catch_reporter_sonarqube.s" + @echo "... catch2/reporters/catch_reporter_streaming_base.o" + @echo "... catch2/reporters/catch_reporter_streaming_base.i" + @echo "... catch2/reporters/catch_reporter_streaming_base.s" + @echo "... catch2/reporters/catch_reporter_tap.o" + @echo "... catch2/reporters/catch_reporter_tap.i" + @echo "... catch2/reporters/catch_reporter_tap.s" + @echo "... catch2/reporters/catch_reporter_teamcity.o" + @echo "... catch2/reporters/catch_reporter_teamcity.i" + @echo "... catch2/reporters/catch_reporter_teamcity.s" + @echo "... catch2/reporters/catch_reporter_xml.o" + @echo "... catch2/reporters/catch_reporter_xml.i" + @echo "... catch2/reporters/catch_reporter_xml.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/runner/work/array/array/_codeql_build_dir && $(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/_codeql_build_dir/_deps/catch2-build/src/cmake_install.cmake b/_codeql_build_dir/_deps/catch2-build/src/cmake_install.cmake new file mode 100644 index 0000000..bc6a703 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-build/src/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src/src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/src/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/_codeql_build_dir/_deps/catch2-src b/_codeql_build_dir/_deps/catch2-src new file mode 160000 index 0000000..fa43b77 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-src @@ -0,0 +1 @@ +Subproject commit fa43b77429ba76c462b1898d6cd2f2d7a9416b14 diff --git a/_codeql_build_dir/_deps/catch2-subbuild/CMakeCache.txt b/_codeql_build_dir/_deps/catch2-subbuild/CMakeCache.txt new file mode 100644 index 0000000..a4a2ab3 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeCache.txt @@ -0,0 +1,117 @@ +# This is the CMakeCache file. +# For build in directory: /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild +# It was generated by CMake: /usr/local/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 +######################## + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//No help, variable specified on the command line. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake + +//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=catch2-populate + +//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 + +//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 + +//Value Computed by CMake +catch2-populate_BINARY_DIR:STATIC=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild + +//Value Computed by CMake +catch2-populate_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +catch2-populate_SOURCE_DIR:STATIC=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild + + +######################## +# INTERNAL cache entries +######################## + +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild +//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=31 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=6 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/bin/ctest +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/bin/ccmake +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/local/share/cmake-3.31 +//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 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 + diff --git a/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/3.31.6/CMakeSystem.cmake b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/3.31.6/CMakeSystem.cmake new file mode 100644 index 0000000..b2715a6 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/3.31.6/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.11.0-1018-azure") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.11.0-1018-azure") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.11.0-1018-azure") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.11.0-1018-azure") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/CMakeConfigureLog.yaml b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..9ec9e62 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,11 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/local/share/cmake-3.31/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:16 (project)" + message: | + The system is: Linux - 6.11.0-1018-azure - x86_64 +... diff --git a/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/CMakeDirectoryInformation.cmake b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..4c42e8d --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild") + +# 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/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/CMakeRuleHashes.txt b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 0000000..9685551 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,11 @@ +# Hashes of file build rules. +298b463ac9dc0becc3cc70031b255b6b CMakeFiles/catch2-populate +613b76d2fa02a2c8df279f1f8c7eb427 CMakeFiles/catch2-populate-complete +ed4d7eea456d0cd007dacf144fbd0c90 catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-build +4ff16a9bab99deed7cc64a51f41ef7d1 catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-configure +0dbe5e4a7e67419cf795df096a210e90 catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-download +a2ebeee3ad17baafd5a9c8f7fe15a940 catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-install +dd49fa911c22bb62413f45c5086a6999 catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-mkdir +f68a4c486c352348c08e58bab0fe844c catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-patch +8e88c0e16337bc8396ef96d43d355733 catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-test +83eaed712927012fbad7e10f3b5216cd catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update diff --git a/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/Makefile.cmake b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..09e86af --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/Makefile.cmake @@ -0,0 +1,55 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "CMakeFiles/3.31.6/CMakeSystem.cmake" + "CMakeLists.txt" + "catch2-populate-prefix/tmp/catch2-populate-mkdirs.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeDetermineSystem.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeGenericSystem.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeInitializeConfigs.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeSystem.cmake.in" + "/usr/local/share/cmake-3.31/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/local/share/cmake-3.31/Modules/ExternalProject.cmake" + "/usr/local/share/cmake-3.31/Modules/ExternalProject/PatchInfo.txt.in" + "/usr/local/share/cmake-3.31/Modules/ExternalProject/RepositoryInfo.txt.in" + "/usr/local/share/cmake-3.31/Modules/ExternalProject/UpdateInfo.txt.in" + "/usr/local/share/cmake-3.31/Modules/ExternalProject/cfgcmd.txt.in" + "/usr/local/share/cmake-3.31/Modules/ExternalProject/gitclone.cmake.in" + "/usr/local/share/cmake-3.31/Modules/ExternalProject/gitupdate.cmake.in" + "/usr/local/share/cmake-3.31/Modules/ExternalProject/mkdirs.cmake.in" + "/usr/local/share/cmake-3.31/Modules/ExternalProject/shared_internal_commands.cmake" + "/usr/local/share/cmake-3.31/Modules/Platform/Linux-Initialize.cmake" + "/usr/local/share/cmake-3.31/Modules/Platform/Linux.cmake" + "/usr/local/share/cmake-3.31/Modules/Platform/UnixPaths.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/3.31.6/CMakeSystem.cmake" + "catch2-populate-prefix/tmp/catch2-populate-mkdirs.cmake" + "catch2-populate-prefix/tmp/catch2-populate-gitclone.cmake" + "catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-gitinfo.txt" + "catch2-populate-prefix/tmp/catch2-populate-gitupdate.cmake" + "catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update-info.txt" + "catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-patch-info.txt" + "catch2-populate-prefix/tmp/catch2-populate-cfgcmd.txt" + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/catch2-populate.dir/DependInfo.cmake" + ) diff --git a/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/Makefile2 b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/Makefile2 new file mode 100644 index 0000000..6ce88b6 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/Makefile2 @@ -0,0 +1,122 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/catch2-populate.dir/all +.PHONY : all + +# The main recursive "codegen" target. +codegen: CMakeFiles/catch2-populate.dir/codegen +.PHONY : codegen + +# The main recursive "preinstall" target. +preinstall: +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/catch2-populate.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/catch2-populate.dir + +# All Build rule for target. +CMakeFiles/catch2-populate.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/catch2-populate.dir/build.make CMakeFiles/catch2-populate.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/catch2-populate.dir/build.make CMakeFiles/catch2-populate.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9 "Built target catch2-populate" +.PHONY : CMakeFiles/catch2-populate.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/catch2-populate.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles 9 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/catch2-populate.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles 0 +.PHONY : CMakeFiles/catch2-populate.dir/rule + +# Convenience name for target. +catch2-populate: CMakeFiles/catch2-populate.dir/rule +.PHONY : catch2-populate + +# codegen rule for target. +CMakeFiles/catch2-populate.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/catch2-populate.dir/build.make CMakeFiles/catch2-populate.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9 "Finished codegen for target catch2-populate" +.PHONY : CMakeFiles/catch2-populate.dir/codegen + +# clean rule for target. +CMakeFiles/catch2-populate.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/catch2-populate.dir/build.make CMakeFiles/catch2-populate.dir/clean +.PHONY : CMakeFiles/catch2-populate.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/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/TargetDirectories.txt b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..857309e --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,3 @@ +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/edit_cache.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/rebuild_cache.dir diff --git a/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate-complete b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate-complete new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/DependInfo.cmake b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.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/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/Labels.json b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/Labels.json new file mode 100644 index 0000000..11774e3 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/Labels.json @@ -0,0 +1,46 @@ +{ + "sources" : + [ + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate-complete.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-build.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-configure.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-download.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-install.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-mkdir.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-patch.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-test.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update.rule" + } + ], + "target" : + { + "labels" : + [ + "catch2-populate" + ], + "name" : "catch2-populate" + } +} \ No newline at end of file diff --git a/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/Labels.txt b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/Labels.txt new file mode 100644 index 0000000..e6dca92 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/Labels.txt @@ -0,0 +1,14 @@ +# Target labels + catch2-populate +# Source files and their labels +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate-complete.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-build.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-configure.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-download.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-install.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-mkdir.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-patch.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-test.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update.rule diff --git a/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/build.make b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/build.make new file mode 100644 index 0000000..9bd1a7f --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/build.make @@ -0,0 +1,162 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild + +# Utility rule file for catch2-populate. + +# Include any custom commands dependencies for this target. +include CMakeFiles/catch2-populate.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/catch2-populate.dir/progress.make + +CMakeFiles/catch2-populate: CMakeFiles/catch2-populate-complete + +CMakeFiles/catch2-populate-complete: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-install +CMakeFiles/catch2-populate-complete: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-mkdir +CMakeFiles/catch2-populate-complete: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-download +CMakeFiles/catch2-populate-complete: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update +CMakeFiles/catch2-populate-complete: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-patch +CMakeFiles/catch2-populate-complete: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-configure +CMakeFiles/catch2-populate-complete: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-build +CMakeFiles/catch2-populate-complete: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-install +CMakeFiles/catch2-populate-complete: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-test + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'catch2-populate'" + /usr/local/bin/cmake -E make_directory /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles + /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate-complete + /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-done + +catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update: +.PHONY : catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update + +catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-build: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-configure + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "No build step for 'catch2-populate'" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build && /usr/local/bin/cmake -E echo_append + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build && /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-build + +catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-configure: catch2-populate-prefix/tmp/catch2-populate-cfgcmd.txt +catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-configure: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-patch + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "No configure step for 'catch2-populate'" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build && /usr/local/bin/cmake -E echo_append + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build && /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-configure + +catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-download: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-gitinfo.txt +catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-download: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-mkdir + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Performing download step (git clone) for 'catch2-populate'" + cd /home/runner/work/array/array/_codeql_build_dir/_deps && /usr/local/bin/cmake -DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE -P /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-gitclone.cmake + cd /home/runner/work/array/array/_codeql_build_dir/_deps && /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-download + +catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-install: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "No install step for 'catch2-populate'" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build && /usr/local/bin/cmake -E echo_append + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build && /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-install + +catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-mkdir: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Creating directories for 'catch2-populate'" + /usr/local/bin/cmake -Dcfgdir= -P /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-mkdirs.cmake + /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-mkdir + +catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-patch: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-patch-info.txt +catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-patch: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No patch step for 'catch2-populate'" + /usr/local/bin/cmake -E echo_append + /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-patch + +catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update: +.PHONY : catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update + +catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-test: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-install + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No test step for 'catch2-populate'" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build && /usr/local/bin/cmake -E echo_append + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build && /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-test + +catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update: catch2-populate-prefix/tmp/catch2-populate-gitupdate.cmake +catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update-info.txt +catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-download + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Performing update step for 'catch2-populate'" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src && /usr/local/bin/cmake -Dcan_fetch=YES -DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE -P /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-gitupdate.cmake + +CMakeFiles/catch2-populate.dir/codegen: +.PHONY : CMakeFiles/catch2-populate.dir/codegen + +catch2-populate: CMakeFiles/catch2-populate +catch2-populate: CMakeFiles/catch2-populate-complete +catch2-populate: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-build +catch2-populate: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-configure +catch2-populate: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-download +catch2-populate: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-install +catch2-populate: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-mkdir +catch2-populate: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-patch +catch2-populate: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-test +catch2-populate: catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update +catch2-populate: CMakeFiles/catch2-populate.dir/build.make +.PHONY : catch2-populate + +# Rule to build all files generated by this target. +CMakeFiles/catch2-populate.dir/build: catch2-populate +.PHONY : CMakeFiles/catch2-populate.dir/build + +CMakeFiles/catch2-populate.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/catch2-populate.dir/cmake_clean.cmake +.PHONY : CMakeFiles/catch2-populate.dir/clean + +CMakeFiles/catch2-populate.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/catch2-populate.dir/depend + diff --git a/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/cmake_clean.cmake b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/cmake_clean.cmake new file mode 100644 index 0000000..7ca0533 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/cmake_clean.cmake @@ -0,0 +1,17 @@ +file(REMOVE_RECURSE + "CMakeFiles/catch2-populate" + "CMakeFiles/catch2-populate-complete" + "catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-build" + "catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-configure" + "catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-download" + "catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-install" + "catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-mkdir" + "catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-patch" + "catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-test" + "catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/catch2-populate.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/compiler_depend.make b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/compiler_depend.make new file mode 100644 index 0000000..7b0addd --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for catch2-populate. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/compiler_depend.ts b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/compiler_depend.ts new file mode 100644 index 0000000..4f84cbe --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for catch2-populate. diff --git a/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/progress.make b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/progress.make new file mode 100644 index 0000000..d4f6ce3 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/catch2-populate.dir/progress.make @@ -0,0 +1,10 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 +CMAKE_PROGRESS_4 = 4 +CMAKE_PROGRESS_5 = 5 +CMAKE_PROGRESS_6 = 6 +CMAKE_PROGRESS_7 = 7 +CMAKE_PROGRESS_8 = 8 +CMAKE_PROGRESS_9 = 9 + diff --git a/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/cmake.check_cache b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/progress.marks b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/progress.marks new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles/progress.marks @@ -0,0 +1 @@ +9 diff --git a/_codeql_build_dir/_deps/catch2-subbuild/CMakeLists.txt b/_codeql_build_dir/_deps/catch2-subbuild/CMakeLists.txt new file mode 100644 index 0000000..1558c55 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/CMakeLists.txt @@ -0,0 +1,42 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + +cmake_minimum_required(VERSION 3.31.6) + +# Reject any attempt to use a toolchain file. We must not use one because +# we could be downloading it here. If the CMAKE_TOOLCHAIN_FILE environment +# variable is set, the cache variable will have been initialized from it. +unset(CMAKE_TOOLCHAIN_FILE CACHE) +unset(ENV{CMAKE_TOOLCHAIN_FILE}) + +# We name the project and the target for the ExternalProject_Add() call +# to something that will highlight to the user what we are working on if +# something goes wrong and an error message is produced. + +project(catch2-populate NONE) + + +# Pass through things we've already detected in the main project to avoid +# paying the cost of redetecting them again in ExternalProject_Add() +set(GIT_EXECUTABLE [==[/usr/bin/git]==]) +set(GIT_VERSION_STRING [==[2.52.0]==]) +set_property(GLOBAL PROPERTY _CMAKE_FindGit_GIT_EXECUTABLE_VERSION + [==[/usr/bin/git;2.52.0]==] +) + + +include(ExternalProject) +ExternalProject_Add(catch2-populate + "UPDATE_DISCONNECTED" "False" "GIT_REPOSITORY" "https://github.com/catchorg/Catch2.git" "EXTERNALPROJECT_INTERNAL_ARGUMENT_SEPARATOR" "GIT_TAG" "v3.7.1" + SOURCE_DIR "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + BINARY_DIR "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build" + CONFIGURE_COMMAND "" + BUILD_COMMAND "" + INSTALL_COMMAND "" + TEST_COMMAND "" + USES_TERMINAL_DOWNLOAD YES + USES_TERMINAL_UPDATE YES + USES_TERMINAL_PATCH YES +) + + diff --git a/_codeql_build_dir/_deps/catch2-subbuild/Makefile b/_codeql_build_dir/_deps/catch2-subbuild/Makefile new file mode 100644 index 0000000..26443e2 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/Makefile @@ -0,0 +1,162 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/local/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.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/local/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 + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles 0 +.PHONY : all + +# The main codegen target +codegen: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 codegen + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/CMakeFiles 0 +.PHONY : codegen + +# 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 catch2-populate + +# Build rule for target. +catch2-populate: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 catch2-populate +.PHONY : catch2-populate + +# fast build rule for target. +catch2-populate/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/catch2-populate.dir/build.make CMakeFiles/catch2-populate.dir/build +.PHONY : catch2-populate/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 "... codegen" + @echo "... edit_cache" + @echo "... rebuild_cache" + @echo "... catch2-populate" +.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/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-build b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-build new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-configure b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-configure new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-done b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-done new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-download b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-download new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-gitclone-lastrun.txt b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-gitclone-lastrun.txt new file mode 100644 index 0000000..91a75a0 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-gitclone-lastrun.txt @@ -0,0 +1,15 @@ +# This is a generated file and its contents are an internal implementation detail. +# The download step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +method=git +command=/usr/local/bin/cmake;-DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE;-P;/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-gitclone.cmake +source_dir=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src +work_dir=/home/runner/work/array/array/_codeql_build_dir/_deps +repository=https://github.com/catchorg/Catch2.git +remote=origin +init_submodules=TRUE +recurse_submodules=--recursive +submodules= +CMP0097=NEW + diff --git a/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-gitinfo.txt b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-gitinfo.txt new file mode 100644 index 0000000..91a75a0 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-gitinfo.txt @@ -0,0 +1,15 @@ +# This is a generated file and its contents are an internal implementation detail. +# The download step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +method=git +command=/usr/local/bin/cmake;-DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE;-P;/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-gitclone.cmake +source_dir=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src +work_dir=/home/runner/work/array/array/_codeql_build_dir/_deps +repository=https://github.com/catchorg/Catch2.git +remote=origin +init_submodules=TRUE +recurse_submodules=--recursive +submodules= +CMP0097=NEW + diff --git a/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-install b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-install new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-mkdir b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-mkdir new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-patch b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-patch new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-patch-info.txt b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-patch-info.txt new file mode 100644 index 0000000..53e1e1e --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-patch-info.txt @@ -0,0 +1,6 @@ +# This is a generated file and its contents are an internal implementation detail. +# The update step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +command= +work_dir= diff --git a/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-test b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-test new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update-info.txt b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update-info.txt new file mode 100644 index 0000000..e7fc62f --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-update-info.txt @@ -0,0 +1,7 @@ +# This is a generated file and its contents are an internal implementation detail. +# The patch step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +command (connected)=/usr/local/bin/cmake;-Dcan_fetch=YES;-DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE;-P;/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-gitupdate.cmake +command (disconnected)=/usr/local/bin/cmake;-Dcan_fetch=NO;-DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE;-P;/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-gitupdate.cmake +work_dir=/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src diff --git a/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-cfgcmd.txt b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-cfgcmd.txt new file mode 100644 index 0000000..6a6ed5f --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-cfgcmd.txt @@ -0,0 +1 @@ +cmd='' diff --git a/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-gitclone.cmake b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-gitclone.cmake new file mode 100644 index 0000000..e48f3a7 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-gitclone.cmake @@ -0,0 +1,87 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + +cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake + +if(EXISTS "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-gitclone-lastrun.txt" AND EXISTS "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-gitinfo.txt" AND + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-gitclone-lastrun.txt" IS_NEWER_THAN "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-gitinfo.txt") + message(VERBOSE + "Avoiding repeated git clone, stamp file is up to date: " + "'/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-gitclone-lastrun.txt'" + ) + return() +endif() + +# Even at VERBOSE level, we don't want to see the commands executed, but +# enabling them to be shown for DEBUG may be useful to help diagnose problems. +cmake_language(GET_MESSAGE_LOG_LEVEL active_log_level) +if(active_log_level MATCHES "DEBUG|TRACE") + set(maybe_show_command COMMAND_ECHO STDOUT) +else() + set(maybe_show_command "") +endif() + +execute_process( + COMMAND ${CMAKE_COMMAND} -E rm -rf "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + RESULT_VARIABLE error_code + ${maybe_show_command} +) +if(error_code) + message(FATAL_ERROR "Failed to remove directory: '/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src'") +endif() + +# try the clone 3 times in case there is an odd git clone issue +set(error_code 1) +set(number_of_tries 0) +while(error_code AND number_of_tries LESS 3) + execute_process( + COMMAND "/usr/bin/git" + clone --no-checkout --config "advice.detachedHead=false" "https://github.com/catchorg/Catch2.git" "catch2-src" + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps" + RESULT_VARIABLE error_code + ${maybe_show_command} + ) + math(EXPR number_of_tries "${number_of_tries} + 1") +endwhile() +if(number_of_tries GREATER 1) + message(NOTICE "Had to git clone more than once: ${number_of_tries} times.") +endif() +if(error_code) + message(FATAL_ERROR "Failed to clone repository: 'https://github.com/catchorg/Catch2.git'") +endif() + +execute_process( + COMMAND "/usr/bin/git" + checkout "v3.7.1" -- + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + RESULT_VARIABLE error_code + ${maybe_show_command} +) +if(error_code) + message(FATAL_ERROR "Failed to checkout tag: 'v3.7.1'") +endif() + +set(init_submodules TRUE) +if(init_submodules) + execute_process( + COMMAND "/usr/bin/git" + submodule update --recursive --init + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + RESULT_VARIABLE error_code + ${maybe_show_command} + ) +endif() +if(error_code) + message(FATAL_ERROR "Failed to update submodules in: '/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src'") +endif() + +# Complete success, update the script-last-run stamp file: +# +execute_process( + COMMAND ${CMAKE_COMMAND} -E copy "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-gitinfo.txt" "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-gitclone-lastrun.txt" + RESULT_VARIABLE error_code + ${maybe_show_command} +) +if(error_code) + message(FATAL_ERROR "Failed to copy script-last-run stamp file: '/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/catch2-populate-gitclone-lastrun.txt'") +endif() diff --git a/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-gitupdate.cmake b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-gitupdate.cmake new file mode 100644 index 0000000..939eb45 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-gitupdate.cmake @@ -0,0 +1,317 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + +cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake + +# Even at VERBOSE level, we don't want to see the commands executed, but +# enabling them to be shown for DEBUG may be useful to help diagnose problems. +cmake_language(GET_MESSAGE_LOG_LEVEL active_log_level) +if(active_log_level MATCHES "DEBUG|TRACE") + set(maybe_show_command COMMAND_ECHO STDOUT) +else() + set(maybe_show_command "") +endif() + +function(do_fetch) + message(VERBOSE "Fetching latest from the remote origin") + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git fetch --tags --force "origin" + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + COMMAND_ERROR_IS_FATAL LAST + ${maybe_show_command} + ) +endfunction() + +function(get_hash_for_ref ref out_var err_var) + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git rev-parse "${ref}^0" + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + RESULT_VARIABLE error_code + OUTPUT_VARIABLE ref_hash + ERROR_VARIABLE error_msg + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(error_code) + set(${out_var} "" PARENT_SCOPE) + else() + set(${out_var} "${ref_hash}" PARENT_SCOPE) + endif() + set(${err_var} "${error_msg}" PARENT_SCOPE) +endfunction() + +get_hash_for_ref(HEAD head_sha error_msg) +if(head_sha STREQUAL "") + message(FATAL_ERROR "Failed to get the hash for HEAD:\n${error_msg}") +endif() + +if("${can_fetch}" STREQUAL "") + set(can_fetch "YES") +endif() + +execute_process( + COMMAND "/usr/bin/git" --git-dir=.git show-ref "v3.7.1" + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + OUTPUT_VARIABLE show_ref_output +) +if(show_ref_output MATCHES "^[a-z0-9]+[ \\t]+refs/remotes/") + # Given a full remote/branch-name and we know about it already. Since + # branches can move around, we should always fetch, if permitted. + if(can_fetch) + do_fetch() + endif() + set(checkout_name "v3.7.1") + +elseif(show_ref_output MATCHES "^[a-z0-9]+[ \\t]+refs/tags/") + # Given a tag name that we already know about. We don't know if the tag we + # have matches the remote though (tags can move), so we should fetch. As a + # special case to preserve backward compatibility, if we are already at the + # same commit as the tag we hold locally, don't do a fetch and assume the tag + # hasn't moved on the remote. + # FIXME: We should provide an option to always fetch for this case + get_hash_for_ref("v3.7.1" tag_sha error_msg) + if(tag_sha STREQUAL head_sha) + message(VERBOSE "Already at requested tag: v3.7.1") + return() + endif() + + if(can_fetch) + do_fetch() + endif() + set(checkout_name "v3.7.1") + +elseif(show_ref_output MATCHES "^[a-z0-9]+[ \\t]+refs/heads/") + # Given a branch name without any remote and we already have a branch by that + # name. We might already have that branch checked out or it might be a + # different branch. It isn't fully safe to use a bare branch name without the + # remote, so do a fetch (if allowed) and replace the ref with one that + # includes the remote. + if(can_fetch) + do_fetch() + endif() + set(checkout_name "origin/v3.7.1") + +else() + get_hash_for_ref("v3.7.1" tag_sha error_msg) + if(tag_sha STREQUAL head_sha) + # Have the right commit checked out already + message(VERBOSE "Already at requested ref: ${tag_sha}") + return() + + elseif(tag_sha STREQUAL "") + # We don't know about this ref yet, so we have no choice but to fetch. + if(NOT can_fetch) + message(FATAL_ERROR + "Requested git ref \"v3.7.1\" is not present locally, and not " + "allowed to contact remote due to UPDATE_DISCONNECTED setting." + ) + endif() + + # We deliberately swallow any error message at the default log level + # because it can be confusing for users to see a failed git command. + # That failure is being handled here, so it isn't an error. + if(NOT error_msg STREQUAL "") + message(DEBUG "${error_msg}") + endif() + do_fetch() + set(checkout_name "v3.7.1") + + else() + # We have the commit, so we know we were asked to find a commit hash + # (otherwise it would have been handled further above), but we don't + # have that commit checked out yet. We don't need to fetch from the remote. + set(checkout_name "v3.7.1") + if(NOT error_msg STREQUAL "") + message(WARNING "${error_msg}") + endif() + + endif() +endif() + +set(git_update_strategy "REBASE") +if(git_update_strategy STREQUAL "") + # Backward compatibility requires REBASE as the default behavior + set(git_update_strategy REBASE) +endif() + +if(git_update_strategy MATCHES "^REBASE(_CHECKOUT)?$") + # Asked to potentially try to rebase first, maybe with fallback to checkout. + # We can't if we aren't already on a branch and we shouldn't if that local + # branch isn't tracking the one we want to checkout. + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git symbolic-ref -q HEAD + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + OUTPUT_VARIABLE current_branch + OUTPUT_STRIP_TRAILING_WHITESPACE + # Don't test for an error. If this isn't a branch, we get a non-zero error + # code but empty output. + ) + + if(current_branch STREQUAL "") + # Not on a branch, checkout is the only sensible option since any rebase + # would always fail (and backward compatibility requires us to checkout in + # this situation) + set(git_update_strategy CHECKOUT) + + else() + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git for-each-ref "--format=%(upstream:short)" "${current_branch}" + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + OUTPUT_VARIABLE upstream_branch + OUTPUT_STRIP_TRAILING_WHITESPACE + COMMAND_ERROR_IS_FATAL ANY # There is no error if no upstream is set + ) + if(NOT upstream_branch STREQUAL checkout_name) + # Not safe to rebase when asked to checkout a different branch to the one + # we are tracking. If we did rebase, we could end up with arbitrary + # commits added to the ref we were asked to checkout if the current local + # branch happens to be able to rebase onto the target branch. There would + # be no error message and the user wouldn't know this was occurring. + set(git_update_strategy CHECKOUT) + endif() + + endif() +elseif(NOT git_update_strategy STREQUAL "CHECKOUT") + message(FATAL_ERROR "Unsupported git update strategy: ${git_update_strategy}") +endif() + + +# Check if stash is needed +execute_process( + COMMAND "/usr/bin/git" --git-dir=.git status --porcelain + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + RESULT_VARIABLE error_code + OUTPUT_VARIABLE repo_status +) +if(error_code) + message(FATAL_ERROR "Failed to get the status") +endif() +string(LENGTH "${repo_status}" need_stash) + +# If not in clean state, stash changes in order to be able to perform a +# rebase or checkout without losing those changes permanently +if(need_stash) + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git stash save --quiet;--include-untracked + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + COMMAND_ERROR_IS_FATAL ANY + ${maybe_show_command} + ) +endif() + +if(git_update_strategy STREQUAL "CHECKOUT") + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git checkout "${checkout_name}" + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + COMMAND_ERROR_IS_FATAL ANY + ${maybe_show_command} + ) +else() + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git rebase "${checkout_name}" + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + RESULT_VARIABLE error_code + OUTPUT_VARIABLE rebase_output + ERROR_VARIABLE rebase_output + ) + if(error_code) + # Rebase failed, undo the rebase attempt before continuing + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git rebase --abort + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + ${maybe_show_command} + ) + + if(NOT git_update_strategy STREQUAL "REBASE_CHECKOUT") + # Not allowed to do a checkout as a fallback, so cannot proceed + if(need_stash) + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git stash pop --index --quiet + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + ${maybe_show_command} + ) + endif() + message(FATAL_ERROR "\nFailed to rebase in: '/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src'." + "\nOutput from the attempted rebase follows:" + "\n${rebase_output}" + "\n\nYou will have to resolve the conflicts manually") + endif() + + # Fall back to checkout. We create an annotated tag so that the user + # can manually inspect the situation and revert if required. + # We can't log the failed rebase output because MSVC sees it and + # intervenes, causing the build to fail even though it completes. + # Write it to a file instead. + string(TIMESTAMP tag_timestamp "%Y%m%dT%H%M%S" UTC) + set(tag_name _cmake_ExternalProject_moved_from_here_${tag_timestamp}Z) + set(error_log_file ${CMAKE_CURRENT_LIST_DIR}/rebase_error_${tag_timestamp}Z.log) + file(WRITE ${error_log_file} "${rebase_output}") + message(WARNING "Rebase failed, output has been saved to ${error_log_file}" + "\nFalling back to checkout, previous commit tagged as ${tag_name}") + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git tag -a + -m "ExternalProject attempting to move from here to ${checkout_name}" + ${tag_name} + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + COMMAND_ERROR_IS_FATAL ANY + ${maybe_show_command} + ) + + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git checkout "${checkout_name}" + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + COMMAND_ERROR_IS_FATAL ANY + ${maybe_show_command} + ) + endif() +endif() + +if(need_stash) + # Put back the stashed changes + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git stash pop --index --quiet + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + RESULT_VARIABLE error_code + ${maybe_show_command} + ) + if(error_code) + # Stash pop --index failed: Try again dropping the index + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git reset --hard --quiet + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + ${maybe_show_command} + ) + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git stash pop --quiet + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + RESULT_VARIABLE error_code + ${maybe_show_command} + ) + if(error_code) + # Stash pop failed: Restore previous state. + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git reset --hard --quiet ${head_sha} + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + ${maybe_show_command} + ) + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git stash pop --index --quiet + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + ${maybe_show_command} + ) + message(FATAL_ERROR "\nFailed to unstash changes in: '/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src'." + "\nYou will have to resolve the conflicts manually") + endif() + endif() +endif() + +set(init_submodules "TRUE") +if(init_submodules) + execute_process( + COMMAND "/usr/bin/git" + --git-dir=.git + submodule update --recursive --init + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src" + COMMAND_ERROR_IS_FATAL ANY + ${maybe_show_command} + ) +endif() diff --git a/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-mkdirs.cmake b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-mkdirs.cmake new file mode 100644 index 0000000..7760bf8 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp/catch2-populate-mkdirs.cmake @@ -0,0 +1,27 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + +cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake + +# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an +# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it +# would cause a fatal error, even though it would be a no-op. +if(NOT EXISTS "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src") + file(MAKE_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-src") +endif() +file(MAKE_DIRECTORY + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/tmp" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src" + "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp" +) + +set(configSubDirs ) +foreach(subDir IN LISTS configSubDirs) + file(MAKE_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp/${subDir}") +endforeach() +if(cfgdir) + file(MAKE_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/catch2-populate-prefix/src/catch2-populate-stamp${cfgdir}") # cfgdir has leading slash +endif() diff --git a/_codeql_build_dir/_deps/catch2-subbuild/cmake_install.cmake b/_codeql_build_dir/_deps/catch2-subbuild/cmake_install.cmake new file mode 100644 index 0000000..aeecf07 --- /dev/null +++ b/_codeql_build_dir/_deps/catch2-subbuild/cmake_install.cmake @@ -0,0 +1,61 @@ +# Install script for directory: /home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild + +# 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 "") + 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() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-subbuild/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/_codeql_build_dir/_deps/fmt-build/CMakeFiles/CMakeDirectoryInformation.cmake b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..b5a792c --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/runner/work/array/array") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/runner/work/array/array/_codeql_build_dir") + +# 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/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/DependInfo.cmake b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/DependInfo.cmake new file mode 100644 index 0000000..bc178df --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# 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/runner/work/array/array/_codeql_build_dir/_deps/fmt-src/src/format.cc" "_deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o" "gcc" "_deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o.d" + "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src/src/os.cc" "_deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o" "gcc" "_deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.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/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/build.make b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/build.make new file mode 100644 index 0000000..f86fdcc --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/build.make @@ -0,0 +1,133 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +# Include any dependencies generated for this target. +include _deps/fmt-build/CMakeFiles/fmt.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include _deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.make + +# Include the progress variables for this target. +include _deps/fmt-build/CMakeFiles/fmt.dir/progress.make + +# Include the compile flags for this target's objects. +include _deps/fmt-build/CMakeFiles/fmt.dir/flags.make + +_deps/fmt-build/CMakeFiles/fmt.dir/codegen: +.PHONY : _deps/fmt-build/CMakeFiles/fmt.dir/codegen + +_deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o: _deps/fmt-build/CMakeFiles/fmt.dir/flags.make +_deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o: _deps/fmt-src/src/format.cc +_deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o: _deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object _deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o -MF CMakeFiles/fmt.dir/src/format.cc.o.d -o CMakeFiles/fmt.dir/src/format.cc.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src/src/format.cc + +_deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/fmt.dir/src/format.cc.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src/src/format.cc > CMakeFiles/fmt.dir/src/format.cc.i + +_deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/fmt.dir/src/format.cc.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src/src/format.cc -o CMakeFiles/fmt.dir/src/format.cc.s + +_deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o: _deps/fmt-build/CMakeFiles/fmt.dir/flags.make +_deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o: _deps/fmt-src/src/os.cc +_deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o: _deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object _deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT _deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o -MF CMakeFiles/fmt.dir/src/os.cc.o.d -o CMakeFiles/fmt.dir/src/os.cc.o -c /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src/src/os.cc + +_deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/fmt.dir/src/os.cc.i" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src/src/os.cc > CMakeFiles/fmt.dir/src/os.cc.i + +_deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/fmt.dir/src/os.cc.s" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build && /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src/src/os.cc -o CMakeFiles/fmt.dir/src/os.cc.s + +# Object files for target fmt +fmt_OBJECTS = \ +"CMakeFiles/fmt.dir/src/format.cc.o" \ +"CMakeFiles/fmt.dir/src/os.cc.o" + +# External object files for target fmt +fmt_EXTERNAL_OBJECTS = + +_deps/fmt-build/libfmt.a: _deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o +_deps/fmt-build/libfmt.a: _deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o +_deps/fmt-build/libfmt.a: _deps/fmt-build/CMakeFiles/fmt.dir/build.make +_deps/fmt-build/libfmt.a: _deps/fmt-build/CMakeFiles/fmt.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX static library libfmt.a" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build && $(CMAKE_COMMAND) -P CMakeFiles/fmt.dir/cmake_clean_target.cmake + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/fmt.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +_deps/fmt-build/CMakeFiles/fmt.dir/build: _deps/fmt-build/libfmt.a +.PHONY : _deps/fmt-build/CMakeFiles/fmt.dir/build + +_deps/fmt-build/CMakeFiles/fmt.dir/clean: + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build && $(CMAKE_COMMAND) -P CMakeFiles/fmt.dir/cmake_clean.cmake +.PHONY : _deps/fmt-build/CMakeFiles/fmt.dir/clean + +_deps/fmt-build/CMakeFiles/fmt.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src /home/runner/work/array/array/_codeql_build_dir /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : _deps/fmt-build/CMakeFiles/fmt.dir/depend + diff --git a/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/cmake_clean.cmake b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/cmake_clean.cmake new file mode 100644 index 0000000..73e5979 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/cmake_clean.cmake @@ -0,0 +1,13 @@ +file(REMOVE_RECURSE + "CMakeFiles/fmt.dir/src/format.cc.o" + "CMakeFiles/fmt.dir/src/format.cc.o.d" + "CMakeFiles/fmt.dir/src/os.cc.o" + "CMakeFiles/fmt.dir/src/os.cc.o.d" + "libfmt.a" + "libfmt.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/fmt.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/cmake_clean_target.cmake b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..b975c95 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libfmt.a" +) diff --git a/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.make b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.make new file mode 100644 index 0000000..7f064b3 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for fmt. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.ts b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.ts new file mode 100644 index 0000000..4f74151 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for fmt. diff --git a/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/depend.make b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/depend.make new file mode 100644 index 0000000..012503b --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for fmt. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/flags.make b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/flags.make new file mode 100644 index 0000000..bca2c73 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# compile CXX with /home/runner/work/array/.codeql-scratch/dbs/cpp/working/autobuild/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = -I/home/runner/work/array/array/include -I/home/runner/work/array/array/lib/fmt/include -I/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src/include + +CXX_FLAGS = -O3 -DNDEBUG -std=gnu++23 + diff --git a/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/link.txt b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/link.txt new file mode 100644 index 0000000..7f9b909 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libfmt.a CMakeFiles/fmt.dir/src/format.cc.o CMakeFiles/fmt.dir/src/os.cc.o +/usr/bin/ranlib libfmt.a diff --git a/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/progress.make b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/progress.make new file mode 100644 index 0000000..489bc09 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/fmt.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = 94 +CMAKE_PROGRESS_2 = 95 +CMAKE_PROGRESS_3 = 96 + diff --git a/_codeql_build_dir/_deps/fmt-build/CMakeFiles/progress.marks b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/progress.marks new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +3 diff --git a/_codeql_build_dir/_deps/fmt-build/Makefile b/_codeql_build_dir/_deps/fmt-build/Makefile new file mode 100644 index 0000000..c4fbdc7 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-build/Makefile @@ -0,0 +1,272 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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 + +# Produce verbose output by default. +VERBOSE = 1 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..." + /usr/local/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test +.PHONY : test/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/local/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.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/local/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\"" +.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/local/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/local/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/local/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/local/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/local/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/local/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/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build//CMakeFiles/progress.marks + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/fmt-build/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/fmt-build/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/fmt-build/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/fmt-build/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/runner/work/array/array/_codeql_build_dir && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +_deps/fmt-build/CMakeFiles/fmt.dir/rule: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 _deps/fmt-build/CMakeFiles/fmt.dir/rule +.PHONY : _deps/fmt-build/CMakeFiles/fmt.dir/rule + +# Convenience name for target. +fmt: _deps/fmt-build/CMakeFiles/fmt.dir/rule +.PHONY : fmt + +# fast build rule for target. +fmt/fast: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/build +.PHONY : fmt/fast + +src/format.o: src/format.cc.o +.PHONY : src/format.o + +# target to build an object file +src/format.cc.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o +.PHONY : src/format.cc.o + +src/format.i: src/format.cc.i +.PHONY : src/format.i + +# target to preprocess a source file +src/format.cc.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.i +.PHONY : src/format.cc.i + +src/format.s: src/format.cc.s +.PHONY : src/format.s + +# target to generate assembly for a file +src/format.cc.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/src/format.cc.s +.PHONY : src/format.cc.s + +src/os.o: src/os.cc.o +.PHONY : src/os.o + +# target to build an object file +src/os.cc.o: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o +.PHONY : src/os.cc.o + +src/os.i: src/os.cc.i +.PHONY : src/os.i + +# target to preprocess a source file +src/os.cc.i: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.i +.PHONY : src/os.cc.i + +src/os.s: src/os.cc.s +.PHONY : src/os.s + +# target to generate assembly for a file +src/os.cc.s: + cd /home/runner/work/array/array/_codeql_build_dir && $(MAKE) $(MAKESILENT) -f _deps/fmt-build/CMakeFiles/fmt.dir/build.make _deps/fmt-build/CMakeFiles/fmt.dir/src/os.cc.s +.PHONY : src/os.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... test" + @echo "... fmt" + @echo "... src/format.o" + @echo "... src/format.i" + @echo "... src/format.s" + @echo "... src/os.o" + @echo "... src/os.i" + @echo "... src/os.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/runner/work/array/array/_codeql_build_dir && $(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/_codeql_build_dir/_deps/fmt-build/cmake_install.cmake b/_codeql_build_dir/_deps/fmt-build/cmake_install.cmake new file mode 100644 index 0000000..dca516b --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-build/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/_codeql_build_dir/_deps/fmt-src b/_codeql_build_dir/_deps/fmt-src new file mode 160000 index 0000000..d141cdb --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-src @@ -0,0 +1 @@ +Subproject commit d141cdbeb0fb422a3fb7173b285fd38e0d1772dc diff --git a/_codeql_build_dir/_deps/fmt-subbuild/CMakeCache.txt b/_codeql_build_dir/_deps/fmt-subbuild/CMakeCache.txt new file mode 100644 index 0000000..b5c6a3e --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeCache.txt @@ -0,0 +1,117 @@ +# This is the CMakeCache file. +# For build in directory: /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild +# It was generated by CMake: /usr/local/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 +######################## + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//No help, variable specified on the command line. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake + +//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=fmt-populate + +//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 + +//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 + +//Value Computed by CMake +fmt-populate_BINARY_DIR:STATIC=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild + +//Value Computed by CMake +fmt-populate_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +fmt-populate_SOURCE_DIR:STATIC=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild + + +######################## +# INTERNAL cache entries +######################## + +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild +//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=31 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=6 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/bin/ctest +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/bin/ccmake +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/local/share/cmake-3.31 +//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 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 + diff --git a/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/3.31.6/CMakeSystem.cmake b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/3.31.6/CMakeSystem.cmake new file mode 100644 index 0000000..b2715a6 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/3.31.6/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.11.0-1018-azure") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.11.0-1018-azure") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.11.0-1018-azure") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.11.0-1018-azure") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/CMakeConfigureLog.yaml b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..9ec9e62 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,11 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/local/share/cmake-3.31/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:16 (project)" + message: | + The system is: Linux - 6.11.0-1018-azure - x86_64 +... diff --git a/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/CMakeDirectoryInformation.cmake b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..1b29780 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild") + +# 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/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/CMakeRuleHashes.txt b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 0000000..2accfbb --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,11 @@ +# Hashes of file build rules. +fa5103a218c320dc61ea1566ed8b0866 CMakeFiles/fmt-populate +623bc6ead2b8d627b1e955da5758cf39 CMakeFiles/fmt-populate-complete +caeed1a5c160fce21dafe80848b04bda fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-build +f6393ea5c096b511f994fdc8a60041b7 fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-configure +6e1110dcb6424feb56a320fe1c31eac1 fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-download +5fe2d19f9481dbe93e8b7cbeb57a8398 fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-install +a08fd0dbc28fdc7d6b356b048a65c240 fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-mkdir +deecb04c0b76c060912e61569195f5d4 fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-patch +3555ba75b1030ffaf1f7ae38e1e28782 fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-test +39236ab0376133a7021c7e9ae2cd9751 fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update diff --git a/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/Makefile.cmake b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000..20a5039 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/Makefile.cmake @@ -0,0 +1,55 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "CMakeFiles/3.31.6/CMakeSystem.cmake" + "CMakeLists.txt" + "fmt-populate-prefix/tmp/fmt-populate-mkdirs.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeDetermineSystem.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeGenericSystem.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeInitializeConfigs.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeSystem.cmake.in" + "/usr/local/share/cmake-3.31/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/local/share/cmake-3.31/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/local/share/cmake-3.31/Modules/ExternalProject.cmake" + "/usr/local/share/cmake-3.31/Modules/ExternalProject/PatchInfo.txt.in" + "/usr/local/share/cmake-3.31/Modules/ExternalProject/RepositoryInfo.txt.in" + "/usr/local/share/cmake-3.31/Modules/ExternalProject/UpdateInfo.txt.in" + "/usr/local/share/cmake-3.31/Modules/ExternalProject/cfgcmd.txt.in" + "/usr/local/share/cmake-3.31/Modules/ExternalProject/gitclone.cmake.in" + "/usr/local/share/cmake-3.31/Modules/ExternalProject/gitupdate.cmake.in" + "/usr/local/share/cmake-3.31/Modules/ExternalProject/mkdirs.cmake.in" + "/usr/local/share/cmake-3.31/Modules/ExternalProject/shared_internal_commands.cmake" + "/usr/local/share/cmake-3.31/Modules/Platform/Linux-Initialize.cmake" + "/usr/local/share/cmake-3.31/Modules/Platform/Linux.cmake" + "/usr/local/share/cmake-3.31/Modules/Platform/UnixPaths.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/3.31.6/CMakeSystem.cmake" + "fmt-populate-prefix/tmp/fmt-populate-mkdirs.cmake" + "fmt-populate-prefix/tmp/fmt-populate-gitclone.cmake" + "fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-gitinfo.txt" + "fmt-populate-prefix/tmp/fmt-populate-gitupdate.cmake" + "fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update-info.txt" + "fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-patch-info.txt" + "fmt-populate-prefix/tmp/fmt-populate-cfgcmd.txt" + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/fmt-populate.dir/DependInfo.cmake" + ) diff --git a/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/Makefile2 b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/Makefile2 new file mode 100644 index 0000000..989663c --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/Makefile2 @@ -0,0 +1,122 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/fmt-populate.dir/all +.PHONY : all + +# The main recursive "codegen" target. +codegen: CMakeFiles/fmt-populate.dir/codegen +.PHONY : codegen + +# The main recursive "preinstall" target. +preinstall: +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/fmt-populate.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/fmt-populate.dir + +# All Build rule for target. +CMakeFiles/fmt-populate.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/fmt-populate.dir/build.make CMakeFiles/fmt-populate.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/fmt-populate.dir/build.make CMakeFiles/fmt-populate.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9 "Built target fmt-populate" +.PHONY : CMakeFiles/fmt-populate.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/fmt-populate.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles 9 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/fmt-populate.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles 0 +.PHONY : CMakeFiles/fmt-populate.dir/rule + +# Convenience name for target. +fmt-populate: CMakeFiles/fmt-populate.dir/rule +.PHONY : fmt-populate + +# codegen rule for target. +CMakeFiles/fmt-populate.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/fmt-populate.dir/build.make CMakeFiles/fmt-populate.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9 "Finished codegen for target fmt-populate" +.PHONY : CMakeFiles/fmt-populate.dir/codegen + +# clean rule for target. +CMakeFiles/fmt-populate.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/fmt-populate.dir/build.make CMakeFiles/fmt-populate.dir/clean +.PHONY : CMakeFiles/fmt-populate.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/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/TargetDirectories.txt b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..ff153b1 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,3 @@ +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/edit_cache.dir +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/rebuild_cache.dir diff --git a/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/cmake.check_cache b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate-complete b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate-complete new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/DependInfo.cmake b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/DependInfo.cmake new file mode 100644 index 0000000..29b95a5 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.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/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/Labels.json b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/Labels.json new file mode 100644 index 0000000..59d4f27 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/Labels.json @@ -0,0 +1,46 @@ +{ + "sources" : + [ + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate-complete.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-build.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-configure.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-download.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-install.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-mkdir.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-patch.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-test.rule" + }, + { + "file" : "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update.rule" + } + ], + "target" : + { + "labels" : + [ + "fmt-populate" + ], + "name" : "fmt-populate" + } +} \ No newline at end of file diff --git a/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/Labels.txt b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/Labels.txt new file mode 100644 index 0000000..0e6026c --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/Labels.txt @@ -0,0 +1,14 @@ +# Target labels + fmt-populate +# Source files and their labels +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate-complete.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-build.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-configure.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-download.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-install.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-mkdir.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-patch.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-test.rule +/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update.rule diff --git a/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/build.make b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/build.make new file mode 100644 index 0000000..7b29a7d --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/build.make @@ -0,0 +1,162 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild + +# Utility rule file for fmt-populate. + +# Include any custom commands dependencies for this target. +include CMakeFiles/fmt-populate.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/fmt-populate.dir/progress.make + +CMakeFiles/fmt-populate: CMakeFiles/fmt-populate-complete + +CMakeFiles/fmt-populate-complete: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-install +CMakeFiles/fmt-populate-complete: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-mkdir +CMakeFiles/fmt-populate-complete: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-download +CMakeFiles/fmt-populate-complete: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update +CMakeFiles/fmt-populate-complete: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-patch +CMakeFiles/fmt-populate-complete: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-configure +CMakeFiles/fmt-populate-complete: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-build +CMakeFiles/fmt-populate-complete: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-install +CMakeFiles/fmt-populate-complete: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-test + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'fmt-populate'" + /usr/local/bin/cmake -E make_directory /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles + /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate-complete + /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-done + +fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update: +.PHONY : fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update + +fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-build: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-configure + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "No build step for 'fmt-populate'" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build && /usr/local/bin/cmake -E echo_append + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build && /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-build + +fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-configure: fmt-populate-prefix/tmp/fmt-populate-cfgcmd.txt +fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-configure: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-patch + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "No configure step for 'fmt-populate'" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build && /usr/local/bin/cmake -E echo_append + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build && /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-configure + +fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-download: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-gitinfo.txt +fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-download: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-mkdir + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Performing download step (git clone) for 'fmt-populate'" + cd /home/runner/work/array/array/_codeql_build_dir/_deps && /usr/local/bin/cmake -DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE -P /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-gitclone.cmake + cd /home/runner/work/array/array/_codeql_build_dir/_deps && /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-download + +fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-install: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "No install step for 'fmt-populate'" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build && /usr/local/bin/cmake -E echo_append + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build && /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-install + +fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-mkdir: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Creating directories for 'fmt-populate'" + /usr/local/bin/cmake -Dcfgdir= -P /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-mkdirs.cmake + /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-mkdir + +fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-patch: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-patch-info.txt +fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-patch: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No patch step for 'fmt-populate'" + /usr/local/bin/cmake -E echo_append + /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-patch + +fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update: +.PHONY : fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update + +fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-test: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-install + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No test step for 'fmt-populate'" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build && /usr/local/bin/cmake -E echo_append + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build && /usr/local/bin/cmake -E touch /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-test + +fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update: fmt-populate-prefix/tmp/fmt-populate-gitupdate.cmake +fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update-info.txt +fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-download + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Performing update step for 'fmt-populate'" + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src && /usr/local/bin/cmake -Dcan_fetch=YES -DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE -P /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-gitupdate.cmake + +CMakeFiles/fmt-populate.dir/codegen: +.PHONY : CMakeFiles/fmt-populate.dir/codegen + +fmt-populate: CMakeFiles/fmt-populate +fmt-populate: CMakeFiles/fmt-populate-complete +fmt-populate: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-build +fmt-populate: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-configure +fmt-populate: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-download +fmt-populate: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-install +fmt-populate: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-mkdir +fmt-populate: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-patch +fmt-populate: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-test +fmt-populate: fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update +fmt-populate: CMakeFiles/fmt-populate.dir/build.make +.PHONY : fmt-populate + +# Rule to build all files generated by this target. +CMakeFiles/fmt-populate.dir/build: fmt-populate +.PHONY : CMakeFiles/fmt-populate.dir/build + +CMakeFiles/fmt-populate.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/fmt-populate.dir/cmake_clean.cmake +.PHONY : CMakeFiles/fmt-populate.dir/clean + +CMakeFiles/fmt-populate.dir/depend: + cd /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/fmt-populate.dir/depend + diff --git a/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/cmake_clean.cmake b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/cmake_clean.cmake new file mode 100644 index 0000000..4869102 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/cmake_clean.cmake @@ -0,0 +1,17 @@ +file(REMOVE_RECURSE + "CMakeFiles/fmt-populate" + "CMakeFiles/fmt-populate-complete" + "fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-build" + "fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-configure" + "fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-download" + "fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-install" + "fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-mkdir" + "fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-patch" + "fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-test" + "fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/fmt-populate.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/compiler_depend.make b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/compiler_depend.make new file mode 100644 index 0000000..f984cb3 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for fmt-populate. +# This may be replaced when dependencies are built. diff --git a/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/compiler_depend.ts b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/compiler_depend.ts new file mode 100644 index 0000000..13e6935 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for fmt-populate. diff --git a/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/progress.make b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/progress.make new file mode 100644 index 0000000..d4f6ce3 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/fmt-populate.dir/progress.make @@ -0,0 +1,10 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 +CMAKE_PROGRESS_4 = 4 +CMAKE_PROGRESS_5 = 5 +CMAKE_PROGRESS_6 = 6 +CMAKE_PROGRESS_7 = 7 +CMAKE_PROGRESS_8 = 8 +CMAKE_PROGRESS_9 = 9 + diff --git a/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/progress.marks b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/progress.marks new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles/progress.marks @@ -0,0 +1 @@ +9 diff --git a/_codeql_build_dir/_deps/fmt-subbuild/CMakeLists.txt b/_codeql_build_dir/_deps/fmt-subbuild/CMakeLists.txt new file mode 100644 index 0000000..685ffdf --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/CMakeLists.txt @@ -0,0 +1,42 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + +cmake_minimum_required(VERSION 3.31.6) + +# Reject any attempt to use a toolchain file. We must not use one because +# we could be downloading it here. If the CMAKE_TOOLCHAIN_FILE environment +# variable is set, the cache variable will have been initialized from it. +unset(CMAKE_TOOLCHAIN_FILE CACHE) +unset(ENV{CMAKE_TOOLCHAIN_FILE}) + +# We name the project and the target for the ExternalProject_Add() call +# to something that will highlight to the user what we are working on if +# something goes wrong and an error message is produced. + +project(fmt-populate NONE) + + +# Pass through things we've already detected in the main project to avoid +# paying the cost of redetecting them again in ExternalProject_Add() +set(GIT_EXECUTABLE [==[/usr/bin/git]==]) +set(GIT_VERSION_STRING [==[2.52.0]==]) +set_property(GLOBAL PROPERTY _CMAKE_FindGit_GIT_EXECUTABLE_VERSION + [==[/usr/bin/git;2.52.0]==] +) + + +include(ExternalProject) +ExternalProject_Add(fmt-populate + "UPDATE_DISCONNECTED" "False" "GIT_REPOSITORY" "https://github.com/fmtlib/fmt.git" "EXTERNALPROJECT_INTERNAL_ARGUMENT_SEPARATOR" "GIT_TAG" "8.0.1" + SOURCE_DIR "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + BINARY_DIR "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build" + CONFIGURE_COMMAND "" + BUILD_COMMAND "" + INSTALL_COMMAND "" + TEST_COMMAND "" + USES_TERMINAL_DOWNLOAD YES + USES_TERMINAL_UPDATE YES + USES_TERMINAL_PATCH YES +) + + diff --git a/_codeql_build_dir/_deps/fmt-subbuild/Makefile b/_codeql_build_dir/_deps/fmt-subbuild/Makefile new file mode 100644 index 0000000..1f60400 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/Makefile @@ -0,0 +1,162 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.31 + +# 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/local/bin/cmake + +# The command to remove a file. +RM = /usr/local/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/local/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.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/local/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 + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles 0 +.PHONY : all + +# The main codegen target +codegen: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 codegen + $(CMAKE_COMMAND) -E cmake_progress_start /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/CMakeFiles 0 +.PHONY : codegen + +# 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 fmt-populate + +# Build rule for target. +fmt-populate: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 fmt-populate +.PHONY : fmt-populate + +# fast build rule for target. +fmt-populate/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/fmt-populate.dir/build.make CMakeFiles/fmt-populate.dir/build +.PHONY : fmt-populate/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 "... codegen" + @echo "... edit_cache" + @echo "... rebuild_cache" + @echo "... fmt-populate" +.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/_codeql_build_dir/_deps/fmt-subbuild/cmake_install.cmake b/_codeql_build_dir/_deps/fmt-subbuild/cmake_install.cmake new file mode 100644 index 0000000..b7dc8d1 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/cmake_install.cmake @@ -0,0 +1,61 @@ +# Install script for directory: /home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild + +# 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 "") + 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() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-build b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-build new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-configure b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-configure new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-done b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-done new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-download b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-download new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-gitclone-lastrun.txt b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-gitclone-lastrun.txt new file mode 100644 index 0000000..7accae0 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-gitclone-lastrun.txt @@ -0,0 +1,15 @@ +# This is a generated file and its contents are an internal implementation detail. +# The download step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +method=git +command=/usr/local/bin/cmake;-DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE;-P;/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-gitclone.cmake +source_dir=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src +work_dir=/home/runner/work/array/array/_codeql_build_dir/_deps +repository=https://github.com/fmtlib/fmt.git +remote=origin +init_submodules=TRUE +recurse_submodules=--recursive +submodules= +CMP0097=NEW + diff --git a/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-gitinfo.txt b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-gitinfo.txt new file mode 100644 index 0000000..7accae0 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-gitinfo.txt @@ -0,0 +1,15 @@ +# This is a generated file and its contents are an internal implementation detail. +# The download step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +method=git +command=/usr/local/bin/cmake;-DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE;-P;/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-gitclone.cmake +source_dir=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src +work_dir=/home/runner/work/array/array/_codeql_build_dir/_deps +repository=https://github.com/fmtlib/fmt.git +remote=origin +init_submodules=TRUE +recurse_submodules=--recursive +submodules= +CMP0097=NEW + diff --git a/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-install b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-install new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-mkdir b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-mkdir new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-patch b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-patch new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-patch-info.txt b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-patch-info.txt new file mode 100644 index 0000000..53e1e1e --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-patch-info.txt @@ -0,0 +1,6 @@ +# This is a generated file and its contents are an internal implementation detail. +# The update step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +command= +work_dir= diff --git a/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-test b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-test new file mode 100644 index 0000000..e69de29 diff --git a/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update-info.txt b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update-info.txt new file mode 100644 index 0000000..e26a81e --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-update-info.txt @@ -0,0 +1,7 @@ +# This is a generated file and its contents are an internal implementation detail. +# The patch step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +command (connected)=/usr/local/bin/cmake;-Dcan_fetch=YES;-DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE;-P;/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-gitupdate.cmake +command (disconnected)=/usr/local/bin/cmake;-Dcan_fetch=NO;-DCMAKE_MESSAGE_LOG_LEVEL=VERBOSE;-P;/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-gitupdate.cmake +work_dir=/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src diff --git a/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-cfgcmd.txt b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-cfgcmd.txt new file mode 100644 index 0000000..6a6ed5f --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-cfgcmd.txt @@ -0,0 +1 @@ +cmd='' diff --git a/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-gitclone.cmake b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-gitclone.cmake new file mode 100644 index 0000000..d7317c6 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-gitclone.cmake @@ -0,0 +1,87 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + +cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake + +if(EXISTS "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-gitclone-lastrun.txt" AND EXISTS "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-gitinfo.txt" AND + "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-gitclone-lastrun.txt" IS_NEWER_THAN "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-gitinfo.txt") + message(VERBOSE + "Avoiding repeated git clone, stamp file is up to date: " + "'/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-gitclone-lastrun.txt'" + ) + return() +endif() + +# Even at VERBOSE level, we don't want to see the commands executed, but +# enabling them to be shown for DEBUG may be useful to help diagnose problems. +cmake_language(GET_MESSAGE_LOG_LEVEL active_log_level) +if(active_log_level MATCHES "DEBUG|TRACE") + set(maybe_show_command COMMAND_ECHO STDOUT) +else() + set(maybe_show_command "") +endif() + +execute_process( + COMMAND ${CMAKE_COMMAND} -E rm -rf "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + RESULT_VARIABLE error_code + ${maybe_show_command} +) +if(error_code) + message(FATAL_ERROR "Failed to remove directory: '/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src'") +endif() + +# try the clone 3 times in case there is an odd git clone issue +set(error_code 1) +set(number_of_tries 0) +while(error_code AND number_of_tries LESS 3) + execute_process( + COMMAND "/usr/bin/git" + clone --no-checkout --config "advice.detachedHead=false" "https://github.com/fmtlib/fmt.git" "fmt-src" + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps" + RESULT_VARIABLE error_code + ${maybe_show_command} + ) + math(EXPR number_of_tries "${number_of_tries} + 1") +endwhile() +if(number_of_tries GREATER 1) + message(NOTICE "Had to git clone more than once: ${number_of_tries} times.") +endif() +if(error_code) + message(FATAL_ERROR "Failed to clone repository: 'https://github.com/fmtlib/fmt.git'") +endif() + +execute_process( + COMMAND "/usr/bin/git" + checkout "8.0.1" -- + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + RESULT_VARIABLE error_code + ${maybe_show_command} +) +if(error_code) + message(FATAL_ERROR "Failed to checkout tag: '8.0.1'") +endif() + +set(init_submodules TRUE) +if(init_submodules) + execute_process( + COMMAND "/usr/bin/git" + submodule update --recursive --init + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + RESULT_VARIABLE error_code + ${maybe_show_command} + ) +endif() +if(error_code) + message(FATAL_ERROR "Failed to update submodules in: '/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src'") +endif() + +# Complete success, update the script-last-run stamp file: +# +execute_process( + COMMAND ${CMAKE_COMMAND} -E copy "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-gitinfo.txt" "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-gitclone-lastrun.txt" + RESULT_VARIABLE error_code + ${maybe_show_command} +) +if(error_code) + message(FATAL_ERROR "Failed to copy script-last-run stamp file: '/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/fmt-populate-gitclone-lastrun.txt'") +endif() diff --git a/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-gitupdate.cmake b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-gitupdate.cmake new file mode 100644 index 0000000..5913115 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-gitupdate.cmake @@ -0,0 +1,317 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + +cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake + +# Even at VERBOSE level, we don't want to see the commands executed, but +# enabling them to be shown for DEBUG may be useful to help diagnose problems. +cmake_language(GET_MESSAGE_LOG_LEVEL active_log_level) +if(active_log_level MATCHES "DEBUG|TRACE") + set(maybe_show_command COMMAND_ECHO STDOUT) +else() + set(maybe_show_command "") +endif() + +function(do_fetch) + message(VERBOSE "Fetching latest from the remote origin") + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git fetch --tags --force "origin" + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + COMMAND_ERROR_IS_FATAL LAST + ${maybe_show_command} + ) +endfunction() + +function(get_hash_for_ref ref out_var err_var) + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git rev-parse "${ref}^0" + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + RESULT_VARIABLE error_code + OUTPUT_VARIABLE ref_hash + ERROR_VARIABLE error_msg + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(error_code) + set(${out_var} "" PARENT_SCOPE) + else() + set(${out_var} "${ref_hash}" PARENT_SCOPE) + endif() + set(${err_var} "${error_msg}" PARENT_SCOPE) +endfunction() + +get_hash_for_ref(HEAD head_sha error_msg) +if(head_sha STREQUAL "") + message(FATAL_ERROR "Failed to get the hash for HEAD:\n${error_msg}") +endif() + +if("${can_fetch}" STREQUAL "") + set(can_fetch "YES") +endif() + +execute_process( + COMMAND "/usr/bin/git" --git-dir=.git show-ref "8.0.1" + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + OUTPUT_VARIABLE show_ref_output +) +if(show_ref_output MATCHES "^[a-z0-9]+[ \\t]+refs/remotes/") + # Given a full remote/branch-name and we know about it already. Since + # branches can move around, we should always fetch, if permitted. + if(can_fetch) + do_fetch() + endif() + set(checkout_name "8.0.1") + +elseif(show_ref_output MATCHES "^[a-z0-9]+[ \\t]+refs/tags/") + # Given a tag name that we already know about. We don't know if the tag we + # have matches the remote though (tags can move), so we should fetch. As a + # special case to preserve backward compatibility, if we are already at the + # same commit as the tag we hold locally, don't do a fetch and assume the tag + # hasn't moved on the remote. + # FIXME: We should provide an option to always fetch for this case + get_hash_for_ref("8.0.1" tag_sha error_msg) + if(tag_sha STREQUAL head_sha) + message(VERBOSE "Already at requested tag: 8.0.1") + return() + endif() + + if(can_fetch) + do_fetch() + endif() + set(checkout_name "8.0.1") + +elseif(show_ref_output MATCHES "^[a-z0-9]+[ \\t]+refs/heads/") + # Given a branch name without any remote and we already have a branch by that + # name. We might already have that branch checked out or it might be a + # different branch. It isn't fully safe to use a bare branch name without the + # remote, so do a fetch (if allowed) and replace the ref with one that + # includes the remote. + if(can_fetch) + do_fetch() + endif() + set(checkout_name "origin/8.0.1") + +else() + get_hash_for_ref("8.0.1" tag_sha error_msg) + if(tag_sha STREQUAL head_sha) + # Have the right commit checked out already + message(VERBOSE "Already at requested ref: ${tag_sha}") + return() + + elseif(tag_sha STREQUAL "") + # We don't know about this ref yet, so we have no choice but to fetch. + if(NOT can_fetch) + message(FATAL_ERROR + "Requested git ref \"8.0.1\" is not present locally, and not " + "allowed to contact remote due to UPDATE_DISCONNECTED setting." + ) + endif() + + # We deliberately swallow any error message at the default log level + # because it can be confusing for users to see a failed git command. + # That failure is being handled here, so it isn't an error. + if(NOT error_msg STREQUAL "") + message(DEBUG "${error_msg}") + endif() + do_fetch() + set(checkout_name "8.0.1") + + else() + # We have the commit, so we know we were asked to find a commit hash + # (otherwise it would have been handled further above), but we don't + # have that commit checked out yet. We don't need to fetch from the remote. + set(checkout_name "8.0.1") + if(NOT error_msg STREQUAL "") + message(WARNING "${error_msg}") + endif() + + endif() +endif() + +set(git_update_strategy "REBASE") +if(git_update_strategy STREQUAL "") + # Backward compatibility requires REBASE as the default behavior + set(git_update_strategy REBASE) +endif() + +if(git_update_strategy MATCHES "^REBASE(_CHECKOUT)?$") + # Asked to potentially try to rebase first, maybe with fallback to checkout. + # We can't if we aren't already on a branch and we shouldn't if that local + # branch isn't tracking the one we want to checkout. + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git symbolic-ref -q HEAD + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + OUTPUT_VARIABLE current_branch + OUTPUT_STRIP_TRAILING_WHITESPACE + # Don't test for an error. If this isn't a branch, we get a non-zero error + # code but empty output. + ) + + if(current_branch STREQUAL "") + # Not on a branch, checkout is the only sensible option since any rebase + # would always fail (and backward compatibility requires us to checkout in + # this situation) + set(git_update_strategy CHECKOUT) + + else() + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git for-each-ref "--format=%(upstream:short)" "${current_branch}" + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + OUTPUT_VARIABLE upstream_branch + OUTPUT_STRIP_TRAILING_WHITESPACE + COMMAND_ERROR_IS_FATAL ANY # There is no error if no upstream is set + ) + if(NOT upstream_branch STREQUAL checkout_name) + # Not safe to rebase when asked to checkout a different branch to the one + # we are tracking. If we did rebase, we could end up with arbitrary + # commits added to the ref we were asked to checkout if the current local + # branch happens to be able to rebase onto the target branch. There would + # be no error message and the user wouldn't know this was occurring. + set(git_update_strategy CHECKOUT) + endif() + + endif() +elseif(NOT git_update_strategy STREQUAL "CHECKOUT") + message(FATAL_ERROR "Unsupported git update strategy: ${git_update_strategy}") +endif() + + +# Check if stash is needed +execute_process( + COMMAND "/usr/bin/git" --git-dir=.git status --porcelain + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + RESULT_VARIABLE error_code + OUTPUT_VARIABLE repo_status +) +if(error_code) + message(FATAL_ERROR "Failed to get the status") +endif() +string(LENGTH "${repo_status}" need_stash) + +# If not in clean state, stash changes in order to be able to perform a +# rebase or checkout without losing those changes permanently +if(need_stash) + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git stash save --quiet;--include-untracked + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + COMMAND_ERROR_IS_FATAL ANY + ${maybe_show_command} + ) +endif() + +if(git_update_strategy STREQUAL "CHECKOUT") + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git checkout "${checkout_name}" + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + COMMAND_ERROR_IS_FATAL ANY + ${maybe_show_command} + ) +else() + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git rebase "${checkout_name}" + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + RESULT_VARIABLE error_code + OUTPUT_VARIABLE rebase_output + ERROR_VARIABLE rebase_output + ) + if(error_code) + # Rebase failed, undo the rebase attempt before continuing + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git rebase --abort + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + ${maybe_show_command} + ) + + if(NOT git_update_strategy STREQUAL "REBASE_CHECKOUT") + # Not allowed to do a checkout as a fallback, so cannot proceed + if(need_stash) + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git stash pop --index --quiet + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + ${maybe_show_command} + ) + endif() + message(FATAL_ERROR "\nFailed to rebase in: '/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src'." + "\nOutput from the attempted rebase follows:" + "\n${rebase_output}" + "\n\nYou will have to resolve the conflicts manually") + endif() + + # Fall back to checkout. We create an annotated tag so that the user + # can manually inspect the situation and revert if required. + # We can't log the failed rebase output because MSVC sees it and + # intervenes, causing the build to fail even though it completes. + # Write it to a file instead. + string(TIMESTAMP tag_timestamp "%Y%m%dT%H%M%S" UTC) + set(tag_name _cmake_ExternalProject_moved_from_here_${tag_timestamp}Z) + set(error_log_file ${CMAKE_CURRENT_LIST_DIR}/rebase_error_${tag_timestamp}Z.log) + file(WRITE ${error_log_file} "${rebase_output}") + message(WARNING "Rebase failed, output has been saved to ${error_log_file}" + "\nFalling back to checkout, previous commit tagged as ${tag_name}") + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git tag -a + -m "ExternalProject attempting to move from here to ${checkout_name}" + ${tag_name} + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + COMMAND_ERROR_IS_FATAL ANY + ${maybe_show_command} + ) + + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git checkout "${checkout_name}" + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + COMMAND_ERROR_IS_FATAL ANY + ${maybe_show_command} + ) + endif() +endif() + +if(need_stash) + # Put back the stashed changes + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git stash pop --index --quiet + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + RESULT_VARIABLE error_code + ${maybe_show_command} + ) + if(error_code) + # Stash pop --index failed: Try again dropping the index + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git reset --hard --quiet + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + ${maybe_show_command} + ) + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git stash pop --quiet + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + RESULT_VARIABLE error_code + ${maybe_show_command} + ) + if(error_code) + # Stash pop failed: Restore previous state. + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git reset --hard --quiet ${head_sha} + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + ${maybe_show_command} + ) + execute_process( + COMMAND "/usr/bin/git" --git-dir=.git stash pop --index --quiet + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + ${maybe_show_command} + ) + message(FATAL_ERROR "\nFailed to unstash changes in: '/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src'." + "\nYou will have to resolve the conflicts manually") + endif() + endif() +endif() + +set(init_submodules "TRUE") +if(init_submodules) + execute_process( + COMMAND "/usr/bin/git" + --git-dir=.git + submodule update --recursive --init + WORKING_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src" + COMMAND_ERROR_IS_FATAL ANY + ${maybe_show_command} + ) +endif() diff --git a/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-mkdirs.cmake b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-mkdirs.cmake new file mode 100644 index 0000000..232ad80 --- /dev/null +++ b/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp/fmt-populate-mkdirs.cmake @@ -0,0 +1,27 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + +cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake + +# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an +# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it +# would cause a fatal error, even though it would be a no-op. +if(NOT EXISTS "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src") + file(MAKE_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-src") +endif() +file(MAKE_DIRECTORY + "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build" + "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix" + "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/tmp" + "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp" + "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src" + "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp" +) + +set(configSubDirs ) +foreach(subDir IN LISTS configSubDirs) + file(MAKE_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp/${subDir}") +endforeach() +if(cfgdir) + file(MAKE_DIRECTORY "/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-subbuild/fmt-populate-prefix/src/fmt-populate-stamp${cfgdir}") # cfgdir has leading slash +endif() diff --git a/_codeql_build_dir/cmake_install.cmake b/_codeql_build_dir/cmake_install.cmake new file mode 100644 index 0000000..ec26f75 --- /dev/null +++ b/_codeql_build_dir/cmake_install.cmake @@ -0,0 +1,77 @@ +# Install script for directory: /home/runner/work/array/array + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +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" TYPE DIRECTORY FILES "/home/runner/work/array/array/include/") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/runner/work/array/array/_codeql_build_dir/_deps/catch2-build/cmake_install.cmake") + include("/home/runner/work/array/array/_codeql_build_dir/_deps/fmt-build/cmake_install.cmake") + +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/runner/work/array/array/_codeql_build_dir/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/runner/work/array/array/_codeql_build_dir/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/_codeql_build_dir/main b/_codeql_build_dir/main new file mode 100755 index 0000000..03ee16b Binary files /dev/null and b/_codeql_build_dir/main differ diff --git a/_codeql_build_dir/test_runner b/_codeql_build_dir/test_runner new file mode 100755 index 0000000..ab04d2c Binary files /dev/null and b/_codeql_build_dir/test_runner differ diff --git a/_codeql_build_dir/test_runner-b12d07c_include.cmake b/_codeql_build_dir/test_runner-b12d07c_include.cmake new file mode 100644 index 0000000..d01f725 --- /dev/null +++ b/_codeql_build_dir/test_runner-b12d07c_include.cmake @@ -0,0 +1,5 @@ +if(EXISTS "/home/runner/work/array/array/_codeql_build_dir/test_runner-b12d07c_tests.cmake") + include("/home/runner/work/array/array/_codeql_build_dir/test_runner-b12d07c_tests.cmake") +else() + add_test(test_runner_NOT_BUILT-b12d07c test_runner_NOT_BUILT-b12d07c) +endif() diff --git a/_codeql_build_dir/test_runner-b12d07c_tests.cmake b/_codeql_build_dir/test_runner-b12d07c_tests.cmake new file mode 100644 index 0000000..d5f986a --- /dev/null +++ b/_codeql_build_dir/test_runner-b12d07c_tests.cmake @@ -0,0 +1,9 @@ +add_test( [==[Array construction]==] /home/runner/work/array/array/_codeql_build_dir/test_runner [==[Array construction]==] ) +set_tests_properties( [==[Array construction]==] PROPERTIES WORKING_DIRECTORY /home/runner/work/array/array/_codeql_build_dir SKIP_RETURN_CODE 4) +add_test( [==[Array element access]==] /home/runner/work/array/array/_codeql_build_dir/test_runner [==[Array element access]==] ) +set_tests_properties( [==[Array element access]==] PROPERTIES WORKING_DIRECTORY /home/runner/work/array/array/_codeql_build_dir SKIP_RETURN_CODE 4) +add_test( [==[Array modification]==] /home/runner/work/array/array/_codeql_build_dir/test_runner [==[Array modification]==] ) +set_tests_properties( [==[Array modification]==] PROPERTIES WORKING_DIRECTORY /home/runner/work/array/array/_codeql_build_dir SKIP_RETURN_CODE 4) +add_test( [==[Array utility functions]==] /home/runner/work/array/array/_codeql_build_dir/test_runner [==[Array utility functions]==] ) +set_tests_properties( [==[Array utility functions]==] PROPERTIES WORKING_DIRECTORY /home/runner/work/array/array/_codeql_build_dir SKIP_RETURN_CODE 4) +set( test_runner_TESTS [==[Array construction]==] [==[Array element access]==] [==[Array modification]==] [==[Array utility functions]==]) diff --git a/_codeql_detected_source_root b/_codeql_detected_source_root new file mode 120000 index 0000000..945c9b4 --- /dev/null +++ b/_codeql_detected_source_root @@ -0,0 +1 @@ +. \ No newline at end of file diff --git a/include/array.hpp b/include/array.hpp index 1bef699..f8fd296 100644 --- a/include/array.hpp +++ b/include/array.hpp @@ -654,7 +654,7 @@ class array { return array_.get() + offset_ + length_; } /// @return A const iterator to the end of the array. - const_iterator end() const noexcept { return array_.get() + length_; } + const_iterator end() const noexcept { return array_.get() + offset_ + length_; } private: template