From 8057d7fc4fc8bfce5f21aa191c03a40068d28a6a Mon Sep 17 00:00:00 2001 From: s3350363 <a.pradeepvarma@student.utwente.nl> Date: Fri, 29 Nov 2024 01:04:32 +0100 Subject: [PATCH] remove build files for real --- build/CMakeCache.txt | 330 ------- build/CMakeFiles/3.22.1/CMakeCCompiler.cmake | 72 -- .../3.22.1/CMakeDetermineCompilerABI_C.bin | Bin 15968 -> 0 bytes build/CMakeFiles/3.22.1/CMakeSystem.cmake | 15 - .../3.22.1/CompilerIdC/CMakeCCompilerId.c | 803 ------------------ build/CMakeFiles/3.22.1/CompilerIdC/a.out | Bin 16088 -> 0 bytes .../CMakeDirectoryInformation.cmake | 16 - build/CMakeFiles/CMakeOutput.log | 220 ----- build/CMakeFiles/Makefile.cmake | 57 -- build/CMakeFiles/Makefile2 | 263 ------ build/CMakeFiles/TargetDirectories.txt | 24 - build/CMakeFiles/cmake.check_cache | 1 - build/CMakeFiles/progress.marks | 1 - build/CTestTestfile.cmake | 8 - build/Makefile | 193 ----- build/cmake_install.cmake | 61 -- .../CMakeDirectoryInformation.cmake | 16 - build/main/CMakeFiles/progress.marks | 1 - build/main/CTestTestfile.cmake | 8 - build/main/Makefile | 151 ---- build/main/cmake_install.cmake | 51 -- .../CMakeDirectoryInformation.cmake | 16 - .../src/CMakeFiles/main.dir/DependInfo.cmake | 20 - build/main/src/CMakeFiles/main.dir/build.make | 111 --- .../src/CMakeFiles/main.dir/cmake_clean.cmake | 11 - .../main.dir/compiler_depend.internal | 65 -- .../CMakeFiles/main.dir/compiler_depend.make | 184 ---- .../CMakeFiles/main.dir/compiler_depend.ts | 2 - .../main/src/CMakeFiles/main.dir/depend.make | 2 - build/main/src/CMakeFiles/main.dir/flags.make | 10 - build/main/src/CMakeFiles/main.dir/link.txt | 1 - build/main/src/CMakeFiles/main.dir/main.c.o | Bin 5432 -> 0 bytes build/main/src/CMakeFiles/main.dir/main.c.o.d | 55 -- .../src/CMakeFiles/main.dir/progress.make | 3 - build/main/src/CMakeFiles/progress.marks | 1 - build/main/src/CTestTestfile.cmake | 6 - build/main/src/Makefile | 193 ----- build/main/src/cmake_install.cmake | 44 - build/main/src/main | Bin 17096 -> 0 bytes .../CMakeDirectoryInformation.cmake | 16 - build/main/tests/CMakeFiles/progress.marks | 1 - build/main/tests/CTestTestfile.cmake | 10 - build/main/tests/Makefile | 151 ---- build/main/tests/cmake_install.cmake | 44 - .../CMakeDirectoryInformation.cmake | 16 - build/tree/CMakeFiles/progress.marks | 1 - build/tree/CTestTestfile.cmake | 8 - build/tree/Makefile | 151 ---- build/tree/cmake_install.cmake | 51 -- .../CMakeDirectoryInformation.cmake | 16 - build/tree/src/CMakeFiles/progress.marks | 1 - .../src/CMakeFiles/tree.dir/DependInfo.cmake | 19 - build/tree/src/CMakeFiles/tree.dir/build.make | 111 --- .../src/CMakeFiles/tree.dir/cmake_clean.cmake | 11 - .../tree.dir/cmake_clean_target.cmake | 3 - .../tree.dir/compiler_depend.internal | 64 -- .../CMakeFiles/tree.dir/compiler_depend.make | 181 ---- .../CMakeFiles/tree.dir/compiler_depend.ts | 2 - .../tree/src/CMakeFiles/tree.dir/depend.make | 2 - build/tree/src/CMakeFiles/tree.dir/flags.make | 10 - build/tree/src/CMakeFiles/tree.dir/link.txt | 2 - .../src/CMakeFiles/tree.dir/progress.make | 3 - build/tree/src/CMakeFiles/tree.dir/tree.c.o | Bin 4968 -> 0 bytes build/tree/src/CMakeFiles/tree.dir/tree.c.o.d | 55 -- build/tree/src/CTestTestfile.cmake | 6 - build/tree/src/Makefile | 193 ----- build/tree/src/cmake_install.cmake | 44 - build/tree/src/libtree.a | Bin 5296 -> 0 bytes .../CMakeDirectoryInformation.cmake | 16 - build/tree/tests/CMakeFiles/progress.marks | 1 - .../CMakeFiles/test_tree.dir/DependInfo.cmake | 20 - .../tests/CMakeFiles/test_tree.dir/build.make | 111 --- .../test_tree.dir/cmake_clean.cmake | 11 - .../test_tree.dir/compiler_depend.internal | 71 -- .../test_tree.dir/compiler_depend.make | 202 ----- .../test_tree.dir/compiler_depend.ts | 2 - .../CMakeFiles/test_tree.dir/depend.make | 2 - .../tests/CMakeFiles/test_tree.dir/flags.make | 10 - .../tests/CMakeFiles/test_tree.dir/link.txt | 1 - .../CMakeFiles/test_tree.dir/progress.make | 3 - .../CMakeFiles/test_tree.dir/test_tree.c.o | Bin 7328 -> 0 bytes .../CMakeFiles/test_tree.dir/test_tree.c.o.d | 60 -- build/tree/tests/CTestTestfile.cmake | 8 - build/tree/tests/Makefile | 193 ----- build/tree/tests/cmake_install.cmake | 44 - build/tree/tests/test_tree | Bin 16704 -> 0 bytes 86 files changed, 4942 deletions(-) delete mode 100644 build/CMakeCache.txt delete mode 100644 build/CMakeFiles/3.22.1/CMakeCCompiler.cmake delete mode 100755 build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin delete mode 100644 build/CMakeFiles/3.22.1/CMakeSystem.cmake delete mode 100644 build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c delete mode 100755 build/CMakeFiles/3.22.1/CompilerIdC/a.out delete mode 100644 build/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build/CMakeFiles/CMakeOutput.log delete mode 100644 build/CMakeFiles/Makefile.cmake delete mode 100644 build/CMakeFiles/Makefile2 delete mode 100644 build/CMakeFiles/TargetDirectories.txt delete mode 100644 build/CMakeFiles/cmake.check_cache delete mode 100644 build/CMakeFiles/progress.marks delete mode 100644 build/CTestTestfile.cmake delete mode 100644 build/Makefile delete mode 100644 build/cmake_install.cmake delete mode 100644 build/main/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build/main/CMakeFiles/progress.marks delete mode 100644 build/main/CTestTestfile.cmake delete mode 100644 build/main/Makefile delete mode 100644 build/main/cmake_install.cmake delete mode 100644 build/main/src/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build/main/src/CMakeFiles/main.dir/DependInfo.cmake delete mode 100644 build/main/src/CMakeFiles/main.dir/build.make delete mode 100644 build/main/src/CMakeFiles/main.dir/cmake_clean.cmake delete mode 100644 build/main/src/CMakeFiles/main.dir/compiler_depend.internal delete mode 100644 build/main/src/CMakeFiles/main.dir/compiler_depend.make delete mode 100644 build/main/src/CMakeFiles/main.dir/compiler_depend.ts delete mode 100644 build/main/src/CMakeFiles/main.dir/depend.make delete mode 100644 build/main/src/CMakeFiles/main.dir/flags.make delete mode 100644 build/main/src/CMakeFiles/main.dir/link.txt delete mode 100644 build/main/src/CMakeFiles/main.dir/main.c.o delete mode 100644 build/main/src/CMakeFiles/main.dir/main.c.o.d delete mode 100644 build/main/src/CMakeFiles/main.dir/progress.make delete mode 100644 build/main/src/CMakeFiles/progress.marks delete mode 100644 build/main/src/CTestTestfile.cmake delete mode 100644 build/main/src/Makefile delete mode 100644 build/main/src/cmake_install.cmake delete mode 100755 build/main/src/main delete mode 100644 build/main/tests/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build/main/tests/CMakeFiles/progress.marks delete mode 100644 build/main/tests/CTestTestfile.cmake delete mode 100644 build/main/tests/Makefile delete mode 100644 build/main/tests/cmake_install.cmake delete mode 100644 build/tree/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build/tree/CMakeFiles/progress.marks delete mode 100644 build/tree/CTestTestfile.cmake delete mode 100644 build/tree/Makefile delete mode 100644 build/tree/cmake_install.cmake delete mode 100644 build/tree/src/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build/tree/src/CMakeFiles/progress.marks delete mode 100644 build/tree/src/CMakeFiles/tree.dir/DependInfo.cmake delete mode 100644 build/tree/src/CMakeFiles/tree.dir/build.make delete mode 100644 build/tree/src/CMakeFiles/tree.dir/cmake_clean.cmake delete mode 100644 build/tree/src/CMakeFiles/tree.dir/cmake_clean_target.cmake delete mode 100644 build/tree/src/CMakeFiles/tree.dir/compiler_depend.internal delete mode 100644 build/tree/src/CMakeFiles/tree.dir/compiler_depend.make delete mode 100644 build/tree/src/CMakeFiles/tree.dir/compiler_depend.ts delete mode 100644 build/tree/src/CMakeFiles/tree.dir/depend.make delete mode 100644 build/tree/src/CMakeFiles/tree.dir/flags.make delete mode 100644 build/tree/src/CMakeFiles/tree.dir/link.txt delete mode 100644 build/tree/src/CMakeFiles/tree.dir/progress.make delete mode 100644 build/tree/src/CMakeFiles/tree.dir/tree.c.o delete mode 100644 build/tree/src/CMakeFiles/tree.dir/tree.c.o.d delete mode 100644 build/tree/src/CTestTestfile.cmake delete mode 100644 build/tree/src/Makefile delete mode 100644 build/tree/src/cmake_install.cmake delete mode 100644 build/tree/src/libtree.a delete mode 100644 build/tree/tests/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build/tree/tests/CMakeFiles/progress.marks delete mode 100644 build/tree/tests/CMakeFiles/test_tree.dir/DependInfo.cmake delete mode 100644 build/tree/tests/CMakeFiles/test_tree.dir/build.make delete mode 100644 build/tree/tests/CMakeFiles/test_tree.dir/cmake_clean.cmake delete mode 100644 build/tree/tests/CMakeFiles/test_tree.dir/compiler_depend.internal delete mode 100644 build/tree/tests/CMakeFiles/test_tree.dir/compiler_depend.make delete mode 100644 build/tree/tests/CMakeFiles/test_tree.dir/compiler_depend.ts delete mode 100644 build/tree/tests/CMakeFiles/test_tree.dir/depend.make delete mode 100644 build/tree/tests/CMakeFiles/test_tree.dir/flags.make delete mode 100644 build/tree/tests/CMakeFiles/test_tree.dir/link.txt delete mode 100644 build/tree/tests/CMakeFiles/test_tree.dir/progress.make delete mode 100644 build/tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o delete mode 100644 build/tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o.d delete mode 100644 build/tree/tests/CTestTestfile.cmake delete mode 100644 build/tree/tests/Makefile delete mode 100644 build/tree/tests/cmake_install.cmake delete mode 100755 build/tree/tests/test_tree diff --git a/build/CMakeCache.txt b/build/CMakeCache.txt deleted file mode 100644 index fb03843..0000000 --- a/build/CMakeCache.txt +++ /dev/null @@ -1,330 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build -# It was generated by CMake: /usr/bin/cmake -# You can edit this file to change values found and used by cmake. -# If you do not want to change any of the values, simply exit the editor. -# If you do want to change a value, simply edit, save, and exit the editor. -# The syntax for the file is as follows: -# KEY:TYPE=VALUE -# KEY is the name of a variable in the cache. -# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. -# VALUE is the current value for the KEY. - -######################## -# EXTERNAL cache entries -######################## - -//Path to a program. -BASH_PROGRAM:FILEPATH=/usr/bin/bash - -//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= - -//Enable/Disable color output during build. -CMAKE_COLOR_MAKEFILE:BOOL=ON - -//C compiler -CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc - -//A wrapper around 'ar' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11 - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11 - -//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= - -//Install path prefix, prepended onto install directories. -CMAKE_INSTALL_PREFIX:PATH=/usr/local - -//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=SortedTree - -//Path to a program. -CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib - -//Path to a program. -CMAKE_READELF:FILEPATH=/usr/bin/readelf - -//Flags used by the linker during the creation of shared libraries -// during all build types. -CMAKE_SHARED_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of shared libraries -// during DEBUG builds. -CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of shared libraries -// during MINSIZEREL builds. -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELEASE builds. -CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELWITHDEBINFO builds. -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//If set, runtime paths are not added when installing shared libraries, -// but are added when building. -CMAKE_SKIP_INSTALL_RPATH:BOOL=NO - -//If set, runtime paths are not added when using shared libraries. -CMAKE_SKIP_RPATH:BOOL=NO - -//Flags used by the linker during the creation of static libraries -// during all build types. -CMAKE_STATIC_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of static libraries -// during DEBUG builds. -CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of static libraries -// during MINSIZEREL builds. -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELEASE builds. -CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELWITHDEBINFO builds. -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_STRIP:FILEPATH=/usr/bin/strip - -//If this value is on, makefiles will be generated without the -// .SILENT directive, and all commands will be echoed to the console -// during the make. This is useful for debugging only. With Visual -// Studio IDE projects all commands are done without /nologo. -CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE - -//Value Computed by CMake -SortedTree_BINARY_DIR:STATIC=/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build - -//Value Computed by CMake -SortedTree_IS_TOP_LEVEL:STATIC=ON - -//Value Computed by CMake -SortedTree_SOURCE_DIR:STATIC=/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 - - -######################## -# INTERNAL cache entries -######################## - -//ADVANCED property for variable: CMAKE_ADDR2LINE -CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_AR -CMAKE_AR-ADVANCED:INTERNAL=1 -//This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build -//Major version of cmake used to create the current loaded cache -CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 -//Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=22 -//Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 -//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE -CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 -//Path to CMake executable. -CMAKE_COMMAND:INTERNAL=/usr/bin/cmake -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest -//ADVANCED property for variable: CMAKE_C_COMPILER -CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER_AR -CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB -CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS -CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG -CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL -CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE -CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO -CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_DLLTOOL -CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 -//Executable file format -CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS -CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG -CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE -CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS -CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 -//Name of external makefile project generator. -CMAKE_EXTRA_GENERATOR:INTERNAL= -//Name of generator. -CMAKE_GENERATOR:INTERNAL=Unix Makefiles -//Generator instance identifier. -CMAKE_GENERATOR_INSTANCE:INTERNAL= -//Name of generator platform. -CMAKE_GENERATOR_PLATFORM:INTERNAL= -//Name of generator toolset. -CMAKE_GENERATOR_TOOLSET:INTERNAL= -//Source directory with the top level CMakeLists.txt file for this -// project -CMAKE_HOME_DIRECTORY:INTERNAL=/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 -//Install .so files without execute permission. -CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 -//ADVANCED property for variable: CMAKE_LINKER -CMAKE_LINKER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MAKE_PROGRAM -CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS -CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG -CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE -CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_NM -CMAKE_NM-ADVANCED:INTERNAL=1 -//number of local generators -CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=7 -//ADVANCED property for variable: CMAKE_OBJCOPY -CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_OBJDUMP -CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 -//Platform information initialized -CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RANLIB -CMAKE_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_READELF -CMAKE_READELF-ADVANCED:INTERNAL=1 -//Path to CMake installation. -CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.22 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS -CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG -CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE -CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH -CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_RPATH -CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS -CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG -CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE -CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STRIP -CMAKE_STRIP-ADVANCED:INTERNAL=1 -//uname command -CMAKE_UNAME:INTERNAL=/usr/bin/uname -//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE -CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 - diff --git a/build/CMakeFiles/3.22.1/CMakeCCompiler.cmake b/build/CMakeFiles/3.22.1/CMakeCCompiler.cmake deleted file mode 100644 index 488ad37..0000000 --- a/build/CMakeFiles/3.22.1/CMakeCCompiler.cmake +++ /dev/null @@ -1,72 +0,0 @@ -set(CMAKE_C_COMPILER "/usr/bin/cc") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "GNU") -set(CMAKE_C_COMPILER_VERSION "11.4.0") -set(CMAKE_C_COMPILER_VERSION_INTERNAL "") -set(CMAKE_C_COMPILER_WRAPPER "") -set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") -set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") -set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") -set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") -set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") -set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") -set(CMAKE_C17_COMPILE_FEATURES "c_std_17") -set(CMAKE_C23_COMPILE_FEATURES "c_std_23") - -set(CMAKE_C_PLATFORM_ID "Linux") -set(CMAKE_C_SIMULATE_ID "") -set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") -set(CMAKE_C_SIMULATE_VERSION "") - - - - -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-11") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-11") -set(CMAKE_LINKER "/usr/bin/ld") -set(CMAKE_MT "") -set(CMAKE_COMPILER_IS_GNUCC 1) -set(CMAKE_C_COMPILER_LOADED 1) -set(CMAKE_C_COMPILER_WORKS TRUE) -set(CMAKE_C_ABI_COMPILED TRUE) - -set(CMAKE_C_COMPILER_ENV_VAR "CC") - -set(CMAKE_C_COMPILER_ID_RUN 1) -set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) -set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_C_LINKER_PREFERENCE 10) - -# Save compiler ABI information. -set(CMAKE_C_SIZEOF_DATA_PTR "8") -set(CMAKE_C_COMPILER_ABI "ELF") -set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") -set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") - -if(CMAKE_C_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_C_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") -endif() - -if(CMAKE_C_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") -endif() - -set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/11/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/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin b/build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin deleted file mode 100755 index a4691337f66c7201fb0c354daa924d93cb69ee7e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15968 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 Ol7CpJEDJe=MD<Uv7#4v5 diff --git a/build/CMakeFiles/3.22.1/CMakeSystem.cmake b/build/CMakeFiles/3.22.1/CMakeSystem.cmake deleted file mode 100644 index 07aea7e..0000000 --- a/build/CMakeFiles/3.22.1/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Linux-6.8.0-49-generic") -set(CMAKE_HOST_SYSTEM_NAME "Linux") -set(CMAKE_HOST_SYSTEM_VERSION "6.8.0-49-generic") -set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") - - - -set(CMAKE_SYSTEM "Linux-6.8.0-49-generic") -set(CMAKE_SYSTEM_NAME "Linux") -set(CMAKE_SYSTEM_VERSION "6.8.0-49-generic") -set(CMAKE_SYSTEM_PROCESSOR "x86_64") - -set(CMAKE_CROSSCOMPILING "FALSE") - -set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c b/build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c deleted file mode 100644 index 41b99d7..0000000 --- a/build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c +++ /dev/null @@ -1,803 +0,0 @@ -#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(__ibmxl__) && defined(__clang__) -# define COMPILER_ID "XLClang" -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) - - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 -# define COMPILER_ID "XL" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__NVCOMPILER) -# define COMPILER_ID "NVHPC" -# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) -# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) -# if defined(__NVCOMPILER_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) -# endif - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__CLANG_FUJITSU) -# define COMPILER_ID "FujitsuClang" -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(__FUJITSU) -# define COMPILER_ID "Fujitsu" -# if defined(__FCC_version__) -# define COMPILER_VERSION __FCC_version__ -# elif defined(__FCC_major__) -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# endif -# if defined(__fcc_version) -# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) -# elif defined(__FCC_VERSION) -# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) -# endif - - -#elif defined(__ghs__) -# define COMPILER_ID "GHS" -/* __GHS_VERSION_NUMBER = VVVVRP */ -# ifdef __GHS_VERSION_NUMBER -# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) -# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) -# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) -# endif - -#elif defined(__TINYC__) -# define COMPILER_ID "TinyCC" - -#elif defined(__BCC__) -# define COMPILER_ID "Bruce" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__ARMCC_VERSION) && !defined(__clang__) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) -# define COMPILER_ID "ARMClang" - # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) -# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__GNUC__) -# define COMPILER_ID "GNU" -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) -# define COMPILER_ID "ADSP" -#if defined(__VISUALDSPVERSION__) - /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ -# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) -# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" -# if defined(__VER__) && defined(__ICCARM__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || 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 - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_ARM64EC) -# define ARCHITECTURE_ID "ARM64EC" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM64) -# define ARCHITECTURE_ID "ARM64" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# if defined(__ICCARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__ICCRX__) -# define ARCHITECTURE_ID "RX" - -# elif defined(__ICCRH850__) -# define ARCHITECTURE_ID "RH850" - -# elif defined(__ICCRL78__) -# define ARCHITECTURE_ID "RL78" - -# elif defined(__ICCRISCV__) -# define ARCHITECTURE_ID "RISCV" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# elif defined(__ICC430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__ICCV850__) -# define ARCHITECTURE_ID "V850" - -# elif defined(__ICC8051__) -# define ARCHITECTURE_ID "8051" - -# elif defined(__ICCSTM8__) -# define ARCHITECTURE_ID "STM8" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__ghs__) -# if defined(__PPC64__) -# define ARCHITECTURE_ID "PPC64" - -# elif defined(__ppc__) -# define ARCHITECTURE_ID "PPC" - -# elif defined(__ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__x86_64__) -# define ARCHITECTURE_ID "x64" - -# elif defined(__i386__) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__TI_COMPILER_VERSION__) -# if defined(__TI_ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__MSP430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__TMS320C28XX__) -# define ARCHITECTURE_ID "TMS320C28x" - -# elif defined(__TMS320C6X__) || defined(_TMS320C6X) -# define ARCHITECTURE_ID "TMS320C6x" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#else -# define ARCHITECTURE_ID -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number. */ -#ifdef COMPILER_VERSION -char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; - -/* Construct a string literal encoding the version number components. */ -#elif defined(COMPILER_VERSION_MAJOR) -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the internal version number. */ -#ifdef COMPILER_VERSION_INTERNAL -char const info_version_internal[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', - 'i','n','t','e','r','n','a','l','[', - COMPILER_VERSION_INTERNAL,']','\0'}; -#elif defined(COMPILER_VERSION_INTERNAL_STR) -char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - -#if !defined(__STDC__) && !defined(__clang__) -# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) -# define C_VERSION "90" -# else -# define C_VERSION -# endif -#elif __STDC_VERSION__ > 201710L -# define C_VERSION "23" -#elif __STDC_VERSION__ >= 201710L -# define C_VERSION "17" -#elif __STDC_VERSION__ >= 201000L -# define C_VERSION "11" -#elif __STDC_VERSION__ >= 199901L -# define C_VERSION "99" -#else -# define C_VERSION "90" -#endif -const char* info_language_standard_default = - "INFO" ":" "standard_default[" C_VERSION "]"; - -const char* info_language_extensions_default = "INFO" ":" "extensions_default[" -/* !defined(_MSC_VER) to exclude Clang's MSVC compatibility mode. */ -#if (defined(__clang__) || defined(__GNUC__) || \ - defined(__TI_COMPILER_VERSION__)) && \ - !defined(__STRICT_ANSI__) && !defined(_MSC_VER) - "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/build/CMakeFiles/3.22.1/CompilerIdC/a.out b/build/CMakeFiles/3.22.1/CompilerIdC/a.out deleted file mode 100755 index c786756abbd10a6ac500dd20933efa409d328d0c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16088 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 diff --git a/build/CMakeFiles/CMakeDirectoryInformation.cmake b/build/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index a0ee343..0000000 --- a/build/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/CMakeFiles/CMakeOutput.log b/build/CMakeFiles/CMakeOutput.log deleted file mode 100644 index 7a4b67a..0000000 --- a/build/CMakeFiles/CMakeOutput.log +++ /dev/null @@ -1,220 +0,0 @@ -The system is: Linux - 6.8.0-49-generic - x86_64 -Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. -Compiler: /usr/bin/cc -Build flags: -Id flags: - -The output was: -0 - - -Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" - -The C compiler identification is GNU, found in "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles/3.22.1/CompilerIdC/a.out" - -Detecting C compiler ABI info compiled with the following output: -Change Dir: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles/CMakeTmp - -Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_55bbc/fast && /usr/bin/gmake -f CMakeFiles/cmTC_55bbc.dir/build.make CMakeFiles/cmTC_55bbc.dir/build -gmake[1]: Entering directory '/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_55bbc.dir/CMakeCCompilerABI.c.o -/usr/bin/cc -v -std=gnu99 -o CMakeFiles/cmTC_55bbc.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.22/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 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --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 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) -COLLECT_GCC_OPTIONS='-v' '-std=gnu99' '-o' 'CMakeFiles/cmTC_55bbc.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_55bbc.dir/' - /usr/lib/gcc/x86_64-linux-gnu/11/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_55bbc.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -std=gnu99 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cchDNvY9.s -GNU C99 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu) - compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-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/11/include-fixed" -ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../x86_64-linux-gnu/include" -#include "..." search starts here: -#include <...> search starts here: - /usr/lib/gcc/x86_64-linux-gnu/11/include - /usr/local/include - /usr/include/x86_64-linux-gnu - /usr/include -End of search list. -GNU C99 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu) - compiled by GNU C version 11.4.0, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP - -GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 -Compiler executable checksum: 50eaa2331df977b8016186198deb2d18 -COLLECT_GCC_OPTIONS='-v' '-std=gnu99' '-o' 'CMakeFiles/cmTC_55bbc.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_55bbc.dir/' - as -v --64 -o CMakeFiles/cmTC_55bbc.dir/CMakeCCompilerABI.c.o /tmp/cchDNvY9.s -GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38 -COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-std=gnu99' '-o' 'CMakeFiles/cmTC_55bbc.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_55bbc.dir/CMakeCCompilerABI.c.' -Linking C executable cmTC_55bbc -/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_55bbc.dir/link.txt --verbose=1 -/usr/bin/cc -v CMakeFiles/cmTC_55bbc.dir/CMakeCCompilerABI.c.o -o cmTC_55bbc -Using built-in specs. -COLLECT_GCC=/usr/bin/cc -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/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 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --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 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) -COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/ -LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_55bbc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_55bbc.' - /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccQ8mlpY.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_55bbc /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../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/11/../../.. CMakeFiles/cmTC_55bbc.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/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_55bbc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_55bbc.' -gmake[1]: Leaving directory '/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles/CMakeTmp' - - - -Parsed C implicit include dir info from above output: rv=done - found start of include info - found start of implicit include info - add: [/usr/lib/gcc/x86_64-linux-gnu/11/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/11/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/11/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/11/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] - - -Parsed C implicit link information from above output: - link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_55bbc/fast && /usr/bin/gmake -f CMakeFiles/cmTC_55bbc.dir/build.make CMakeFiles/cmTC_55bbc.dir/build] - ignore line: [gmake[1]: Entering directory '/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles/CMakeTmp'] - ignore line: [Building C object CMakeFiles/cmTC_55bbc.dir/CMakeCCompilerABI.c.o] - ignore line: [/usr/bin/cc -v -std=gnu99 -o CMakeFiles/cmTC_55bbc.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.22/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 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --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 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) ] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-std=gnu99' '-o' 'CMakeFiles/cmTC_55bbc.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_55bbc.dir/'] - ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/11/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.22/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_55bbc.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -std=gnu99 -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cchDNvY9.s] - ignore line: [GNU C99 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)] - ignore line: [ compiled by GNU C version 11.4.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-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/11/include-fixed"] - ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/11/../../../../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/11/include] - ignore line: [ /usr/local/include] - ignore line: [ /usr/include/x86_64-linux-gnu] - ignore line: [ /usr/include] - ignore line: [End of search list.] - ignore line: [GNU C99 (Ubuntu 11.4.0-1ubuntu1~22.04) version 11.4.0 (x86_64-linux-gnu)] - ignore line: [ compiled by GNU C version 11.4.0 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [Compiler executable checksum: 50eaa2331df977b8016186198deb2d18] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-std=gnu99' '-o' 'CMakeFiles/cmTC_55bbc.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_55bbc.dir/'] - ignore line: [ as -v --64 -o CMakeFiles/cmTC_55bbc.dir/CMakeCCompilerABI.c.o /tmp/cchDNvY9.s] - ignore line: [GNU assembler version 2.38 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.38] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-std=gnu99' '-o' 'CMakeFiles/cmTC_55bbc.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_55bbc.dir/CMakeCCompilerABI.c.'] - ignore line: [Linking C executable cmTC_55bbc] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_55bbc.dir/link.txt --verbose=1] - ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_55bbc.dir/CMakeCCompilerABI.c.o -o cmTC_55bbc ] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/cc] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/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 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --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 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/11/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/11/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_55bbc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_55bbc.'] - link line: [ /usr/lib/gcc/x86_64-linux-gnu/11/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccQ8mlpY.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_55bbc /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../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/11/../../.. CMakeFiles/cmTC_55bbc.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/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] - arg [/usr/lib/gcc/x86_64-linux-gnu/11/collect2] ==> ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccQ8mlpY.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_55bbc] ==> ignore - arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] - arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] - arg [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/11] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] - arg [-L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../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/11/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../..] - arg [CMakeFiles/cmTC_55bbc.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/11/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o] - arg [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] - collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] - collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] - collapse obj [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11] ==> [/usr/lib/gcc/x86_64-linux-gnu/11] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] - collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/11/../../../../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/11/../../..] ==> [/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/11/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] - implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/11;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] - implicit fwks: [] - - diff --git a/build/CMakeFiles/Makefile.cmake b/build/CMakeFiles/Makefile.cmake deleted file mode 100644 index 4020f75..0000000 --- a/build/CMakeFiles/Makefile.cmake +++ /dev/null @@ -1,57 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# 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" - "../CMakeLists.txt" - "CMakeFiles/3.22.1/CMakeCCompiler.cmake" - "CMakeFiles/3.22.1/CMakeSystem.cmake" - "../main/CMakeLists.txt" - "../main/src/CMakeLists.txt" - "../main/tests/CMakeLists.txt" - "../tree/CMakeLists.txt" - "../tree/src/CMakeLists.txt" - "../tree/tests/CMakeLists.txt" - "/usr/share/cmake-3.22/Modules/CMakeCInformation.cmake" - "/usr/share/cmake-3.22/Modules/CMakeCommonLanguageInclude.cmake" - "/usr/share/cmake-3.22/Modules/CMakeGenericSystem.cmake" - "/usr/share/cmake-3.22/Modules/CMakeInitializeConfigs.cmake" - "/usr/share/cmake-3.22/Modules/CMakeLanguageInformation.cmake" - "/usr/share/cmake-3.22/Modules/CMakeSystemSpecificInformation.cmake" - "/usr/share/cmake-3.22/Modules/CMakeSystemSpecificInitialize.cmake" - "/usr/share/cmake-3.22/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - "/usr/share/cmake-3.22/Modules/Compiler/GNU-C.cmake" - "/usr/share/cmake-3.22/Modules/Compiler/GNU.cmake" - "/usr/share/cmake-3.22/Modules/Platform/Linux-GNU-C.cmake" - "/usr/share/cmake-3.22/Modules/Platform/Linux-GNU.cmake" - "/usr/share/cmake-3.22/Modules/Platform/Linux.cmake" - "/usr/share/cmake-3.22/Modules/Platform/UnixPaths.cmake" - ) - -# The corresponding makefile is: -set(CMAKE_MAKEFILE_OUTPUTS - "Makefile" - "CMakeFiles/cmake.check_cache" - ) - -# Byproducts of CMake generate step: -set(CMAKE_MAKEFILE_PRODUCTS - "CMakeFiles/CMakeDirectoryInformation.cmake" - "main/CMakeFiles/CMakeDirectoryInformation.cmake" - "main/src/CMakeFiles/CMakeDirectoryInformation.cmake" - "main/tests/CMakeFiles/CMakeDirectoryInformation.cmake" - "tree/CMakeFiles/CMakeDirectoryInformation.cmake" - "tree/src/CMakeFiles/CMakeDirectoryInformation.cmake" - "tree/tests/CMakeFiles/CMakeDirectoryInformation.cmake" - ) - -# Dependency information for all targets: -set(CMAKE_DEPEND_INFO_FILES - "main/src/CMakeFiles/main.dir/DependInfo.cmake" - "tree/src/CMakeFiles/tree.dir/DependInfo.cmake" - "tree/tests/CMakeFiles/test_tree.dir/DependInfo.cmake" - ) diff --git a/build/CMakeFiles/Makefile2 b/build/CMakeFiles/Makefile2 deleted file mode 100644 index 1a8d2b5..0000000 --- a/build/CMakeFiles/Makefile2 +++ /dev/null @@ -1,263 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build - -#============================================================================= -# Directory level rules for the build root directory - -# The main recursive "all" target. -all: main/all -all: tree/all -.PHONY : all - -# The main recursive "preinstall" target. -preinstall: main/preinstall -preinstall: tree/preinstall -.PHONY : preinstall - -# The main recursive "clean" target. -clean: main/clean -clean: tree/clean -.PHONY : clean - -#============================================================================= -# Directory level rules for directory main - -# Recursive "all" directory target. -main/all: main/src/all -main/all: main/tests/all -.PHONY : main/all - -# Recursive "preinstall" directory target. -main/preinstall: main/src/preinstall -main/preinstall: main/tests/preinstall -.PHONY : main/preinstall - -# Recursive "clean" directory target. -main/clean: main/src/clean -main/clean: main/tests/clean -.PHONY : main/clean - -#============================================================================= -# Directory level rules for directory main/src - -# Recursive "all" directory target. -main/src/all: main/src/CMakeFiles/main.dir/all -.PHONY : main/src/all - -# Recursive "preinstall" directory target. -main/src/preinstall: -.PHONY : main/src/preinstall - -# Recursive "clean" directory target. -main/src/clean: main/src/CMakeFiles/main.dir/clean -.PHONY : main/src/clean - -#============================================================================= -# Directory level rules for directory main/tests - -# Recursive "all" directory target. -main/tests/all: -.PHONY : main/tests/all - -# Recursive "preinstall" directory target. -main/tests/preinstall: -.PHONY : main/tests/preinstall - -# Recursive "clean" directory target. -main/tests/clean: -.PHONY : main/tests/clean - -#============================================================================= -# Directory level rules for directory tree - -# Recursive "all" directory target. -tree/all: tree/src/all -tree/all: tree/tests/all -.PHONY : tree/all - -# Recursive "preinstall" directory target. -tree/preinstall: tree/src/preinstall -tree/preinstall: tree/tests/preinstall -.PHONY : tree/preinstall - -# Recursive "clean" directory target. -tree/clean: tree/src/clean -tree/clean: tree/tests/clean -.PHONY : tree/clean - -#============================================================================= -# Directory level rules for directory tree/src - -# Recursive "all" directory target. -tree/src/all: tree/src/CMakeFiles/tree.dir/all -.PHONY : tree/src/all - -# Recursive "preinstall" directory target. -tree/src/preinstall: -.PHONY : tree/src/preinstall - -# Recursive "clean" directory target. -tree/src/clean: tree/src/CMakeFiles/tree.dir/clean -.PHONY : tree/src/clean - -#============================================================================= -# Directory level rules for directory tree/tests - -# Recursive "all" directory target. -tree/tests/all: tree/tests/CMakeFiles/test_tree.dir/all -.PHONY : tree/tests/all - -# Recursive "preinstall" directory target. -tree/tests/preinstall: -.PHONY : tree/tests/preinstall - -# Recursive "clean" directory target. -tree/tests/clean: tree/tests/CMakeFiles/test_tree.dir/clean -.PHONY : tree/tests/clean - -#============================================================================= -# Target rules for target main/src/CMakeFiles/main.dir - -# All Build rule for target. -main/src/CMakeFiles/main.dir/all: tree/src/CMakeFiles/tree.dir/all - $(MAKE) $(MAKESILENT) -f main/src/CMakeFiles/main.dir/build.make main/src/CMakeFiles/main.dir/depend - $(MAKE) $(MAKESILENT) -f main/src/CMakeFiles/main.dir/build.make main/src/CMakeFiles/main.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles --progress-num=1,2 "Built target main" -.PHONY : main/src/CMakeFiles/main.dir/all - -# Build rule for subdir invocation for target. -main/src/CMakeFiles/main.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles 4 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main/src/CMakeFiles/main.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles 0 -.PHONY : main/src/CMakeFiles/main.dir/rule - -# Convenience name for target. -main: main/src/CMakeFiles/main.dir/rule -.PHONY : main - -# clean rule for target. -main/src/CMakeFiles/main.dir/clean: - $(MAKE) $(MAKESILENT) -f main/src/CMakeFiles/main.dir/build.make main/src/CMakeFiles/main.dir/clean -.PHONY : main/src/CMakeFiles/main.dir/clean - -#============================================================================= -# Target rules for target tree/src/CMakeFiles/tree.dir - -# All Build rule for target. -tree/src/CMakeFiles/tree.dir/all: - $(MAKE) $(MAKESILENT) -f tree/src/CMakeFiles/tree.dir/build.make tree/src/CMakeFiles/tree.dir/depend - $(MAKE) $(MAKESILENT) -f tree/src/CMakeFiles/tree.dir/build.make tree/src/CMakeFiles/tree.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles --progress-num=5,6 "Built target tree" -.PHONY : tree/src/CMakeFiles/tree.dir/all - -# Build rule for subdir invocation for target. -tree/src/CMakeFiles/tree.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles 2 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tree/src/CMakeFiles/tree.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles 0 -.PHONY : tree/src/CMakeFiles/tree.dir/rule - -# Convenience name for target. -tree: tree/src/CMakeFiles/tree.dir/rule -.PHONY : tree - -# clean rule for target. -tree/src/CMakeFiles/tree.dir/clean: - $(MAKE) $(MAKESILENT) -f tree/src/CMakeFiles/tree.dir/build.make tree/src/CMakeFiles/tree.dir/clean -.PHONY : tree/src/CMakeFiles/tree.dir/clean - -#============================================================================= -# Target rules for target tree/tests/CMakeFiles/test_tree.dir - -# All Build rule for target. -tree/tests/CMakeFiles/test_tree.dir/all: tree/src/CMakeFiles/tree.dir/all - $(MAKE) $(MAKESILENT) -f tree/tests/CMakeFiles/test_tree.dir/build.make tree/tests/CMakeFiles/test_tree.dir/depend - $(MAKE) $(MAKESILENT) -f tree/tests/CMakeFiles/test_tree.dir/build.make tree/tests/CMakeFiles/test_tree.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles --progress-num=3,4 "Built target test_tree" -.PHONY : tree/tests/CMakeFiles/test_tree.dir/all - -# Build rule for subdir invocation for target. -tree/tests/CMakeFiles/test_tree.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles 4 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tree/tests/CMakeFiles/test_tree.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles 0 -.PHONY : tree/tests/CMakeFiles/test_tree.dir/rule - -# Convenience name for target. -test_tree: tree/tests/CMakeFiles/test_tree.dir/rule -.PHONY : test_tree - -# clean rule for target. -tree/tests/CMakeFiles/test_tree.dir/clean: - $(MAKE) $(MAKESILENT) -f tree/tests/CMakeFiles/test_tree.dir/build.make tree/tests/CMakeFiles/test_tree.dir/clean -.PHONY : tree/tests/CMakeFiles/test_tree.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/build/CMakeFiles/TargetDirectories.txt b/build/CMakeFiles/TargetDirectories.txt deleted file mode 100644 index fb5a6b3..0000000 --- a/build/CMakeFiles/TargetDirectories.txt +++ /dev/null @@ -1,24 +0,0 @@ -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles/test.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles/edit_cache.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles/rebuild_cache.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/CMakeFiles/test.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/CMakeFiles/edit_cache.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/CMakeFiles/rebuild_cache.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/src/CMakeFiles/main.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/src/CMakeFiles/test.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/src/CMakeFiles/edit_cache.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/src/CMakeFiles/rebuild_cache.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/tests/CMakeFiles/test.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/tests/CMakeFiles/edit_cache.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/tests/CMakeFiles/rebuild_cache.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/CMakeFiles/test.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/CMakeFiles/edit_cache.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/CMakeFiles/rebuild_cache.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/src/CMakeFiles/tree.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/src/CMakeFiles/test.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/src/CMakeFiles/edit_cache.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/src/CMakeFiles/rebuild_cache.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/tests/CMakeFiles/test_tree.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/tests/CMakeFiles/test.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/tests/CMakeFiles/edit_cache.dir -/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/tests/CMakeFiles/rebuild_cache.dir diff --git a/build/CMakeFiles/cmake.check_cache b/build/CMakeFiles/cmake.check_cache deleted file mode 100644 index 3dccd73..0000000 --- a/build/CMakeFiles/cmake.check_cache +++ /dev/null @@ -1 +0,0 @@ -# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/CMakeFiles/progress.marks b/build/CMakeFiles/progress.marks deleted file mode 100644 index 1e8b314..0000000 --- a/build/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -6 diff --git a/build/CTestTestfile.cmake b/build/CTestTestfile.cmake deleted file mode 100644 index 7905d75..0000000 --- a/build/CTestTestfile.cmake +++ /dev/null @@ -1,8 +0,0 @@ -# CMake generated Testfile for -# Source directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 -# Build directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -subdirs("main") -subdirs("tree") diff --git a/build/Makefile b/build/Makefile deleted file mode 100644 index 6d3ad81..0000000 --- a/build/Makefile +++ /dev/null @@ -1,193 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - /usr/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 "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build//CMakeFiles/progress.marks - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -#============================================================================= -# Target rules for targets named 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 main/src/CMakeFiles/main.dir/build.make main/src/CMakeFiles/main.dir/build -.PHONY : main/fast - -#============================================================================= -# Target rules for targets named tree - -# Build rule for target. -tree: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tree -.PHONY : tree - -# fast build rule for target. -tree/fast: - $(MAKE) $(MAKESILENT) -f tree/src/CMakeFiles/tree.dir/build.make tree/src/CMakeFiles/tree.dir/build -.PHONY : tree/fast - -#============================================================================= -# Target rules for targets named test_tree - -# Build rule for target. -test_tree: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test_tree -.PHONY : test_tree - -# fast build rule for target. -test_tree/fast: - $(MAKE) $(MAKESILENT) -f tree/tests/CMakeFiles/test_tree.dir/build.make tree/tests/CMakeFiles/test_tree.dir/build -.PHONY : test_tree/fast - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... rebuild_cache" - @echo "... test" - @echo "... main" - @echo "... test_tree" - @echo "... tree" -.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/build/cmake_install.cmake b/build/cmake_install.cmake deleted file mode 100644 index 338e230..0000000 --- a/build/cmake_install.cmake +++ /dev/null @@ -1,61 +0,0 @@ -# Install script for directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 - -# 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() - -# Set default install directory permissions. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/cmake_install.cmake") - include("/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/cmake_install.cmake") - -endif() - -if(CMAKE_INSTALL_COMPONENT) - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") -else() - set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/main/CMakeFiles/CMakeDirectoryInformation.cmake b/build/main/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index a0ee343..0000000 --- a/build/main/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/main/CMakeFiles/progress.marks b/build/main/CMakeFiles/progress.marks deleted file mode 100644 index b8626c4..0000000 --- a/build/main/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -4 diff --git a/build/main/CTestTestfile.cmake b/build/main/CTestTestfile.cmake deleted file mode 100644 index 80af240..0000000 --- a/build/main/CTestTestfile.cmake +++ /dev/null @@ -1,8 +0,0 @@ -# CMake generated Testfile for -# Source directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main -# Build directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -subdirs("src") -subdirs("tests") diff --git a/build/main/Makefile b/build/main/Makefile deleted file mode 100644 index af3cf96..0000000 --- a/build/main/Makefile +++ /dev/null @@ -1,151 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - /usr/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 "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main//CMakeFiles/progress.marks - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main/all - $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(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 "... 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 /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/main/cmake_install.cmake b/build/main/cmake_install.cmake deleted file mode 100644 index a81e4c6..0000000 --- a/build/main/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main - -# 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() - -# Set default install directory permissions. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/src/cmake_install.cmake") - include("/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/tests/cmake_install.cmake") - -endif() - diff --git a/build/main/src/CMakeFiles/CMakeDirectoryInformation.cmake b/build/main/src/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index a0ee343..0000000 --- a/build/main/src/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/main/src/CMakeFiles/main.dir/DependInfo.cmake b/build/main/src/CMakeFiles/main.dir/DependInfo.cmake deleted file mode 100644 index e7f4bd8..0000000 --- a/build/main/src/CMakeFiles/main.dir/DependInfo.cmake +++ /dev/null @@ -1,20 +0,0 @@ - -# 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 - "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/src/main.c" "main/src/CMakeFiles/main.dir/main.c.o" "gcc" "main/src/CMakeFiles/main.dir/main.c.o.d" - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/src/CMakeFiles/tree.dir/DependInfo.cmake" - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/main/src/CMakeFiles/main.dir/build.make b/build/main/src/CMakeFiles/main.dir/build.make deleted file mode 100644 index 8d601d8..0000000 --- a/build/main/src/CMakeFiles/main.dir/build.make +++ /dev/null @@ -1,111 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build - -# Include any dependencies generated for this target. -include main/src/CMakeFiles/main.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include main/src/CMakeFiles/main.dir/compiler_depend.make - -# Include the progress variables for this target. -include main/src/CMakeFiles/main.dir/progress.make - -# Include the compile flags for this target's objects. -include main/src/CMakeFiles/main.dir/flags.make - -main/src/CMakeFiles/main.dir/main.c.o: main/src/CMakeFiles/main.dir/flags.make -main/src/CMakeFiles/main.dir/main.c.o: ../main/src/main.c -main/src/CMakeFiles/main.dir/main.c.o: main/src/CMakeFiles/main.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object main/src/CMakeFiles/main.dir/main.c.o" - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT main/src/CMakeFiles/main.dir/main.c.o -MF CMakeFiles/main.dir/main.c.o.d -o CMakeFiles/main.dir/main.c.o -c /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/src/main.c - -main/src/CMakeFiles/main.dir/main.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/main.dir/main.c.i" - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/src/main.c > CMakeFiles/main.dir/main.c.i - -main/src/CMakeFiles/main.dir/main.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/main.dir/main.c.s" - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/src/main.c -o CMakeFiles/main.dir/main.c.s - -# Object files for target main -main_OBJECTS = \ -"CMakeFiles/main.dir/main.c.o" - -# External object files for target main -main_EXTERNAL_OBJECTS = - -main/src/main: main/src/CMakeFiles/main.dir/main.c.o -main/src/main: main/src/CMakeFiles/main.dir/build.make -main/src/main: tree/src/libtree.a -main/src/main: main/src/CMakeFiles/main.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable main" - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/main.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -main/src/CMakeFiles/main.dir/build: main/src/main -.PHONY : main/src/CMakeFiles/main.dir/build - -main/src/CMakeFiles/main.dir/clean: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/src && $(CMAKE_COMMAND) -P CMakeFiles/main.dir/cmake_clean.cmake -.PHONY : main/src/CMakeFiles/main.dir/clean - -main/src/CMakeFiles/main.dir/depend: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/src /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/src /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/src/CMakeFiles/main.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : main/src/CMakeFiles/main.dir/depend - diff --git a/build/main/src/CMakeFiles/main.dir/cmake_clean.cmake b/build/main/src/CMakeFiles/main.dir/cmake_clean.cmake deleted file mode 100644 index 66ea376..0000000 --- a/build/main/src/CMakeFiles/main.dir/cmake_clean.cmake +++ /dev/null @@ -1,11 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/main.dir/main.c.o" - "CMakeFiles/main.dir/main.c.o.d" - "main" - "main.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/main.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/main/src/CMakeFiles/main.dir/compiler_depend.internal b/build/main/src/CMakeFiles/main.dir/compiler_depend.internal deleted file mode 100644 index 7cee6f8..0000000 --- a/build/main/src/CMakeFiles/main.dir/compiler_depend.internal +++ /dev/null @@ -1,65 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -main/src/CMakeFiles/main.dir/main.c.o - /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/src/main.c - /usr/include/stdc-predef.h - /usr/include/stdio.h - /usr/include/x86_64-linux-gnu/bits/libc-header-start.h - /usr/include/features.h - /usr/include/features-time64.h - /usr/include/x86_64-linux-gnu/bits/wordsize.h - /usr/include/x86_64-linux-gnu/bits/timesize.h - /usr/include/x86_64-linux-gnu/sys/cdefs.h - /usr/include/x86_64-linux-gnu/bits/long-double.h - /usr/include/x86_64-linux-gnu/gnu/stubs.h - /usr/include/x86_64-linux-gnu/gnu/stubs-64.h - /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h - /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h - /usr/include/x86_64-linux-gnu/bits/types.h - /usr/include/x86_64-linux-gnu/bits/typesizes.h - /usr/include/x86_64-linux-gnu/bits/time64.h - /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h - /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h - /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h - /usr/include/x86_64-linux-gnu/bits/types/__FILE.h - /usr/include/x86_64-linux-gnu/bits/types/FILE.h - /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h - /usr/include/x86_64-linux-gnu/bits/stdio_lim.h - /usr/include/x86_64-linux-gnu/bits/floatn.h - /usr/include/x86_64-linux-gnu/bits/floatn-common.h - /usr/include/stdlib.h - /usr/include/x86_64-linux-gnu/bits/waitflags.h - /usr/include/x86_64-linux-gnu/bits/waitstatus.h - /usr/include/x86_64-linux-gnu/sys/types.h - /usr/include/x86_64-linux-gnu/bits/types/clock_t.h - /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h - /usr/include/x86_64-linux-gnu/bits/types/time_t.h - /usr/include/x86_64-linux-gnu/bits/types/timer_t.h - /usr/include/x86_64-linux-gnu/bits/stdint-intn.h - /usr/include/endian.h - /usr/include/x86_64-linux-gnu/bits/endian.h - /usr/include/x86_64-linux-gnu/bits/endianness.h - /usr/include/x86_64-linux-gnu/bits/byteswap.h - /usr/include/x86_64-linux-gnu/bits/uintn-identity.h - /usr/include/x86_64-linux-gnu/sys/select.h - /usr/include/x86_64-linux-gnu/bits/select.h - /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h - /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h - /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h - /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h - /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h - /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h - /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h - /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h - /usr/include/x86_64-linux-gnu/bits/struct_mutex.h - /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h - /usr/include/alloca.h - /usr/include/x86_64-linux-gnu/bits/stdlib-float.h - /usr/include/string.h - /usr/include/x86_64-linux-gnu/bits/types/locale_t.h - /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h - /usr/include/strings.h - /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/inc/main.h - /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/inc/tree.h - diff --git a/build/main/src/CMakeFiles/main.dir/compiler_depend.make b/build/main/src/CMakeFiles/main.dir/compiler_depend.make deleted file mode 100644 index 7ec65f3..0000000 --- a/build/main/src/CMakeFiles/main.dir/compiler_depend.make +++ /dev/null @@ -1,184 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -main/src/CMakeFiles/main.dir/main.c.o: ../main/src/main.c \ - /usr/include/stdc-predef.h \ - /usr/include/stdio.h \ - /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ - /usr/include/features.h \ - /usr/include/features-time64.h \ - /usr/include/x86_64-linux-gnu/bits/wordsize.h \ - /usr/include/x86_64-linux-gnu/bits/timesize.h \ - /usr/include/x86_64-linux-gnu/sys/cdefs.h \ - /usr/include/x86_64-linux-gnu/bits/long-double.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ - /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ - /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ - /usr/include/x86_64-linux-gnu/bits/types.h \ - /usr/include/x86_64-linux-gnu/bits/typesizes.h \ - /usr/include/x86_64-linux-gnu/bits/time64.h \ - /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ - /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ - /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ - /usr/include/x86_64-linux-gnu/bits/floatn.h \ - /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ - /usr/include/stdlib.h \ - /usr/include/x86_64-linux-gnu/bits/waitflags.h \ - /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ - /usr/include/x86_64-linux-gnu/sys/types.h \ - /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ - /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ - /usr/include/endian.h \ - /usr/include/x86_64-linux-gnu/bits/endian.h \ - /usr/include/x86_64-linux-gnu/bits/endianness.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap.h \ - /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ - /usr/include/x86_64-linux-gnu/sys/select.h \ - /usr/include/x86_64-linux-gnu/bits/select.h \ - /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ - /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ - /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ - /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ - /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ - /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ - /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ - /usr/include/alloca.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ - /usr/include/string.h \ - /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ - /usr/include/strings.h \ - ../main/inc/main.h \ - ../tree/inc/tree.h - - -../tree/inc/tree.h: - -/usr/include/x86_64-linux-gnu/bits/waitstatus.h: - -/usr/include/stdlib.h: - -/usr/include/x86_64-linux-gnu/bits/wordsize.h: - -/usr/include/x86_64-linux-gnu/bits/types/locale_t.h: - -/usr/include/x86_64-linux-gnu/bits/floatn.h: - -/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: - -/usr/include/x86_64-linux-gnu/gnu/stubs.h: - -/usr/include/x86_64-linux-gnu/bits/types/FILE.h: - -/usr/include/features.h: - -/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h: - -/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: - -/usr/include/x86_64-linux-gnu/bits/uintn-identity.h: - -/usr/include/x86_64-linux-gnu/bits/waitflags.h: - -/usr/include/x86_64-linux-gnu/bits/typesizes.h: - -/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h: - -/usr/include/x86_64-linux-gnu/bits/endianness.h: - -/usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h: - -/usr/include/x86_64-linux-gnu/bits/timesize.h: - -/usr/include/x86_64-linux-gnu/bits/floatn-common.h: - -/usr/include/strings.h: - -/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h: - -/usr/include/stdio.h: - -/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h: - -/usr/include/alloca.h: - -/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h: - -/usr/include/x86_64-linux-gnu/sys/cdefs.h: - -/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h: - -/usr/include/x86_64-linux-gnu/bits/time64.h: - -/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h: - -/usr/include/x86_64-linux-gnu/bits/libc-header-start.h: - -/usr/include/features-time64.h: - -/usr/include/x86_64-linux-gnu/bits/types/__FILE.h: - -/usr/include/x86_64-linux-gnu/bits/types/clock_t.h: - -../main/src/main.c: - -/usr/include/x86_64-linux-gnu/sys/types.h: - -/usr/include/endian.h: - -/usr/include/x86_64-linux-gnu/bits/types/timer_t.h: - -/usr/include/x86_64-linux-gnu/bits/struct_mutex.h: - -/usr/include/stdc-predef.h: - -/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: - -/usr/include/x86_64-linux-gnu/bits/stdint-intn.h: - -/usr/include/string.h: - -/usr/include/x86_64-linux-gnu/bits/endian.h: - -/usr/include/x86_64-linux-gnu/sys/select.h: - -/usr/include/x86_64-linux-gnu/bits/select.h: - -/usr/include/x86_64-linux-gnu/bits/long-double.h: - -/usr/include/x86_64-linux-gnu/bits/byteswap.h: - -/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h: - -/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h: - -/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h: - -/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: - -/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h: - -../main/inc/main.h: - -/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h: - -/usr/include/x86_64-linux-gnu/bits/types/time_t.h: - -/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h: - -/usr/include/x86_64-linux-gnu/bits/types.h: - -/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h: - -/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h: diff --git a/build/main/src/CMakeFiles/main.dir/compiler_depend.ts b/build/main/src/CMakeFiles/main.dir/compiler_depend.ts deleted file mode 100644 index a3467f4..0000000 --- a/build/main/src/CMakeFiles/main.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for main. diff --git a/build/main/src/CMakeFiles/main.dir/depend.make b/build/main/src/CMakeFiles/main.dir/depend.make deleted file mode 100644 index 7e75fee..0000000 --- a/build/main/src/CMakeFiles/main.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for main. -# This may be replaced when dependencies are built. diff --git a/build/main/src/CMakeFiles/main.dir/flags.make b/build/main/src/CMakeFiles/main.dir/flags.make deleted file mode 100644 index 9e354b2..0000000 --- a/build/main/src/CMakeFiles/main.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# compile C with /usr/bin/cc -C_DEFINES = - -C_INCLUDES = -I/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/inc -I/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/inc - -C_FLAGS = -std=gnu99 - diff --git a/build/main/src/CMakeFiles/main.dir/link.txt b/build/main/src/CMakeFiles/main.dir/link.txt deleted file mode 100644 index bb4788e..0000000 --- a/build/main/src/CMakeFiles/main.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/cc CMakeFiles/main.dir/main.c.o -o main -L/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/src -Wl,-rpath,/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/src ../../tree/src/libtree.a diff --git a/build/main/src/CMakeFiles/main.dir/main.c.o b/build/main/src/CMakeFiles/main.dir/main.c.o deleted file mode 100644 index 22242b6b8cbcbbd22a92d269a2b1d2c9f6178dcf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5432 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 AegFUf diff --git a/build/main/src/CMakeFiles/main.dir/main.c.o.d b/build/main/src/CMakeFiles/main.dir/main.c.o.d deleted file mode 100644 index f36e7b8..0000000 --- a/build/main/src/CMakeFiles/main.dir/main.c.o.d +++ /dev/null @@ -1,55 +0,0 @@ -main/src/CMakeFiles/main.dir/main.c.o: \ - /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/src/main.c \ - /usr/include/stdc-predef.h /usr/include/stdio.h \ - /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ - /usr/include/features.h /usr/include/features-time64.h \ - /usr/include/x86_64-linux-gnu/bits/wordsize.h \ - /usr/include/x86_64-linux-gnu/bits/timesize.h \ - /usr/include/x86_64-linux-gnu/sys/cdefs.h \ - /usr/include/x86_64-linux-gnu/bits/long-double.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ - /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ - /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ - /usr/include/x86_64-linux-gnu/bits/types.h \ - /usr/include/x86_64-linux-gnu/bits/typesizes.h \ - /usr/include/x86_64-linux-gnu/bits/time64.h \ - /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ - /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ - /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ - /usr/include/x86_64-linux-gnu/bits/floatn.h \ - /usr/include/x86_64-linux-gnu/bits/floatn-common.h /usr/include/stdlib.h \ - /usr/include/x86_64-linux-gnu/bits/waitflags.h \ - /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ - /usr/include/x86_64-linux-gnu/sys/types.h \ - /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ - /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ - /usr/include/x86_64-linux-gnu/bits/endian.h \ - /usr/include/x86_64-linux-gnu/bits/endianness.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap.h \ - /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ - /usr/include/x86_64-linux-gnu/sys/select.h \ - /usr/include/x86_64-linux-gnu/bits/select.h \ - /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ - /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ - /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ - /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ - /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ - /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ - /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/string.h \ - /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ - /usr/include/strings.h \ - /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/inc/main.h \ - /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/inc/tree.h diff --git a/build/main/src/CMakeFiles/main.dir/progress.make b/build/main/src/CMakeFiles/main.dir/progress.make deleted file mode 100644 index abadeb0..0000000 --- a/build/main/src/CMakeFiles/main.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = 1 -CMAKE_PROGRESS_2 = 2 - diff --git a/build/main/src/CMakeFiles/progress.marks b/build/main/src/CMakeFiles/progress.marks deleted file mode 100644 index b8626c4..0000000 --- a/build/main/src/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -4 diff --git a/build/main/src/CTestTestfile.cmake b/build/main/src/CTestTestfile.cmake deleted file mode 100644 index c066b13..0000000 --- a/build/main/src/CTestTestfile.cmake +++ /dev/null @@ -1,6 +0,0 @@ -# CMake generated Testfile for -# Source directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/src -# Build directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/src -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. diff --git a/build/main/src/Makefile b/build/main/src/Makefile deleted file mode 100644 index fca7f2f..0000000 --- a/build/main/src/Makefile +++ /dev/null @@ -1,193 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - /usr/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 "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/src//CMakeFiles/progress.marks - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main/src/all - $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main/src/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main/src/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main/src/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -main/src/CMakeFiles/main.dir/rule: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main/src/CMakeFiles/main.dir/rule -.PHONY : main/src/CMakeFiles/main.dir/rule - -# Convenience name for target. -main: main/src/CMakeFiles/main.dir/rule -.PHONY : main - -# fast build rule for target. -main/fast: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f main/src/CMakeFiles/main.dir/build.make main/src/CMakeFiles/main.dir/build -.PHONY : main/fast - -main.o: main.c.o -.PHONY : main.o - -# target to build an object file -main.c.o: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f main/src/CMakeFiles/main.dir/build.make main/src/CMakeFiles/main.dir/main.c.o -.PHONY : main.c.o - -main.i: main.c.i -.PHONY : main.i - -# target to preprocess a source file -main.c.i: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f main/src/CMakeFiles/main.dir/build.make main/src/CMakeFiles/main.dir/main.c.i -.PHONY : main.c.i - -main.s: main.c.s -.PHONY : main.s - -# target to generate assembly for a file -main.c.s: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f main/src/CMakeFiles/main.dir/build.make main/src/CMakeFiles/main.dir/main.c.s -.PHONY : main.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... rebuild_cache" - @echo "... test" - @echo "... main" - @echo "... main.o" - @echo "... main.i" - @echo "... main.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/main/src/cmake_install.cmake b/build/main/src/cmake_install.cmake deleted file mode 100644 index f603bc1..0000000 --- a/build/main/src/cmake_install.cmake +++ /dev/null @@ -1,44 +0,0 @@ -# Install script for directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/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 "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "1") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set default install directory permissions. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - diff --git a/build/main/src/main b/build/main/src/main deleted file mode 100755 index 1d7d1225aab6020e0336654e6143d06888775016..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17096 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 AlK=n! diff --git a/build/main/tests/CMakeFiles/CMakeDirectoryInformation.cmake b/build/main/tests/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index a0ee343..0000000 --- a/build/main/tests/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/main/tests/CMakeFiles/progress.marks b/build/main/tests/CMakeFiles/progress.marks deleted file mode 100644 index 573541a..0000000 --- a/build/main/tests/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/build/main/tests/CTestTestfile.cmake b/build/main/tests/CTestTestfile.cmake deleted file mode 100644 index c56f22e..0000000 --- a/build/main/tests/CTestTestfile.cmake +++ /dev/null @@ -1,10 +0,0 @@ -# CMake generated Testfile for -# Source directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/tests -# Build directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/tests -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -add_test(test_main "/usr/bin/bash" "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/tests/test_main.sh" "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/src/main") -set_tests_properties(test_main PROPERTIES WORKING_DIRECTORY "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/tests" _BACKTRACE_TRIPLES "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/tests/CMakeLists.txt;2;add_test;/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/tests/CMakeLists.txt;0;") -add_test(test_sorted "/usr/bin/bash" "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/tests/test_sorted.sh" "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/src/main") -set_tests_properties(test_sorted PROPERTIES WORKING_DIRECTORY "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/tests" _BACKTRACE_TRIPLES "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/tests/CMakeLists.txt;3;add_test;/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/tests/CMakeLists.txt;0;") diff --git a/build/main/tests/Makefile b/build/main/tests/Makefile deleted file mode 100644 index 65ca037..0000000 --- a/build/main/tests/Makefile +++ /dev/null @@ -1,151 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - /usr/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 "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/main/tests//CMakeFiles/progress.marks - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main/tests/all - $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main/tests/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main/tests/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main/tests/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(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 "... 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 /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/main/tests/cmake_install.cmake b/build/main/tests/cmake_install.cmake deleted file mode 100644 index 8cb6aee..0000000 --- a/build/main/tests/cmake_install.cmake +++ /dev/null @@ -1,44 +0,0 @@ -# Install script for directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/main/tests - -# 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() - -# Set default install directory permissions. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - diff --git a/build/tree/CMakeFiles/CMakeDirectoryInformation.cmake b/build/tree/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index a0ee343..0000000 --- a/build/tree/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/tree/CMakeFiles/progress.marks b/build/tree/CMakeFiles/progress.marks deleted file mode 100644 index b8626c4..0000000 --- a/build/tree/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -4 diff --git a/build/tree/CTestTestfile.cmake b/build/tree/CTestTestfile.cmake deleted file mode 100644 index 9d12fb5..0000000 --- a/build/tree/CTestTestfile.cmake +++ /dev/null @@ -1,8 +0,0 @@ -# CMake generated Testfile for -# Source directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree -# Build directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -subdirs("src") -subdirs("tests") diff --git a/build/tree/Makefile b/build/tree/Makefile deleted file mode 100644 index 657b464..0000000 --- a/build/tree/Makefile +++ /dev/null @@ -1,151 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - /usr/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 "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree//CMakeFiles/progress.marks - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tree/all - $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tree/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tree/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tree/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(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 "... 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 /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/tree/cmake_install.cmake b/build/tree/cmake_install.cmake deleted file mode 100644 index e48ab27..0000000 --- a/build/tree/cmake_install.cmake +++ /dev/null @@ -1,51 +0,0 @@ -# Install script for directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree - -# 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() - -# Set default install directory permissions. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/src/cmake_install.cmake") - include("/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/tests/cmake_install.cmake") - -endif() - diff --git a/build/tree/src/CMakeFiles/CMakeDirectoryInformation.cmake b/build/tree/src/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index a0ee343..0000000 --- a/build/tree/src/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/tree/src/CMakeFiles/progress.marks b/build/tree/src/CMakeFiles/progress.marks deleted file mode 100644 index 0cfbf08..0000000 --- a/build/tree/src/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/build/tree/src/CMakeFiles/tree.dir/DependInfo.cmake b/build/tree/src/CMakeFiles/tree.dir/DependInfo.cmake deleted file mode 100644 index 7cd6c6b..0000000 --- a/build/tree/src/CMakeFiles/tree.dir/DependInfo.cmake +++ /dev/null @@ -1,19 +0,0 @@ - -# 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 - "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/src/tree.c" "tree/src/CMakeFiles/tree.dir/tree.c.o" "gcc" "tree/src/CMakeFiles/tree.dir/tree.c.o.d" - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/tree/src/CMakeFiles/tree.dir/build.make b/build/tree/src/CMakeFiles/tree.dir/build.make deleted file mode 100644 index e27f19d..0000000 --- a/build/tree/src/CMakeFiles/tree.dir/build.make +++ /dev/null @@ -1,111 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build - -# Include any dependencies generated for this target. -include tree/src/CMakeFiles/tree.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include tree/src/CMakeFiles/tree.dir/compiler_depend.make - -# Include the progress variables for this target. -include tree/src/CMakeFiles/tree.dir/progress.make - -# Include the compile flags for this target's objects. -include tree/src/CMakeFiles/tree.dir/flags.make - -tree/src/CMakeFiles/tree.dir/tree.c.o: tree/src/CMakeFiles/tree.dir/flags.make -tree/src/CMakeFiles/tree.dir/tree.c.o: ../tree/src/tree.c -tree/src/CMakeFiles/tree.dir/tree.c.o: tree/src/CMakeFiles/tree.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object tree/src/CMakeFiles/tree.dir/tree.c.o" - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT tree/src/CMakeFiles/tree.dir/tree.c.o -MF CMakeFiles/tree.dir/tree.c.o.d -o CMakeFiles/tree.dir/tree.c.o -c /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/src/tree.c - -tree/src/CMakeFiles/tree.dir/tree.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/tree.dir/tree.c.i" - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/src/tree.c > CMakeFiles/tree.dir/tree.c.i - -tree/src/CMakeFiles/tree.dir/tree.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/tree.dir/tree.c.s" - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/src && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/src/tree.c -o CMakeFiles/tree.dir/tree.c.s - -# Object files for target tree -tree_OBJECTS = \ -"CMakeFiles/tree.dir/tree.c.o" - -# External object files for target tree -tree_EXTERNAL_OBJECTS = - -tree/src/libtree.a: tree/src/CMakeFiles/tree.dir/tree.c.o -tree/src/libtree.a: tree/src/CMakeFiles/tree.dir/build.make -tree/src/libtree.a: tree/src/CMakeFiles/tree.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libtree.a" - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/src && $(CMAKE_COMMAND) -P CMakeFiles/tree.dir/cmake_clean_target.cmake - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/src && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tree.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -tree/src/CMakeFiles/tree.dir/build: tree/src/libtree.a -.PHONY : tree/src/CMakeFiles/tree.dir/build - -tree/src/CMakeFiles/tree.dir/clean: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/src && $(CMAKE_COMMAND) -P CMakeFiles/tree.dir/cmake_clean.cmake -.PHONY : tree/src/CMakeFiles/tree.dir/clean - -tree/src/CMakeFiles/tree.dir/depend: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/src /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/src /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/src/CMakeFiles/tree.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : tree/src/CMakeFiles/tree.dir/depend - diff --git a/build/tree/src/CMakeFiles/tree.dir/cmake_clean.cmake b/build/tree/src/CMakeFiles/tree.dir/cmake_clean.cmake deleted file mode 100644 index 1948196..0000000 --- a/build/tree/src/CMakeFiles/tree.dir/cmake_clean.cmake +++ /dev/null @@ -1,11 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/tree.dir/tree.c.o" - "CMakeFiles/tree.dir/tree.c.o.d" - "libtree.a" - "libtree.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/tree.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/tree/src/CMakeFiles/tree.dir/cmake_clean_target.cmake b/build/tree/src/CMakeFiles/tree.dir/cmake_clean_target.cmake deleted file mode 100644 index 55409c9..0000000 --- a/build/tree/src/CMakeFiles/tree.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libtree.a" -) diff --git a/build/tree/src/CMakeFiles/tree.dir/compiler_depend.internal b/build/tree/src/CMakeFiles/tree.dir/compiler_depend.internal deleted file mode 100644 index 304ffac..0000000 --- a/build/tree/src/CMakeFiles/tree.dir/compiler_depend.internal +++ /dev/null @@ -1,64 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -tree/src/CMakeFiles/tree.dir/tree.c.o - /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/src/tree.c - /usr/include/stdc-predef.h - /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/inc/tree.h - /usr/include/stdio.h - /usr/include/x86_64-linux-gnu/bits/libc-header-start.h - /usr/include/features.h - /usr/include/features-time64.h - /usr/include/x86_64-linux-gnu/bits/wordsize.h - /usr/include/x86_64-linux-gnu/bits/timesize.h - /usr/include/x86_64-linux-gnu/sys/cdefs.h - /usr/include/x86_64-linux-gnu/bits/long-double.h - /usr/include/x86_64-linux-gnu/gnu/stubs.h - /usr/include/x86_64-linux-gnu/gnu/stubs-64.h - /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h - /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h - /usr/include/x86_64-linux-gnu/bits/types.h - /usr/include/x86_64-linux-gnu/bits/typesizes.h - /usr/include/x86_64-linux-gnu/bits/time64.h - /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h - /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h - /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h - /usr/include/x86_64-linux-gnu/bits/types/__FILE.h - /usr/include/x86_64-linux-gnu/bits/types/FILE.h - /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h - /usr/include/x86_64-linux-gnu/bits/stdio_lim.h - /usr/include/x86_64-linux-gnu/bits/floatn.h - /usr/include/x86_64-linux-gnu/bits/floatn-common.h - /usr/include/stdlib.h - /usr/include/x86_64-linux-gnu/bits/waitflags.h - /usr/include/x86_64-linux-gnu/bits/waitstatus.h - /usr/include/x86_64-linux-gnu/sys/types.h - /usr/include/x86_64-linux-gnu/bits/types/clock_t.h - /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h - /usr/include/x86_64-linux-gnu/bits/types/time_t.h - /usr/include/x86_64-linux-gnu/bits/types/timer_t.h - /usr/include/x86_64-linux-gnu/bits/stdint-intn.h - /usr/include/endian.h - /usr/include/x86_64-linux-gnu/bits/endian.h - /usr/include/x86_64-linux-gnu/bits/endianness.h - /usr/include/x86_64-linux-gnu/bits/byteswap.h - /usr/include/x86_64-linux-gnu/bits/uintn-identity.h - /usr/include/x86_64-linux-gnu/sys/select.h - /usr/include/x86_64-linux-gnu/bits/select.h - /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h - /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h - /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h - /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h - /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h - /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h - /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h - /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h - /usr/include/x86_64-linux-gnu/bits/struct_mutex.h - /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h - /usr/include/alloca.h - /usr/include/x86_64-linux-gnu/bits/stdlib-float.h - /usr/include/string.h - /usr/include/x86_64-linux-gnu/bits/types/locale_t.h - /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h - /usr/include/strings.h - diff --git a/build/tree/src/CMakeFiles/tree.dir/compiler_depend.make b/build/tree/src/CMakeFiles/tree.dir/compiler_depend.make deleted file mode 100644 index 6207ece..0000000 --- a/build/tree/src/CMakeFiles/tree.dir/compiler_depend.make +++ /dev/null @@ -1,181 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -tree/src/CMakeFiles/tree.dir/tree.c.o: ../tree/src/tree.c \ - /usr/include/stdc-predef.h \ - ../tree/inc/tree.h \ - /usr/include/stdio.h \ - /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ - /usr/include/features.h \ - /usr/include/features-time64.h \ - /usr/include/x86_64-linux-gnu/bits/wordsize.h \ - /usr/include/x86_64-linux-gnu/bits/timesize.h \ - /usr/include/x86_64-linux-gnu/sys/cdefs.h \ - /usr/include/x86_64-linux-gnu/bits/long-double.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ - /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ - /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ - /usr/include/x86_64-linux-gnu/bits/types.h \ - /usr/include/x86_64-linux-gnu/bits/typesizes.h \ - /usr/include/x86_64-linux-gnu/bits/time64.h \ - /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ - /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ - /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ - /usr/include/x86_64-linux-gnu/bits/floatn.h \ - /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ - /usr/include/stdlib.h \ - /usr/include/x86_64-linux-gnu/bits/waitflags.h \ - /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ - /usr/include/x86_64-linux-gnu/sys/types.h \ - /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ - /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ - /usr/include/endian.h \ - /usr/include/x86_64-linux-gnu/bits/endian.h \ - /usr/include/x86_64-linux-gnu/bits/endianness.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap.h \ - /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ - /usr/include/x86_64-linux-gnu/sys/select.h \ - /usr/include/x86_64-linux-gnu/bits/select.h \ - /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ - /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ - /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ - /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ - /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ - /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ - /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ - /usr/include/alloca.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ - /usr/include/string.h \ - /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ - /usr/include/strings.h - - -/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h: - -/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h: - -/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h: - -/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h: - -/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: - -/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h: - -/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h: - -/usr/include/x86_64-linux-gnu/bits/select.h: - -/usr/include/x86_64-linux-gnu/sys/select.h: - -/usr/include/x86_64-linux-gnu/bits/byteswap.h: - -/usr/include/x86_64-linux-gnu/bits/endian.h: - -/usr/include/x86_64-linux-gnu/bits/stdint-intn.h: - -/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: - -/usr/include/x86_64-linux-gnu/bits/struct_mutex.h: - -/usr/include/x86_64-linux-gnu/bits/types/timer_t.h: - -/usr/include/x86_64-linux-gnu/bits/types/time_t.h: - -/usr/include/x86_64-linux-gnu/sys/types.h: - -/usr/include/x86_64-linux-gnu/bits/waitstatus.h: - -/usr/include/x86_64-linux-gnu/bits/long-double.h: - -/usr/include/features-time64.h: - -/usr/include/x86_64-linux-gnu/bits/libc-header-start.h: - -/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h: - -/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h: - -/usr/include/stdc-predef.h: - -/usr/include/x86_64-linux-gnu/bits/types/clock_t.h: - -/usr/include/x86_64-linux-gnu/sys/cdefs.h: - -/usr/include/stdio.h: - -/usr/include/strings.h: - -/usr/include/x86_64-linux-gnu/bits/floatn-common.h: - -/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h: - -/usr/include/alloca.h: - -/usr/include/x86_64-linux-gnu/bits/time64.h: - -/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h: - -/usr/include/x86_64-linux-gnu/bits/timesize.h: - -/usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h: - -/usr/include/x86_64-linux-gnu/bits/endianness.h: - -/usr/include/endian.h: - -/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h: - -/usr/include/x86_64-linux-gnu/bits/typesizes.h: - -/usr/include/x86_64-linux-gnu/bits/waitflags.h: - -/usr/include/string.h: - -/usr/include/x86_64-linux-gnu/bits/uintn-identity.h: - -/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: - -/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h: - -/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h: - -../tree/inc/tree.h: - -/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h: - -/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h: - -/usr/include/x86_64-linux-gnu/bits/types/__FILE.h: - -/usr/include/features.h: - -/usr/include/x86_64-linux-gnu/bits/types/FILE.h: - -/usr/include/x86_64-linux-gnu/bits/types.h: - -/usr/include/x86_64-linux-gnu/gnu/stubs.h: - -/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: - -/usr/include/x86_64-linux-gnu/bits/floatn.h: - -/usr/include/x86_64-linux-gnu/bits/types/locale_t.h: - -/usr/include/x86_64-linux-gnu/bits/wordsize.h: - -../tree/src/tree.c: - -/usr/include/stdlib.h: diff --git a/build/tree/src/CMakeFiles/tree.dir/compiler_depend.ts b/build/tree/src/CMakeFiles/tree.dir/compiler_depend.ts deleted file mode 100644 index 5cce3b6..0000000 --- a/build/tree/src/CMakeFiles/tree.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for tree. diff --git a/build/tree/src/CMakeFiles/tree.dir/depend.make b/build/tree/src/CMakeFiles/tree.dir/depend.make deleted file mode 100644 index 03c9950..0000000 --- a/build/tree/src/CMakeFiles/tree.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for tree. -# This may be replaced when dependencies are built. diff --git a/build/tree/src/CMakeFiles/tree.dir/flags.make b/build/tree/src/CMakeFiles/tree.dir/flags.make deleted file mode 100644 index 2e50ae0..0000000 --- a/build/tree/src/CMakeFiles/tree.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# compile C with /usr/bin/cc -C_DEFINES = - -C_INCLUDES = -I/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/inc - -C_FLAGS = -std=gnu99 - diff --git a/build/tree/src/CMakeFiles/tree.dir/link.txt b/build/tree/src/CMakeFiles/tree.dir/link.txt deleted file mode 100644 index bca665f..0000000 --- a/build/tree/src/CMakeFiles/tree.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libtree.a CMakeFiles/tree.dir/tree.c.o -/usr/bin/ranlib libtree.a diff --git a/build/tree/src/CMakeFiles/tree.dir/progress.make b/build/tree/src/CMakeFiles/tree.dir/progress.make deleted file mode 100644 index 3a86673..0000000 --- a/build/tree/src/CMakeFiles/tree.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = 5 -CMAKE_PROGRESS_2 = 6 - diff --git a/build/tree/src/CMakeFiles/tree.dir/tree.c.o b/build/tree/src/CMakeFiles/tree.dir/tree.c.o deleted file mode 100644 index 921f18a774c6cbcc1180402faf55db9cd0ca0af2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4968 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 diff --git a/build/tree/src/CMakeFiles/tree.dir/tree.c.o.d b/build/tree/src/CMakeFiles/tree.dir/tree.c.o.d deleted file mode 100644 index e45993e..0000000 --- a/build/tree/src/CMakeFiles/tree.dir/tree.c.o.d +++ /dev/null @@ -1,55 +0,0 @@ -tree/src/CMakeFiles/tree.dir/tree.c.o: \ - /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/src/tree.c \ - /usr/include/stdc-predef.h \ - /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/src/../inc/tree.h \ - /usr/include/stdio.h \ - /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ - /usr/include/features.h /usr/include/features-time64.h \ - /usr/include/x86_64-linux-gnu/bits/wordsize.h \ - /usr/include/x86_64-linux-gnu/bits/timesize.h \ - /usr/include/x86_64-linux-gnu/sys/cdefs.h \ - /usr/include/x86_64-linux-gnu/bits/long-double.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ - /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ - /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ - /usr/include/x86_64-linux-gnu/bits/types.h \ - /usr/include/x86_64-linux-gnu/bits/typesizes.h \ - /usr/include/x86_64-linux-gnu/bits/time64.h \ - /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ - /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ - /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ - /usr/include/x86_64-linux-gnu/bits/floatn.h \ - /usr/include/x86_64-linux-gnu/bits/floatn-common.h /usr/include/stdlib.h \ - /usr/include/x86_64-linux-gnu/bits/waitflags.h \ - /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ - /usr/include/x86_64-linux-gnu/sys/types.h \ - /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ - /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ - /usr/include/x86_64-linux-gnu/bits/endian.h \ - /usr/include/x86_64-linux-gnu/bits/endianness.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap.h \ - /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ - /usr/include/x86_64-linux-gnu/sys/select.h \ - /usr/include/x86_64-linux-gnu/bits/select.h \ - /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ - /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ - /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ - /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ - /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ - /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ - /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/string.h \ - /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ - /usr/include/strings.h diff --git a/build/tree/src/CTestTestfile.cmake b/build/tree/src/CTestTestfile.cmake deleted file mode 100644 index f9437a0..0000000 --- a/build/tree/src/CTestTestfile.cmake +++ /dev/null @@ -1,6 +0,0 @@ -# CMake generated Testfile for -# Source directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/src -# Build directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/src -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. diff --git a/build/tree/src/Makefile b/build/tree/src/Makefile deleted file mode 100644 index 213e5bc..0000000 --- a/build/tree/src/Makefile +++ /dev/null @@ -1,193 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - /usr/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 "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/src//CMakeFiles/progress.marks - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tree/src/all - $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tree/src/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tree/src/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tree/src/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -tree/src/CMakeFiles/tree.dir/rule: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tree/src/CMakeFiles/tree.dir/rule -.PHONY : tree/src/CMakeFiles/tree.dir/rule - -# Convenience name for target. -tree: tree/src/CMakeFiles/tree.dir/rule -.PHONY : tree - -# fast build rule for target. -tree/fast: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f tree/src/CMakeFiles/tree.dir/build.make tree/src/CMakeFiles/tree.dir/build -.PHONY : tree/fast - -tree.o: tree.c.o -.PHONY : tree.o - -# target to build an object file -tree.c.o: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f tree/src/CMakeFiles/tree.dir/build.make tree/src/CMakeFiles/tree.dir/tree.c.o -.PHONY : tree.c.o - -tree.i: tree.c.i -.PHONY : tree.i - -# target to preprocess a source file -tree.c.i: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f tree/src/CMakeFiles/tree.dir/build.make tree/src/CMakeFiles/tree.dir/tree.c.i -.PHONY : tree.c.i - -tree.s: tree.c.s -.PHONY : tree.s - -# target to generate assembly for a file -tree.c.s: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f tree/src/CMakeFiles/tree.dir/build.make tree/src/CMakeFiles/tree.dir/tree.c.s -.PHONY : tree.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... rebuild_cache" - @echo "... test" - @echo "... tree" - @echo "... tree.o" - @echo "... tree.i" - @echo "... tree.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 /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/tree/src/cmake_install.cmake b/build/tree/src/cmake_install.cmake deleted file mode 100644 index dac8e23..0000000 --- a/build/tree/src/cmake_install.cmake +++ /dev/null @@ -1,44 +0,0 @@ -# Install script for directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/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 "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "1") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set default install directory permissions. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - diff --git a/build/tree/src/libtree.a b/build/tree/src/libtree.a deleted file mode 100644 index 9ad74c57a3c537cb4540575032647e2604e1c0d6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5296 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 M|HbgV$0?})FLX-10ssI2 diff --git a/build/tree/tests/CMakeFiles/CMakeDirectoryInformation.cmake b/build/tree/tests/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index a0ee343..0000000 --- a/build/tree/tests/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build/tree/tests/CMakeFiles/progress.marks b/build/tree/tests/CMakeFiles/progress.marks deleted file mode 100644 index b8626c4..0000000 --- a/build/tree/tests/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -4 diff --git a/build/tree/tests/CMakeFiles/test_tree.dir/DependInfo.cmake b/build/tree/tests/CMakeFiles/test_tree.dir/DependInfo.cmake deleted file mode 100644 index 6e407d7..0000000 --- a/build/tree/tests/CMakeFiles/test_tree.dir/DependInfo.cmake +++ /dev/null @@ -1,20 +0,0 @@ - -# 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 - "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/tests/test_tree.c" "tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o" "gcc" "tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o.d" - ) - -# Targets to which this target links. -set(CMAKE_TARGET_LINKED_INFO_FILES - "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/src/CMakeFiles/tree.dir/DependInfo.cmake" - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build/tree/tests/CMakeFiles/test_tree.dir/build.make b/build/tree/tests/CMakeFiles/test_tree.dir/build.make deleted file mode 100644 index d56ef05..0000000 --- a/build/tree/tests/CMakeFiles/test_tree.dir/build.make +++ /dev/null @@ -1,111 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build - -# Include any dependencies generated for this target. -include tree/tests/CMakeFiles/test_tree.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include tree/tests/CMakeFiles/test_tree.dir/compiler_depend.make - -# Include the progress variables for this target. -include tree/tests/CMakeFiles/test_tree.dir/progress.make - -# Include the compile flags for this target's objects. -include tree/tests/CMakeFiles/test_tree.dir/flags.make - -tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o: tree/tests/CMakeFiles/test_tree.dir/flags.make -tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o: ../tree/tests/test_tree.c -tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o: tree/tests/CMakeFiles/test_tree.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o" - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/tests && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o -MF CMakeFiles/test_tree.dir/test_tree.c.o.d -o CMakeFiles/test_tree.dir/test_tree.c.o -c /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/tests/test_tree.c - -tree/tests/CMakeFiles/test_tree.dir/test_tree.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/test_tree.dir/test_tree.c.i" - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/tests && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/tests/test_tree.c > CMakeFiles/test_tree.dir/test_tree.c.i - -tree/tests/CMakeFiles/test_tree.dir/test_tree.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/test_tree.dir/test_tree.c.s" - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/tests && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/tests/test_tree.c -o CMakeFiles/test_tree.dir/test_tree.c.s - -# Object files for target test_tree -test_tree_OBJECTS = \ -"CMakeFiles/test_tree.dir/test_tree.c.o" - -# External object files for target test_tree -test_tree_EXTERNAL_OBJECTS = - -tree/tests/test_tree: tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o -tree/tests/test_tree: tree/tests/CMakeFiles/test_tree.dir/build.make -tree/tests/test_tree: tree/src/libtree.a -tree/tests/test_tree: tree/tests/CMakeFiles/test_tree.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable test_tree" - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_tree.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -tree/tests/CMakeFiles/test_tree.dir/build: tree/tests/test_tree -.PHONY : tree/tests/CMakeFiles/test_tree.dir/build - -tree/tests/CMakeFiles/test_tree.dir/clean: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/tests && $(CMAKE_COMMAND) -P CMakeFiles/test_tree.dir/cmake_clean.cmake -.PHONY : tree/tests/CMakeFiles/test_tree.dir/clean - -tree/tests/CMakeFiles/test_tree.dir/depend: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/tests /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/tests /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/tests/CMakeFiles/test_tree.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : tree/tests/CMakeFiles/test_tree.dir/depend - diff --git a/build/tree/tests/CMakeFiles/test_tree.dir/cmake_clean.cmake b/build/tree/tests/CMakeFiles/test_tree.dir/cmake_clean.cmake deleted file mode 100644 index d5fab0c..0000000 --- a/build/tree/tests/CMakeFiles/test_tree.dir/cmake_clean.cmake +++ /dev/null @@ -1,11 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/test_tree.dir/test_tree.c.o" - "CMakeFiles/test_tree.dir/test_tree.c.o.d" - "test_tree" - "test_tree.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/test_tree.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build/tree/tests/CMakeFiles/test_tree.dir/compiler_depend.internal b/build/tree/tests/CMakeFiles/test_tree.dir/compiler_depend.internal deleted file mode 100644 index 6ff1796..0000000 --- a/build/tree/tests/CMakeFiles/test_tree.dir/compiler_depend.internal +++ /dev/null @@ -1,71 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o - /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/tests/test_tree.c - /usr/include/stdc-predef.h - /usr/include/errno.h - /usr/include/features.h - /usr/include/features-time64.h - /usr/include/x86_64-linux-gnu/bits/wordsize.h - /usr/include/x86_64-linux-gnu/bits/timesize.h - /usr/include/x86_64-linux-gnu/sys/cdefs.h - /usr/include/x86_64-linux-gnu/bits/long-double.h - /usr/include/x86_64-linux-gnu/gnu/stubs.h - /usr/include/x86_64-linux-gnu/gnu/stubs-64.h - /usr/include/x86_64-linux-gnu/bits/errno.h - /usr/include/linux/errno.h - /usr/include/x86_64-linux-gnu/asm/errno.h - /usr/include/asm-generic/errno.h - /usr/include/asm-generic/errno-base.h - /usr/include/stdio.h - /usr/include/x86_64-linux-gnu/bits/libc-header-start.h - /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h - /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h - /usr/include/x86_64-linux-gnu/bits/types.h - /usr/include/x86_64-linux-gnu/bits/typesizes.h - /usr/include/x86_64-linux-gnu/bits/time64.h - /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h - /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h - /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h - /usr/include/x86_64-linux-gnu/bits/types/__FILE.h - /usr/include/x86_64-linux-gnu/bits/types/FILE.h - /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h - /usr/include/x86_64-linux-gnu/bits/stdio_lim.h - /usr/include/x86_64-linux-gnu/bits/floatn.h - /usr/include/x86_64-linux-gnu/bits/floatn-common.h - /usr/include/stdlib.h - /usr/include/x86_64-linux-gnu/bits/waitflags.h - /usr/include/x86_64-linux-gnu/bits/waitstatus.h - /usr/include/x86_64-linux-gnu/sys/types.h - /usr/include/x86_64-linux-gnu/bits/types/clock_t.h - /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h - /usr/include/x86_64-linux-gnu/bits/types/time_t.h - /usr/include/x86_64-linux-gnu/bits/types/timer_t.h - /usr/include/x86_64-linux-gnu/bits/stdint-intn.h - /usr/include/endian.h - /usr/include/x86_64-linux-gnu/bits/endian.h - /usr/include/x86_64-linux-gnu/bits/endianness.h - /usr/include/x86_64-linux-gnu/bits/byteswap.h - /usr/include/x86_64-linux-gnu/bits/uintn-identity.h - /usr/include/x86_64-linux-gnu/sys/select.h - /usr/include/x86_64-linux-gnu/bits/select.h - /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h - /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h - /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h - /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h - /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h - /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h - /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h - /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h - /usr/include/x86_64-linux-gnu/bits/struct_mutex.h - /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h - /usr/include/alloca.h - /usr/include/x86_64-linux-gnu/bits/stdlib-float.h - /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/src/tree.c - /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/inc/tree.h - /usr/include/string.h - /usr/include/x86_64-linux-gnu/bits/types/locale_t.h - /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h - /usr/include/strings.h - diff --git a/build/tree/tests/CMakeFiles/test_tree.dir/compiler_depend.make b/build/tree/tests/CMakeFiles/test_tree.dir/compiler_depend.make deleted file mode 100644 index ac24d8e..0000000 --- a/build/tree/tests/CMakeFiles/test_tree.dir/compiler_depend.make +++ /dev/null @@ -1,202 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o: ../tree/tests/test_tree.c \ - /usr/include/stdc-predef.h \ - /usr/include/errno.h \ - /usr/include/features.h \ - /usr/include/features-time64.h \ - /usr/include/x86_64-linux-gnu/bits/wordsize.h \ - /usr/include/x86_64-linux-gnu/bits/timesize.h \ - /usr/include/x86_64-linux-gnu/sys/cdefs.h \ - /usr/include/x86_64-linux-gnu/bits/long-double.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ - /usr/include/x86_64-linux-gnu/bits/errno.h \ - /usr/include/linux/errno.h \ - /usr/include/x86_64-linux-gnu/asm/errno.h \ - /usr/include/asm-generic/errno.h \ - /usr/include/asm-generic/errno-base.h \ - /usr/include/stdio.h \ - /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ - /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ - /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ - /usr/include/x86_64-linux-gnu/bits/types.h \ - /usr/include/x86_64-linux-gnu/bits/typesizes.h \ - /usr/include/x86_64-linux-gnu/bits/time64.h \ - /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ - /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ - /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ - /usr/include/x86_64-linux-gnu/bits/floatn.h \ - /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ - /usr/include/stdlib.h \ - /usr/include/x86_64-linux-gnu/bits/waitflags.h \ - /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ - /usr/include/x86_64-linux-gnu/sys/types.h \ - /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ - /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ - /usr/include/endian.h \ - /usr/include/x86_64-linux-gnu/bits/endian.h \ - /usr/include/x86_64-linux-gnu/bits/endianness.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap.h \ - /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ - /usr/include/x86_64-linux-gnu/sys/select.h \ - /usr/include/x86_64-linux-gnu/bits/select.h \ - /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ - /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ - /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ - /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ - /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ - /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ - /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ - /usr/include/alloca.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ - ../tree/src/tree.c \ - ../tree/inc/tree.h \ - /usr/include/string.h \ - /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ - /usr/include/strings.h - - -/usr/include/strings.h: - -/usr/include/x86_64-linux-gnu/bits/types/locale_t.h: - -../tree/inc/tree.h: - -../tree/src/tree.c: - -/usr/include/x86_64-linux-gnu/bits/types/FILE.h: - -/usr/include/features.h: - -/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h: - -/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: - -/usr/include/x86_64-linux-gnu/bits/typesizes.h: - -/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h: - -/usr/include/x86_64-linux-gnu/bits/endianness.h: - -/usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h: - -/usr/include/x86_64-linux-gnu/bits/timesize.h: - -/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h: - -/usr/include/alloca.h: - -/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h: - -/usr/include/stdio.h: - -/usr/include/asm-generic/errno-base.h: - -/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h: - -/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h: - -/usr/include/asm-generic/errno.h: - -/usr/include/x86_64-linux-gnu/sys/select.h: - -/usr/include/x86_64-linux-gnu/bits/wordsize.h: - -/usr/include/stdlib.h: - -/usr/include/x86_64-linux-gnu/bits/libc-header-start.h: - -/usr/include/string.h: - -/usr/include/x86_64-linux-gnu/bits/endian.h: - -/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: - -/usr/include/stdc-predef.h: - -/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h: - -/usr/include/x86_64-linux-gnu/bits/time64.h: - -/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h: - -/usr/include/x86_64-linux-gnu/bits/errno.h: - -/usr/include/x86_64-linux-gnu/bits/uintn-identity.h: - -../tree/tests/test_tree.c: - -/usr/include/x86_64-linux-gnu/gnu/stubs.h: - -/usr/include/x86_64-linux-gnu/asm/errno.h: - -/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: - -/usr/include/features-time64.h: - -/usr/include/x86_64-linux-gnu/bits/types/clock_t.h: - -/usr/include/x86_64-linux-gnu/bits/types/__FILE.h: - -/usr/include/x86_64-linux-gnu/sys/cdefs.h: - -/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h: - -/usr/include/linux/errno.h: - -/usr/include/x86_64-linux-gnu/bits/stdint-intn.h: - -/usr/include/errno.h: - -/usr/include/x86_64-linux-gnu/bits/floatn.h: - -/usr/include/x86_64-linux-gnu/bits/floatn-common.h: - -/usr/include/x86_64-linux-gnu/bits/waitflags.h: - -/usr/include/x86_64-linux-gnu/bits/waitstatus.h: - -/usr/include/x86_64-linux-gnu/sys/types.h: - -/usr/include/endian.h: - -/usr/include/x86_64-linux-gnu/bits/types/timer_t.h: - -/usr/include/x86_64-linux-gnu/bits/struct_mutex.h: - -/usr/include/x86_64-linux-gnu/bits/select.h: - -/usr/include/x86_64-linux-gnu/bits/long-double.h: - -/usr/include/x86_64-linux-gnu/bits/byteswap.h: - -/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h: - -/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: - -/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h: - -/usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h: - -/usr/include/x86_64-linux-gnu/bits/types/time_t.h: - -/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h: - -/usr/include/x86_64-linux-gnu/bits/types.h: - -/usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h: - -/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h: diff --git a/build/tree/tests/CMakeFiles/test_tree.dir/compiler_depend.ts b/build/tree/tests/CMakeFiles/test_tree.dir/compiler_depend.ts deleted file mode 100644 index 03a26d1..0000000 --- a/build/tree/tests/CMakeFiles/test_tree.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for test_tree. diff --git a/build/tree/tests/CMakeFiles/test_tree.dir/depend.make b/build/tree/tests/CMakeFiles/test_tree.dir/depend.make deleted file mode 100644 index 9bb7fba..0000000 --- a/build/tree/tests/CMakeFiles/test_tree.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for test_tree. -# This may be replaced when dependencies are built. diff --git a/build/tree/tests/CMakeFiles/test_tree.dir/flags.make b/build/tree/tests/CMakeFiles/test_tree.dir/flags.make deleted file mode 100644 index 2e50ae0..0000000 --- a/build/tree/tests/CMakeFiles/test_tree.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# compile C with /usr/bin/cc -C_DEFINES = - -C_INCLUDES = -I/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/inc - -C_FLAGS = -std=gnu99 - diff --git a/build/tree/tests/CMakeFiles/test_tree.dir/link.txt b/build/tree/tests/CMakeFiles/test_tree.dir/link.txt deleted file mode 100644 index 87c5ef9..0000000 --- a/build/tree/tests/CMakeFiles/test_tree.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/cc CMakeFiles/test_tree.dir/test_tree.c.o -o test_tree ../src/libtree.a diff --git a/build/tree/tests/CMakeFiles/test_tree.dir/progress.make b/build/tree/tests/CMakeFiles/test_tree.dir/progress.make deleted file mode 100644 index 8c8fb6f..0000000 --- a/build/tree/tests/CMakeFiles/test_tree.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = 3 -CMAKE_PROGRESS_2 = 4 - diff --git a/build/tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o b/build/tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o deleted file mode 100644 index 5028c7c854f635657f516a166d25c29699e69f00..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7328 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 diff --git a/build/tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o.d b/build/tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o.d deleted file mode 100644 index 64eaea0..0000000 --- a/build/tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o.d +++ /dev/null @@ -1,60 +0,0 @@ -tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o: \ - /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/tests/test_tree.c \ - /usr/include/stdc-predef.h /usr/include/errno.h /usr/include/features.h \ - /usr/include/features-time64.h \ - /usr/include/x86_64-linux-gnu/bits/wordsize.h \ - /usr/include/x86_64-linux-gnu/bits/timesize.h \ - /usr/include/x86_64-linux-gnu/sys/cdefs.h \ - /usr/include/x86_64-linux-gnu/bits/long-double.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ - /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ - /usr/include/x86_64-linux-gnu/asm/errno.h \ - /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ - /usr/include/stdio.h \ - /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ - /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \ - /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \ - /usr/include/x86_64-linux-gnu/bits/types.h \ - /usr/include/x86_64-linux-gnu/bits/typesizes.h \ - /usr/include/x86_64-linux-gnu/bits/time64.h \ - /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ - /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ - /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ - /usr/include/x86_64-linux-gnu/bits/floatn.h \ - /usr/include/x86_64-linux-gnu/bits/floatn-common.h /usr/include/stdlib.h \ - /usr/include/x86_64-linux-gnu/bits/waitflags.h \ - /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ - /usr/include/x86_64-linux-gnu/sys/types.h \ - /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ - /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ - /usr/include/x86_64-linux-gnu/bits/endian.h \ - /usr/include/x86_64-linux-gnu/bits/endianness.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap.h \ - /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ - /usr/include/x86_64-linux-gnu/sys/select.h \ - /usr/include/x86_64-linux-gnu/bits/select.h \ - /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ - /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ - /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ - /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ - /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ - /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \ - /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ - /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ - /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/tests/../src/tree.c \ - /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/tests/../src/../inc/tree.h \ - /usr/include/string.h \ - /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ - /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ - /usr/include/strings.h diff --git a/build/tree/tests/CTestTestfile.cmake b/build/tree/tests/CTestTestfile.cmake deleted file mode 100644 index cc21b9b..0000000 --- a/build/tree/tests/CTestTestfile.cmake +++ /dev/null @@ -1,8 +0,0 @@ -# CMake generated Testfile for -# Source directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/tests -# Build directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/tests -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -add_test(test_tree "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/tests/test_tree") -set_tests_properties(test_tree PROPERTIES _BACKTRACE_TRIPLES "/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/tests/CMakeLists.txt;4;add_test;/usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/tests/CMakeLists.txt;0;") diff --git a/build/tree/tests/Makefile b/build/tree/tests/Makefile deleted file mode 100644 index fa5b816..0000000 --- a/build/tree/tests/Makefile +++ /dev/null @@ -1,193 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.22 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739 - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." - /usr/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 "No interactive CMake dialog available..." - /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/tree/tests//CMakeFiles/progress.marks - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tree/tests/all - $(CMAKE_COMMAND) -E cmake_progress_start /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tree/tests/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tree/tests/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tree/tests/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -tree/tests/CMakeFiles/test_tree.dir/rule: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tree/tests/CMakeFiles/test_tree.dir/rule -.PHONY : tree/tests/CMakeFiles/test_tree.dir/rule - -# Convenience name for target. -test_tree: tree/tests/CMakeFiles/test_tree.dir/rule -.PHONY : test_tree - -# fast build rule for target. -test_tree/fast: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f tree/tests/CMakeFiles/test_tree.dir/build.make tree/tests/CMakeFiles/test_tree.dir/build -.PHONY : test_tree/fast - -test_tree.o: test_tree.c.o -.PHONY : test_tree.o - -# target to build an object file -test_tree.c.o: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f tree/tests/CMakeFiles/test_tree.dir/build.make tree/tests/CMakeFiles/test_tree.dir/test_tree.c.o -.PHONY : test_tree.c.o - -test_tree.i: test_tree.c.i -.PHONY : test_tree.i - -# target to preprocess a source file -test_tree.c.i: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f tree/tests/CMakeFiles/test_tree.dir/build.make tree/tests/CMakeFiles/test_tree.dir/test_tree.c.i -.PHONY : test_tree.c.i - -test_tree.s: test_tree.c.s -.PHONY : test_tree.s - -# target to generate assembly for a file -test_tree.c.s: - cd /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(MAKE) $(MAKESILENT) -f tree/tests/CMakeFiles/test_tree.dir/build.make tree/tests/CMakeFiles/test_tree.dir/test_tree.c.s -.PHONY : test_tree.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... rebuild_cache" - @echo "... test" - @echo "... test_tree" - @echo "... test_tree.o" - @echo "... test_tree.i" - @echo "... test_tree.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 /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/tree/tests/cmake_install.cmake b/build/tree/tests/cmake_install.cmake deleted file mode 100644 index 8f0965e..0000000 --- a/build/tree/tests/cmake_install.cmake +++ /dev/null @@ -1,44 +0,0 @@ -# Install script for directory: /usr/games/se/8-s-3350363-s-3500721-s-3484033-s-3335739/tree/tests - -# 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() - -# Set default install directory permissions. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - diff --git a/build/tree/tests/test_tree b/build/tree/tests/test_tree deleted file mode 100755 index 8211409810d71344b0c60cc56d1fa8a08ec6d84d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16704 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 -- GitLab