From fa5d75fca355f1fd5d1db989f86060cfdd19582c Mon Sep 17 00:00:00 2001 From: douwe Date: Wed, 13 Aug 2025 21:12:38 +0200 Subject: [PATCH] Update with gitignore --- .vscode/settings.json | 111 --- CMakeCache.txt | 369 ------- CMakeFiles/3.28.3/CMakeCXXCompiler.cmake | 85 -- CMakeFiles/3.28.3/CMakeSystem.cmake | 15 - CMakeFiles/CMakeConfigureLog.yaml | 12 - CMakeFiles/CMakeDirectoryInformation.cmake | 16 - CMakeFiles/Makefile.cmake | 44 - CMakeFiles/Makefile2 | 155 --- CMakeFiles/TargetDirectories.txt | 6 - CMakeFiles/app.dir/DependInfo.cmake | 25 - CMakeFiles/app.dir/build.make | 152 --- CMakeFiles/app.dir/cmake_clean.cmake | 15 - CMakeFiles/app.dir/compiler_depend.internal | 539 ----------- CMakeFiles/app.dir/compiler_depend.make | 912 ------------------ CMakeFiles/app.dir/compiler_depend.ts | 2 - CMakeFiles/app.dir/depend.make | 2 - CMakeFiles/app.dir/flags.make | 10 - CMakeFiles/app.dir/includes_CXX.rsp | 1 - CMakeFiles/app.dir/link.txt | 1 - CMakeFiles/app.dir/linkLibs.rsp | 1 - CMakeFiles/app.dir/objects1.rsp | 1 - CMakeFiles/app.dir/progress.make | 5 - CMakeFiles/app.dir/src/harvester.cpp.o | Bin 64111 -> 0 bytes CMakeFiles/app.dir/src/harvester.cpp.o.d | 180 ---- CMakeFiles/app.dir/src/loop.cpp.o | Bin 53052 -> 0 bytes CMakeFiles/app.dir/src/loop.cpp.o.d | 180 ---- CMakeFiles/app.dir/src/spawn.cpp.o | Bin 49313 -> 0 bytes CMakeFiles/app.dir/src/spawn.cpp.o.d | 173 ---- CMakeFiles/app.dir/src/structures/spawn.cpp.o | Bin 37500 -> 0 bytes .../app.dir/src/structures/spawn.cpp.o.d | 92 -- CMakeFiles/cmake.check_cache | 1 - CMakeFiles/progress.marks | 1 - Makefile | 249 ----- cmake_install.cmake | 54 -- 34 files changed, 3409 deletions(-) delete mode 100644 .vscode/settings.json delete mode 100644 CMakeCache.txt delete mode 100644 CMakeFiles/3.28.3/CMakeCXXCompiler.cmake delete mode 100644 CMakeFiles/3.28.3/CMakeSystem.cmake delete mode 100644 CMakeFiles/CMakeConfigureLog.yaml delete mode 100644 CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 CMakeFiles/Makefile.cmake delete mode 100644 CMakeFiles/Makefile2 delete mode 100644 CMakeFiles/TargetDirectories.txt delete mode 100644 CMakeFiles/app.dir/DependInfo.cmake delete mode 100644 CMakeFiles/app.dir/build.make delete mode 100644 CMakeFiles/app.dir/cmake_clean.cmake delete mode 100644 CMakeFiles/app.dir/compiler_depend.internal delete mode 100644 CMakeFiles/app.dir/compiler_depend.make delete mode 100644 CMakeFiles/app.dir/compiler_depend.ts delete mode 100644 CMakeFiles/app.dir/depend.make delete mode 100644 CMakeFiles/app.dir/flags.make delete mode 100644 CMakeFiles/app.dir/includes_CXX.rsp delete mode 100644 CMakeFiles/app.dir/link.txt delete mode 100644 CMakeFiles/app.dir/linkLibs.rsp delete mode 100644 CMakeFiles/app.dir/objects1.rsp delete mode 100644 CMakeFiles/app.dir/progress.make delete mode 100644 CMakeFiles/app.dir/src/harvester.cpp.o delete mode 100644 CMakeFiles/app.dir/src/harvester.cpp.o.d delete mode 100644 CMakeFiles/app.dir/src/loop.cpp.o delete mode 100644 CMakeFiles/app.dir/src/loop.cpp.o.d delete mode 100644 CMakeFiles/app.dir/src/spawn.cpp.o delete mode 100644 CMakeFiles/app.dir/src/spawn.cpp.o.d delete mode 100644 CMakeFiles/app.dir/src/structures/spawn.cpp.o delete mode 100644 CMakeFiles/app.dir/src/structures/spawn.cpp.o.d delete mode 100644 CMakeFiles/cmake.check_cache delete mode 100644 CMakeFiles/progress.marks delete mode 100644 Makefile delete mode 100644 cmake_install.cmake diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index bbabd9f..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "files.exclude": { - ".*": true, - "LICENSE": true, - "*.md": true - }, - "files.associations": { - "__bit_reference": "cpp", - "__hash_table": "cpp", - "__string": "cpp", - "__tree": "cpp", - "algorithm": "cpp", - "map": "cpp", - "set": "cpp", - "string": "cpp", - "string_view": "cpp", - "unordered_map": "cpp", - "unordered_set": "cpp", - "bitset": "cpp", - "__locale": "cpp", - "__config": "cpp", - "__debug": "cpp", - "__errc": "cpp", - "__functional_base": "cpp", - "__mutex_base": "cpp", - "__node_handle": "cpp", - "__nullptr": "cpp", - "__split_buffer": "cpp", - "__sso_allocator": "cpp", - "__std_stream": "cpp", - "__threading_support": "cpp", - "__tuple": "cpp", - "any": "cpp", - "array": "cpp", - "atomic": "cpp", - "bit": "cpp", - "cctype": "cpp", - "charconv": "cpp", - "chrono": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "codecvt": "cpp", - "compare": "cpp", - "complex": "cpp", - "condition_variable": "cpp", - "csignal": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdint": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "cwctype": "cpp", - "deque": "cpp", - "exception": "cpp", - "coroutine": "cpp", - "forward_list": "cpp", - "fstream": "cpp", - "functional": "cpp", - "future": "cpp", - "initializer_list": "cpp", - "iomanip": "cpp", - "ios": "cpp", - "iosfwd": "cpp", - "iostream": "cpp", - "istream": "cpp", - "iterator": "cpp", - "limits": "cpp", - "list": "cpp", - "locale": "cpp", - "memory": "cpp", - "mutex": "cpp", - "new": "cpp", - "numeric": "cpp", - "optional": "cpp", - "ostream": "cpp", - "queue": "cpp", - "random": "cpp", - "ratio": "cpp", - "regex": "cpp", - "span": "cpp", - "sstream": "cpp", - "stack": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "strstream": "cpp", - "system_error": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "typeindex": "cpp", - "typeinfo": "cpp", - "utility": "cpp", - "valarray": "cpp", - "variant": "cpp", - "vector": "cpp", - "concepts": "cpp", - "memory_resource": "cpp", - "source_location": "cpp", - "format": "cpp", - "numbers": "cpp", - "semaphore": "cpp", - "shared_mutex": "cpp", - "stop_token": "cpp", - "thread": "cpp", - "cfenv": "cpp", - "cinttypes": "cpp" - }, - "C_Cpp.errorSquiggles": "disabled" -} \ No newline at end of file diff --git a/CMakeCache.txt b/CMakeCache.txt deleted file mode 100644 index 0fb51d0..0000000 --- a/CMakeCache.txt +++ /dev/null @@ -1,369 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: /home/douwe/Projects/Screeps -# 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. -CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line - -//Emscripten ar -CMAKE_AR:FILEPATH=/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emar - -//Choose the type of build, options are: None Debug Release RelWithDebInfo -// MinSizeRel ... -CMAKE_BUILD_TYPE:STRING=Release - -//Enable/Disable color output during build. -CMAKE_COLOR_MAKEFILE:BOOL=ON - -//Path to the emulator for the target system. -CMAKE_CROSSCOMPILING_EMULATOR:FILEPATH=/usr/bin/nodejs - -//Emscripten ar -CMAKE_CXX_COMPILER_AR:FILEPATH=/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emar - -//`clang-scan-deps` dependency scanner -CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS:FILEPATH=CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS-NOTFOUND - -//Emscripten ranlib -CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emranlib - -//Flags used by the CXX compiler during all build types. -CMAKE_CXX_FLAGS:STRING= - -//Flags used by the CXX compiler during DEBUG builds. -CMAKE_CXX_FLAGS_DEBUG:STRING=-g - -//Emscripten-overridden CMAKE_CXX_FLAGS_MINSIZEREL -CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-DNDEBUG -Os - -//Emscripten-overridden CMAKE_CXX_FLAGS_RELEASE -CMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -O2 - -//Emscripten-overridden CMAKE_CXX_FLAGS_RELWITHDEBINFO -CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 - -//Emscripten ar -CMAKE_C_COMPILER_AR:FILEPATH=/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emar - -//Emscripten ranlib -CMAKE_C_COMPILER_RANLIB:FILEPATH=/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emranlib - -//Emscripten-overridden CMAKE_C_FLAGS_MINSIZEREL -CMAKE_C_FLAGS_MINSIZEREL:STRING=-DNDEBUG -Os - -//Emscripten-overridden CMAKE_C_FLAGS_RELEASE -CMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -O2 - -//Emscripten-overridden CMAKE_C_FLAGS_RELWITHDEBINFO -CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 - -//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= - -//Emscripten-overridden CMAKE_EXE_LINKER_FLAGS_MINSIZEREL -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=-Os - -//Emscripten-overridden CMAKE_EXE_LINKER_FLAGS_RELEASE -CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=-O2 - -//Emscripten-overridden CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=-O2 -g - -//Enable/Disable output of compile commands during generation. -CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= - -//Value Computed by CMake. -CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/douwe/Projects/Screeps/CMakeFiles/pkgRedirects - -//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= - -//Emscripten-overridden CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=-Os - -//Emscripten-overridden CMAKE_MODULE_LINKER_FLAGS_RELEASE -CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=-O2 - -//Emscripten-overridden CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=-O2 -g - -//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=example - -//Emscripten ranlib -CMAKE_RANLIB:FILEPATH=/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emranlib - -//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= - -//Emscripten-overridden CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=-Os - -//Emscripten-overridden CMAKE_SHARED_LINKER_FLAGS_RELEASE -CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=-O2 - -//Emscripten-overridden CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=-O2 -g - -//If set, runtime paths are not added when installing shared libraries, -// but are added when building. -CMAKE_SKIP_INSTALL_RPATH:BOOL=NO - -//If set, runtime paths are not added when using shared libraries. -CMAKE_SKIP_RPATH:BOOL=NO - -//Flags used by the linker during the creation of static libraries -// during all build types. -CMAKE_STATIC_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of static libraries -// during DEBUG builds. -CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of static libraries -// during MINSIZEREL builds. -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELEASE builds. -CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELWITHDEBINFO builds. -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_STRIP:FILEPATH=/usr/bin/strip - -//Path to a program. -CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND - -//No help, variable specified on the command line. -CMAKE_TOOLCHAIN_FILE:UNINITIALIZED=emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake - -//If this value is on, makefiles will be generated without the -// .SILENT directive, and all commands will be echoed to the console -// during the make. This is useful for debugging only. With Visual -// Studio IDE projects all commands are done without /nologo. -CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE - -//If true, we are targeting Emscripten output. -EMSCRIPTEN:BOOL=1 - -//Force C/C++ compiler -EMSCRIPTEN_FORCE_COMPILERS:BOOL=ON - -//If set, static library targets generate LLVM bitcode files (.bc). -// If disabled (default), UNIX ar archives (.a) are generated. -EMSCRIPTEN_GENERATE_BITCODE_STATIC_LIBRARIES:BOOL=OFF - -//Path to a program. -NODE_JS_EXECUTABLE:FILEPATH=/usr/bin/nodejs - -//Enable precompiled headers -SCREEPSXX_ENABLE_PCH:BOOL=ON - -//Value Computed by CMake -example_BINARY_DIR:STATIC=/home/douwe/Projects/Screeps - -//Value Computed by CMake -example_IS_TOP_LEVEL:STATIC=ON - -//Value Computed by CMake -example_SOURCE_DIR:STATIC=/home/douwe/Projects/Screeps - -//Value Computed by CMake -screepsxx_BINARY_DIR:STATIC=/home/douwe/Projects/Screeps/screepsxx - -//Value Computed by CMake -screepsxx_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -screepsxx_SOURCE_DIR:STATIC=/home/douwe/Projects/Screeps/screepsxx - - -######################## -# 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=/home/douwe/Projects/Screeps -//Major version of cmake used to create the current loaded cache -CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 -//Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=28 -//Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 -//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE -CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 -//Path to CMake executable. -CMAKE_COMMAND:INTERNAL=/usr/bin/cmake -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest -//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR -CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS -CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB -CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS -CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG -CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL -CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE -CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO -CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_DLLTOOL -CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS -CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG -CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE -CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS -CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 -//Name of external makefile project generator. -CMAKE_EXTRA_GENERATOR:INTERNAL= -//Name of generator. -CMAKE_GENERATOR:INTERNAL=Unix Makefiles -//Generator instance identifier. -CMAKE_GENERATOR_INSTANCE:INTERNAL= -//Name of generator platform. -CMAKE_GENERATOR_PLATFORM:INTERNAL= -//Name of generator toolset. -CMAKE_GENERATOR_TOOLSET:INTERNAL= -//Source directory with the top level CMakeLists.txt file for this -// project -CMAKE_HOME_DIRECTORY:INTERNAL=/home/douwe/Projects/Screeps -//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=2 -//ADVANCED property for variable: CMAKE_OBJCOPY -CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_OBJDUMP -CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 -//Platform information initialized -CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RANLIB -CMAKE_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_READELF -CMAKE_READELF-ADVANCED:INTERNAL=1 -//Path to CMake installation. -CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.28 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS -CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG -CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE -CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH -CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_RPATH -CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS -CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG -CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE -CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STRIP -CMAKE_STRIP-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_TAPI -CMAKE_TAPI-ADVANCED:INTERNAL=1 -//uname command -CMAKE_UNAME:INTERNAL=/usr/bin/uname -//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE -CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 - diff --git a/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake b/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake deleted file mode 100644 index 886e344..0000000 --- a/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,85 +0,0 @@ -set(CMAKE_CXX_COMPILER "/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "Clang") -set(CMAKE_CXX_COMPILER_VERSION "12.0.0") -set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") -set(CMAKE_CXX_COMPILER_WRAPPER "") -set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98") -set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "") -set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20") -set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") -set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") -set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") -set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") -set(CMAKE_CXX20_COMPILE_FEATURES "") -set(CMAKE_CXX23_COMPILE_FEATURES "") - -set(CMAKE_CXX_PLATFORM_ID "emscripten") -set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") -set(CMAKE_CXX_SIMULATE_VERSION "") - - - - -set(CMAKE_AR "/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emar") -set(CMAKE_CXX_COMPILER_AR "/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emar") -set(CMAKE_RANLIB "/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emranlib") -set(CMAKE_CXX_COMPILER_RANLIB "/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/emranlib") -set(CMAKE_LINKER "/usr/bin/ld") -set(CMAKE_MT "") -set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") -set(CMAKE_COMPILER_IS_GNUCXX ) -set(CMAKE_CXX_COMPILER_LOADED 1) -set(CMAKE_CXX_COMPILER_WORKS TRUE) -set(CMAKE_CXX_ABI_COMPILED ) - -set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") - -set(CMAKE_CXX_COMPILER_ID_RUN 1) -set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) -set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) - -foreach (lang C OBJC OBJCXX) - if (CMAKE_${lang}_COMPILER_ID_RUN) - foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) - list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) - endforeach() - endif() -endforeach() - -set(CMAKE_CXX_LINKER_PREFERENCE 30) -set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) -set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED ) - -# Save compiler ABI information. -set(CMAKE_CXX_SIZEOF_DATA_PTR "4") -set(CMAKE_CXX_COMPILER_ABI "") -set(CMAKE_CXX_BYTE_ORDER "") -set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") - -if(CMAKE_CXX_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_CXX_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") -endif() - -if(CMAKE_CXX_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - -set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "") -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "") -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/CMakeFiles/3.28.3/CMakeSystem.cmake b/CMakeFiles/3.28.3/CMakeSystem.cmake deleted file mode 100644 index 99b320d..0000000 --- a/CMakeFiles/3.28.3/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Linux-6.11.0-26-generic") -set(CMAKE_HOST_SYSTEM_NAME "Linux") -set(CMAKE_HOST_SYSTEM_VERSION "6.11.0-26-generic") -set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") - -include("/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake") - -set(CMAKE_SYSTEM "Emscripten-1") -set(CMAKE_SYSTEM_NAME "Emscripten") -set(CMAKE_SYSTEM_VERSION "1") -set(CMAKE_SYSTEM_PROCESSOR "x86") - -set(CMAKE_CROSSCOMPILING "TRUE") - -set(CMAKE_SYSTEM_LOADED 1) diff --git a/CMakeFiles/CMakeConfigureLog.yaml b/CMakeFiles/CMakeConfigureLog.yaml deleted file mode 100644 index d8dbdd7..0000000 --- a/CMakeFiles/CMakeConfigureLog.yaml +++ /dev/null @@ -1,12 +0,0 @@ - ---- -events: - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake:228 (message)" - - "CMakeLists.txt:3 (project)" - message: | - The target system is: Emscripten - 1 - x86 - The host system is: Linux - 6.11.0-26-generic - x86_64 -... diff --git a/CMakeFiles/CMakeDirectoryInformation.cmake b/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index c0075f8..0000000 --- a/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.28 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/douwe/Projects/Screeps") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/douwe/Projects/Screeps") - -# 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/CMakeFiles/Makefile.cmake b/CMakeFiles/Makefile.cmake deleted file mode 100644 index 2d0cf9a..0000000 --- a/CMakeFiles/Makefile.cmake +++ /dev/null @@ -1,44 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.28 - -# The generator used is: -set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") - -# The top level Makefile was generated from the following files: -set(CMAKE_MAKEFILE_DEPENDS - "CMakeCache.txt" - "CMakeFiles/3.28.3/CMakeCXXCompiler.cmake" - "CMakeFiles/3.28.3/CMakeSystem.cmake" - "CMakeLists.txt" - "emsdk/upstream/emscripten/cmake/Modules/CMakeSystemSpecificInformation.cmake" - "emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake" - "screepsxx/CMakeLists.txt" - "/usr/share/cmake-3.28/Modules/CMakeCXXInformation.cmake" - "/usr/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake" - "/usr/share/cmake-3.28/Modules/CMakeGenericSystem.cmake" - "/usr/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake" - "/usr/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake" - "/usr/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake" - "/usr/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - "/usr/share/cmake-3.28/Modules/Compiler/Clang-CXX.cmake" - "/usr/share/cmake-3.28/Modules/Compiler/Clang.cmake" - "/usr/share/cmake-3.28/Modules/Compiler/GNU.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" - "screepsxx/CMakeFiles/CMakeDirectoryInformation.cmake" - ) - -# Dependency information for all targets: -set(CMAKE_DEPEND_INFO_FILES - "CMakeFiles/app.dir/DependInfo.cmake" - "screepsxx/CMakeFiles/screepsxx.dir/DependInfo.cmake" - ) diff --git a/CMakeFiles/Makefile2 b/CMakeFiles/Makefile2 deleted file mode 100644 index 4440d81..0000000 --- a/CMakeFiles/Makefile2 +++ /dev/null @@ -1,155 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.28 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/douwe/Projects/Screeps - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/douwe/Projects/Screeps - -#============================================================================= -# Directory level rules for the build root directory - -# The main recursive "all" target. -all: CMakeFiles/app.dir/all -all: screepsxx/all -.PHONY : all - -# The main recursive "preinstall" target. -preinstall: screepsxx/preinstall -.PHONY : preinstall - -# The main recursive "clean" target. -clean: CMakeFiles/app.dir/clean -clean: screepsxx/clean -.PHONY : clean - -#============================================================================= -# Directory level rules for directory screepsxx - -# Recursive "all" directory target. -screepsxx/all: screepsxx/CMakeFiles/screepsxx.dir/all -.PHONY : screepsxx/all - -# Recursive "preinstall" directory target. -screepsxx/preinstall: -.PHONY : screepsxx/preinstall - -# Recursive "clean" directory target. -screepsxx/clean: screepsxx/CMakeFiles/screepsxx.dir/clean -.PHONY : screepsxx/clean - -#============================================================================= -# Target rules for target CMakeFiles/app.dir - -# All Build rule for target. -CMakeFiles/app.dir/all: screepsxx/CMakeFiles/screepsxx.dir/all - $(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/depend - $(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=1,2,3,4 "Built target app" -.PHONY : CMakeFiles/app.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/app.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/douwe/Projects/Screeps/CMakeFiles 37 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/app.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/douwe/Projects/Screeps/CMakeFiles 0 -.PHONY : CMakeFiles/app.dir/rule - -# Convenience name for target. -app: CMakeFiles/app.dir/rule -.PHONY : app - -# clean rule for target. -CMakeFiles/app.dir/clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/clean -.PHONY : CMakeFiles/app.dir/clean - -#============================================================================= -# Target rules for target screepsxx/CMakeFiles/screepsxx.dir - -# All Build rule for target. -screepsxx/CMakeFiles/screepsxx.dir/all: - $(MAKE) $(MAKESILENT) -f screepsxx/CMakeFiles/screepsxx.dir/build.make screepsxx/CMakeFiles/screepsxx.dir/depend - $(MAKE) $(MAKESILENT) -f screepsxx/CMakeFiles/screepsxx.dir/build.make screepsxx/CMakeFiles/screepsxx.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37 "Built target screepsxx" -.PHONY : screepsxx/CMakeFiles/screepsxx.dir/all - -# Build rule for subdir invocation for target. -screepsxx/CMakeFiles/screepsxx.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/douwe/Projects/Screeps/CMakeFiles 33 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 screepsxx/CMakeFiles/screepsxx.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/douwe/Projects/Screeps/CMakeFiles 0 -.PHONY : screepsxx/CMakeFiles/screepsxx.dir/rule - -# Convenience name for target. -screepsxx: screepsxx/CMakeFiles/screepsxx.dir/rule -.PHONY : screepsxx - -# clean rule for target. -screepsxx/CMakeFiles/screepsxx.dir/clean: - $(MAKE) $(MAKESILENT) -f screepsxx/CMakeFiles/screepsxx.dir/build.make screepsxx/CMakeFiles/screepsxx.dir/clean -.PHONY : screepsxx/CMakeFiles/screepsxx.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/CMakeFiles/TargetDirectories.txt b/CMakeFiles/TargetDirectories.txt deleted file mode 100644 index caa7968..0000000 --- a/CMakeFiles/TargetDirectories.txt +++ /dev/null @@ -1,6 +0,0 @@ -/home/douwe/Projects/Screeps/CMakeFiles/app.dir -/home/douwe/Projects/Screeps/CMakeFiles/edit_cache.dir -/home/douwe/Projects/Screeps/CMakeFiles/rebuild_cache.dir -/home/douwe/Projects/Screeps/screepsxx/CMakeFiles/screepsxx.dir -/home/douwe/Projects/Screeps/screepsxx/CMakeFiles/edit_cache.dir -/home/douwe/Projects/Screeps/screepsxx/CMakeFiles/rebuild_cache.dir diff --git a/CMakeFiles/app.dir/DependInfo.cmake b/CMakeFiles/app.dir/DependInfo.cmake deleted file mode 100644 index efdb2e2..0000000 --- a/CMakeFiles/app.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +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 - "/home/douwe/Projects/Screeps/src/harvester.cpp" "CMakeFiles/app.dir/src/harvester.cpp.o" "gcc" "CMakeFiles/app.dir/src/harvester.cpp.o.d" - "/home/douwe/Projects/Screeps/src/loop.cpp" "CMakeFiles/app.dir/src/loop.cpp.o" "gcc" "CMakeFiles/app.dir/src/loop.cpp.o.d" - "/home/douwe/Projects/Screeps/src/spawn.cpp" "CMakeFiles/app.dir/src/spawn.cpp.o" "gcc" "CMakeFiles/app.dir/src/spawn.cpp.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/CMakeFiles/app.dir/build.make b/CMakeFiles/app.dir/build.make deleted file mode 100644 index 6d9f6fd..0000000 --- a/CMakeFiles/app.dir/build.make +++ /dev/null @@ -1,152 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.28 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/douwe/Projects/Screeps - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/douwe/Projects/Screeps - -# Include any dependencies generated for this target. -include CMakeFiles/app.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include CMakeFiles/app.dir/compiler_depend.make - -# Include the progress variables for this target. -include CMakeFiles/app.dir/progress.make - -# Include the compile flags for this target's objects. -include CMakeFiles/app.dir/flags.make - -CMakeFiles/app.dir/src/harvester.cpp.o: CMakeFiles/app.dir/flags.make -CMakeFiles/app.dir/src/harvester.cpp.o: CMakeFiles/app.dir/includes_CXX.rsp -CMakeFiles/app.dir/src/harvester.cpp.o: src/harvester.cpp -CMakeFiles/app.dir/src/harvester.cpp.o: CMakeFiles/app.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/app.dir/src/harvester.cpp.o" - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/app.dir/src/harvester.cpp.o -MF CMakeFiles/app.dir/src/harvester.cpp.o.d -o CMakeFiles/app.dir/src/harvester.cpp.o -c /home/douwe/Projects/Screeps/src/harvester.cpp - -CMakeFiles/app.dir/src/harvester.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/app.dir/src/harvester.cpp.i" - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/douwe/Projects/Screeps/src/harvester.cpp > CMakeFiles/app.dir/src/harvester.cpp.i - -CMakeFiles/app.dir/src/harvester.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/app.dir/src/harvester.cpp.s" - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/douwe/Projects/Screeps/src/harvester.cpp -o CMakeFiles/app.dir/src/harvester.cpp.s - -CMakeFiles/app.dir/src/loop.cpp.o: CMakeFiles/app.dir/flags.make -CMakeFiles/app.dir/src/loop.cpp.o: CMakeFiles/app.dir/includes_CXX.rsp -CMakeFiles/app.dir/src/loop.cpp.o: src/loop.cpp -CMakeFiles/app.dir/src/loop.cpp.o: CMakeFiles/app.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/app.dir/src/loop.cpp.o" - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/app.dir/src/loop.cpp.o -MF CMakeFiles/app.dir/src/loop.cpp.o.d -o CMakeFiles/app.dir/src/loop.cpp.o -c /home/douwe/Projects/Screeps/src/loop.cpp - -CMakeFiles/app.dir/src/loop.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/app.dir/src/loop.cpp.i" - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/douwe/Projects/Screeps/src/loop.cpp > CMakeFiles/app.dir/src/loop.cpp.i - -CMakeFiles/app.dir/src/loop.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/app.dir/src/loop.cpp.s" - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/douwe/Projects/Screeps/src/loop.cpp -o CMakeFiles/app.dir/src/loop.cpp.s - -CMakeFiles/app.dir/src/spawn.cpp.o: CMakeFiles/app.dir/flags.make -CMakeFiles/app.dir/src/spawn.cpp.o: CMakeFiles/app.dir/includes_CXX.rsp -CMakeFiles/app.dir/src/spawn.cpp.o: src/spawn.cpp -CMakeFiles/app.dir/src/spawn.cpp.o: CMakeFiles/app.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/app.dir/src/spawn.cpp.o" - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/app.dir/src/spawn.cpp.o -MF CMakeFiles/app.dir/src/spawn.cpp.o.d -o CMakeFiles/app.dir/src/spawn.cpp.o -c /home/douwe/Projects/Screeps/src/spawn.cpp - -CMakeFiles/app.dir/src/spawn.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/app.dir/src/spawn.cpp.i" - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/douwe/Projects/Screeps/src/spawn.cpp > CMakeFiles/app.dir/src/spawn.cpp.i - -CMakeFiles/app.dir/src/spawn.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/app.dir/src/spawn.cpp.s" - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/douwe/Projects/Screeps/src/spawn.cpp -o CMakeFiles/app.dir/src/spawn.cpp.s - -# Object files for target app -app_OBJECTS = \ -"CMakeFiles/app.dir/src/harvester.cpp.o" \ -"CMakeFiles/app.dir/src/loop.cpp.o" \ -"CMakeFiles/app.dir/src/spawn.cpp.o" - -# External object files for target app -app_EXTERNAL_OBJECTS = - -app.js: CMakeFiles/app.dir/src/harvester.cpp.o -app.js: CMakeFiles/app.dir/src/loop.cpp.o -app.js: CMakeFiles/app.dir/src/spawn.cpp.o -app.js: CMakeFiles/app.dir/build.make -app.js: screepsxx/libscreepsxx.a -app.js: CMakeFiles/app.dir/linkLibs.rsp -app.js: CMakeFiles/app.dir/objects1.rsp -app.js: CMakeFiles/app.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/douwe/Projects/Screeps/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable app.js" - $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/app.dir/link.txt --verbose=$(VERBOSE) - /usr/bin/cmake -E copy /home/douwe/Projects/Screeps/app.wasm /home/douwe/Projects/Screeps/dist/app_module.wasm - /usr/bin/cmake -E copy /home/douwe/Projects/Screeps/app.js /home/douwe/Projects/Screeps/dist/app_loader.js - /usr/bin/cmake -E copy /home/douwe/Projects/Screeps/js/main.js /home/douwe/Projects/Screeps/dist/main.js - /usr/bin/cmake -E copy /home/douwe/Projects/Screeps/js/wasm_loader.js /home/douwe/Projects/Screeps/dist/wasm_loader.js - -# Rule to build all files generated by this target. -CMakeFiles/app.dir/build: app.js -.PHONY : CMakeFiles/app.dir/build - -CMakeFiles/app.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/app.dir/cmake_clean.cmake -.PHONY : CMakeFiles/app.dir/clean - -CMakeFiles/app.dir/depend: - cd /home/douwe/Projects/Screeps && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/douwe/Projects/Screeps /home/douwe/Projects/Screeps /home/douwe/Projects/Screeps /home/douwe/Projects/Screeps /home/douwe/Projects/Screeps/CMakeFiles/app.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : CMakeFiles/app.dir/depend - diff --git a/CMakeFiles/app.dir/cmake_clean.cmake b/CMakeFiles/app.dir/cmake_clean.cmake deleted file mode 100644 index 732c260..0000000 --- a/CMakeFiles/app.dir/cmake_clean.cmake +++ /dev/null @@ -1,15 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/app.dir/src/harvester.cpp.o" - "CMakeFiles/app.dir/src/harvester.cpp.o.d" - "CMakeFiles/app.dir/src/loop.cpp.o" - "CMakeFiles/app.dir/src/loop.cpp.o.d" - "CMakeFiles/app.dir/src/spawn.cpp.o" - "CMakeFiles/app.dir/src/spawn.cpp.o.d" - "app.js" - "app.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/app.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/CMakeFiles/app.dir/compiler_depend.internal b/CMakeFiles/app.dir/compiler_depend.internal deleted file mode 100644 index 73493b8..0000000 --- a/CMakeFiles/app.dir/compiler_depend.internal +++ /dev/null @@ -1,539 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.28 - -CMakeFiles/app.dir/src/harvester.cpp.o - /home/douwe/Projects/Screeps/src/harvester.cpp - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/ctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/math.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdarg.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdlib.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/time.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/xlocale.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_asm.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_js.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_macros.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/emscripten.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/alloca.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/assert.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/ctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/errno.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/features.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/limits.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/locale.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/math.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/nl_types.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/pthread.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/sched.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdarg.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stddef.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdlib.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/time.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bit_reference - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__config - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__errc - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__functional_base - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__hash_table - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__locale - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__mutex_base - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__node_handle - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__nullptr - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__split_buffer - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__string - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__threading_support - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tree - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__undef_macros - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/algorithm - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/atomic - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bitset - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cassert - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cctype - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cerrno - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/chrono - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/climits - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/clocale - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cmath - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdarg - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdio - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdlib - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctime - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwchar - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwctype - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/errno.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/forward_list - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ios - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/istream - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iterator - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/map - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/math.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/mutex - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/new - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/numeric - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/optional - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ostream - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ratio - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdexcept - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdlib.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/streambuf - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string_view - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/system_error - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/tuple - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/unordered_map - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/valarray - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/vector - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h - /home/douwe/Projects/Screeps/include/creeps/harvester.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Creep.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/JS.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/JSON.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Object.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/OwnedStructure.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Room.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomObject.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomPosition.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Source.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Store.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Structure.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureController.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureExtension.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureSpawn.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureTower.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/adl_serializer.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/byte_container_with_subtype.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/from_json.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_chars.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_json.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/exceptions.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/hash.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/binary_reader.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/input_adapters.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/json_sax.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/lexer.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/parser.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/position_t.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_pointer.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_ref.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_scope.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_unscope.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/cpp_future.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/detected.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/is_sax.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/type_traits.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/void_t.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/binary_writer.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/output_adapters.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/serializer.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/value_t.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/ordered_map.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp - -CMakeFiles/app.dir/src/loop.cpp.o - /home/douwe/Projects/Screeps/src/loop.cpp - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/ctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/math.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdarg.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdlib.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/time.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/xlocale.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/bind.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_asm.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_js.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_macros.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/emscripten.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/alloca.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/assert.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/ctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/errno.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/features.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/limits.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/locale.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/math.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/nl_types.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/pthread.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/sched.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdarg.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stddef.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdlib.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/time.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bit_reference - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__config - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__errc - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__functional_base - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__hash_table - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__locale - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__mutex_base - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__node_handle - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__nullptr - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__split_buffer - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__string - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__threading_support - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tree - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__undef_macros - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/algorithm - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/atomic - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bitset - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cassert - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cctype - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cerrno - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/chrono - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/climits - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/clocale - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cmath - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdarg - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdio - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdlib - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctime - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwchar - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwctype - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/errno.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/forward_list - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ios - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/istream - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iterator - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/map - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/math.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/mutex - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/new - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/numeric - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/optional - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ostream - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ratio - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdexcept - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdlib.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/streambuf - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string_view - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/system_error - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/tuple - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/unordered_map - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/valarray - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/vector - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h - /home/douwe/Projects/Screeps/include/Constants.hpp - /home/douwe/Projects/Screeps/include/creeps/harvester.hpp - /home/douwe/Projects/Screeps/include/structures/spawn.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Context.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Creep.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/JS.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/JSON.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Memory.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Object.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/OwnedStructure.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/PathFinder.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/RawMemory.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomObject.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Structure.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureSpawn.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/adl_serializer.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/byte_container_with_subtype.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/from_json.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_chars.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_json.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/exceptions.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/hash.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/binary_reader.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/input_adapters.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/json_sax.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/lexer.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/parser.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/position_t.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_pointer.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_ref.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_scope.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_unscope.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/cpp_future.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/detected.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/is_sax.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/type_traits.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/void_t.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/binary_writer.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/output_adapters.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/serializer.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/value_t.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/ordered_map.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp - -CMakeFiles/app.dir/src/spawn.cpp.o - /home/douwe/Projects/Screeps/src/spawn.cpp - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/ctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/math.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdarg.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdlib.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/time.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/xlocale.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_asm.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_js.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_macros.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/emscripten.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/alloca.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/assert.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/ctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/errno.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/features.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/limits.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/locale.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/math.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/nl_types.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/pthread.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/sched.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdarg.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stddef.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdlib.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/time.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bit_reference - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__config - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__errc - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__functional_base - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__hash_table - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__locale - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__mutex_base - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__node_handle - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__nullptr - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__split_buffer - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__string - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__threading_support - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tree - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__undef_macros - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/algorithm - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/atomic - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bitset - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cassert - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cctype - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cerrno - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/chrono - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/climits - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/clocale - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cmath - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdarg - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdio - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdlib - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctime - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwchar - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwctype - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/errno.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/forward_list - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ios - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/istream - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iterator - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/map - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/math.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/mutex - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/new - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/numeric - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/optional - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ostream - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ratio - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdexcept - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdlib.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/streambuf - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string_view - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/system_error - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/tuple - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/unordered_map - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/valarray - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/vector - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wctype.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h - /home/douwe/Projects/Screeps/include/Constants.hpp - /home/douwe/Projects/Screeps/include/structures/spawn.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/JS.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Object.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/OwnedStructure.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Room.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomObject.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Structure.hpp - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureSpawn.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/adl_serializer.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/byte_container_with_subtype.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/from_json.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_chars.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_json.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/exceptions.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/hash.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/binary_reader.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/input_adapters.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/json_sax.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/lexer.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/parser.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/position_t.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_pointer.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_ref.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_scope.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_unscope.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/cpp_future.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/detected.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/is_sax.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/type_traits.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/void_t.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/binary_writer.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/output_adapters.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/serializer.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/value_t.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/ordered_map.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp - diff --git a/CMakeFiles/app.dir/compiler_depend.make b/CMakeFiles/app.dir/compiler_depend.make deleted file mode 100644 index b28446a..0000000 --- a/CMakeFiles/app.dir/compiler_depend.make +++ /dev/null @@ -1,912 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.28 - -CMakeFiles/app.dir/src/harvester.cpp.o: src/harvester.cpp \ - emsdk/upstream/emscripten/system/include/compat/ctype.h \ - emsdk/upstream/emscripten/system/include/compat/math.h \ - emsdk/upstream/emscripten/system/include/compat/stdarg.h \ - emsdk/upstream/emscripten/system/include/compat/stdlib.h \ - emsdk/upstream/emscripten/system/include/compat/string.h \ - emsdk/upstream/emscripten/system/include/compat/time.h \ - emsdk/upstream/emscripten/system/include/compat/wchar.h \ - emsdk/upstream/emscripten/system/include/compat/wctype.h \ - emsdk/upstream/emscripten/system/include/compat/xlocale.h \ - emsdk/upstream/emscripten/system/include/emscripten.h \ - emsdk/upstream/emscripten/system/include/emscripten/em_asm.h \ - emsdk/upstream/emscripten/system/include/emscripten/em_js.h \ - emsdk/upstream/emscripten/system/include/emscripten/em_macros.h \ - emsdk/upstream/emscripten/system/include/emscripten/emscripten.h \ - emsdk/upstream/emscripten/system/include/emscripten/val.h \ - emsdk/upstream/emscripten/system/include/emscripten/wire.h \ - emsdk/upstream/emscripten/system/include/libc/alloca.h \ - emsdk/upstream/emscripten/system/include/libc/assert.h \ - emsdk/upstream/emscripten/system/include/libc/ctype.h \ - emsdk/upstream/emscripten/system/include/libc/errno.h \ - emsdk/upstream/emscripten/system/include/libc/features.h \ - emsdk/upstream/emscripten/system/include/libc/limits.h \ - emsdk/upstream/emscripten/system/include/libc/locale.h \ - emsdk/upstream/emscripten/system/include/libc/math.h \ - emsdk/upstream/emscripten/system/include/libc/nl_types.h \ - emsdk/upstream/emscripten/system/include/libc/pthread.h \ - emsdk/upstream/emscripten/system/include/libc/sched.h \ - emsdk/upstream/emscripten/system/include/libc/stdarg.h \ - emsdk/upstream/emscripten/system/include/libc/stddef.h \ - emsdk/upstream/emscripten/system/include/libc/stdint.h \ - emsdk/upstream/emscripten/system/include/libc/stdio.h \ - emsdk/upstream/emscripten/system/include/libc/stdlib.h \ - emsdk/upstream/emscripten/system/include/libc/string.h \ - emsdk/upstream/emscripten/system/include/libc/strings.h \ - emsdk/upstream/emscripten/system/include/libc/time.h \ - emsdk/upstream/emscripten/system/include/libc/wchar.h \ - emsdk/upstream/emscripten/system/include/libc/wctype.h \ - emsdk/upstream/emscripten/system/include/libcxx/__bit_reference \ - emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h \ - emsdk/upstream/emscripten/system/include/libcxx/__config \ - emsdk/upstream/emscripten/system/include/libcxx/__debug \ - emsdk/upstream/emscripten/system/include/libcxx/__errc \ - emsdk/upstream/emscripten/system/include/libcxx/__functional_base \ - emsdk/upstream/emscripten/system/include/libcxx/__hash_table \ - emsdk/upstream/emscripten/system/include/libcxx/__locale \ - emsdk/upstream/emscripten/system/include/libcxx/__mutex_base \ - emsdk/upstream/emscripten/system/include/libcxx/__node_handle \ - emsdk/upstream/emscripten/system/include/libcxx/__nullptr \ - emsdk/upstream/emscripten/system/include/libcxx/__split_buffer \ - emsdk/upstream/emscripten/system/include/libcxx/__string \ - emsdk/upstream/emscripten/system/include/libcxx/__threading_support \ - emsdk/upstream/emscripten/system/include/libcxx/__tree \ - emsdk/upstream/emscripten/system/include/libcxx/__tuple \ - emsdk/upstream/emscripten/system/include/libcxx/__undef_macros \ - emsdk/upstream/emscripten/system/include/libcxx/algorithm \ - emsdk/upstream/emscripten/system/include/libcxx/array \ - emsdk/upstream/emscripten/system/include/libcxx/atomic \ - emsdk/upstream/emscripten/system/include/libcxx/bit \ - emsdk/upstream/emscripten/system/include/libcxx/bitset \ - emsdk/upstream/emscripten/system/include/libcxx/cassert \ - emsdk/upstream/emscripten/system/include/libcxx/cctype \ - emsdk/upstream/emscripten/system/include/libcxx/cerrno \ - emsdk/upstream/emscripten/system/include/libcxx/chrono \ - emsdk/upstream/emscripten/system/include/libcxx/climits \ - emsdk/upstream/emscripten/system/include/libcxx/clocale \ - emsdk/upstream/emscripten/system/include/libcxx/cmath \ - emsdk/upstream/emscripten/system/include/libcxx/cstdarg \ - emsdk/upstream/emscripten/system/include/libcxx/cstddef \ - emsdk/upstream/emscripten/system/include/libcxx/cstdint \ - emsdk/upstream/emscripten/system/include/libcxx/cstdio \ - emsdk/upstream/emscripten/system/include/libcxx/cstdlib \ - emsdk/upstream/emscripten/system/include/libcxx/cstring \ - emsdk/upstream/emscripten/system/include/libcxx/ctime \ - emsdk/upstream/emscripten/system/include/libcxx/ctype.h \ - emsdk/upstream/emscripten/system/include/libcxx/cwchar \ - emsdk/upstream/emscripten/system/include/libcxx/cwctype \ - emsdk/upstream/emscripten/system/include/libcxx/errno.h \ - emsdk/upstream/emscripten/system/include/libcxx/exception \ - emsdk/upstream/emscripten/system/include/libcxx/forward_list \ - emsdk/upstream/emscripten/system/include/libcxx/functional \ - emsdk/upstream/emscripten/system/include/libcxx/initializer_list \ - emsdk/upstream/emscripten/system/include/libcxx/ios \ - emsdk/upstream/emscripten/system/include/libcxx/iosfwd \ - emsdk/upstream/emscripten/system/include/libcxx/istream \ - emsdk/upstream/emscripten/system/include/libcxx/iterator \ - emsdk/upstream/emscripten/system/include/libcxx/limits \ - emsdk/upstream/emscripten/system/include/libcxx/limits.h \ - emsdk/upstream/emscripten/system/include/libcxx/locale \ - emsdk/upstream/emscripten/system/include/libcxx/locale.h \ - emsdk/upstream/emscripten/system/include/libcxx/map \ - emsdk/upstream/emscripten/system/include/libcxx/math.h \ - emsdk/upstream/emscripten/system/include/libcxx/memory \ - emsdk/upstream/emscripten/system/include/libcxx/mutex \ - emsdk/upstream/emscripten/system/include/libcxx/new \ - emsdk/upstream/emscripten/system/include/libcxx/numeric \ - emsdk/upstream/emscripten/system/include/libcxx/optional \ - emsdk/upstream/emscripten/system/include/libcxx/ostream \ - emsdk/upstream/emscripten/system/include/libcxx/ratio \ - emsdk/upstream/emscripten/system/include/libcxx/stddef.h \ - emsdk/upstream/emscripten/system/include/libcxx/stdexcept \ - emsdk/upstream/emscripten/system/include/libcxx/stdint.h \ - emsdk/upstream/emscripten/system/include/libcxx/stdio.h \ - emsdk/upstream/emscripten/system/include/libcxx/stdlib.h \ - emsdk/upstream/emscripten/system/include/libcxx/streambuf \ - emsdk/upstream/emscripten/system/include/libcxx/string \ - emsdk/upstream/emscripten/system/include/libcxx/string.h \ - emsdk/upstream/emscripten/system/include/libcxx/string_view \ - emsdk/upstream/emscripten/system/include/libcxx/system_error \ - emsdk/upstream/emscripten/system/include/libcxx/tuple \ - emsdk/upstream/emscripten/system/include/libcxx/type_traits \ - emsdk/upstream/emscripten/system/include/libcxx/typeinfo \ - emsdk/upstream/emscripten/system/include/libcxx/unordered_map \ - emsdk/upstream/emscripten/system/include/libcxx/utility \ - emsdk/upstream/emscripten/system/include/libcxx/valarray \ - emsdk/upstream/emscripten/system/include/libcxx/vector \ - emsdk/upstream/emscripten/system/include/libcxx/version \ - emsdk/upstream/emscripten/system/include/libcxx/wchar.h \ - emsdk/upstream/emscripten/system/include/libcxx/wctype.h \ - emsdk/upstream/emscripten/system/include/wasi/api.h \ - emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \ - emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h \ - emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \ - emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \ - include/creeps/harvester.hpp \ - screepsxx/include/Screeps/Constants.hpp \ - screepsxx/include/Screeps/Creep.hpp \ - screepsxx/include/Screeps/Game.hpp \ - screepsxx/include/Screeps/JS.hpp \ - screepsxx/include/Screeps/JSON.hpp \ - screepsxx/include/Screeps/Object.hpp \ - screepsxx/include/Screeps/OwnedStructure.hpp \ - screepsxx/include/Screeps/Room.hpp \ - screepsxx/include/Screeps/RoomObject.hpp \ - screepsxx/include/Screeps/RoomPosition.hpp \ - screepsxx/include/Screeps/Source.hpp \ - screepsxx/include/Screeps/Store.hpp \ - screepsxx/include/Screeps/Structure.hpp \ - screepsxx/include/Screeps/StructureController.hpp \ - screepsxx/include/Screeps/StructureExtension.hpp \ - screepsxx/include/Screeps/StructureSpawn.hpp \ - screepsxx/include/Screeps/StructureTower.hpp \ - screepsxx/include/nlohmann/adl_serializer.hpp \ - screepsxx/include/nlohmann/byte_container_with_subtype.hpp \ - screepsxx/include/nlohmann/detail/conversions/from_json.hpp \ - screepsxx/include/nlohmann/detail/conversions/to_chars.hpp \ - screepsxx/include/nlohmann/detail/conversions/to_json.hpp \ - screepsxx/include/nlohmann/detail/exceptions.hpp \ - screepsxx/include/nlohmann/detail/hash.hpp \ - screepsxx/include/nlohmann/detail/input/binary_reader.hpp \ - screepsxx/include/nlohmann/detail/input/input_adapters.hpp \ - screepsxx/include/nlohmann/detail/input/json_sax.hpp \ - screepsxx/include/nlohmann/detail/input/lexer.hpp \ - screepsxx/include/nlohmann/detail/input/parser.hpp \ - screepsxx/include/nlohmann/detail/input/position_t.hpp \ - screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp \ - screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp \ - screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp \ - screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp \ - screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \ - screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp \ - screepsxx/include/nlohmann/detail/json_pointer.hpp \ - screepsxx/include/nlohmann/detail/json_ref.hpp \ - screepsxx/include/nlohmann/detail/macro_scope.hpp \ - screepsxx/include/nlohmann/detail/macro_unscope.hpp \ - screepsxx/include/nlohmann/detail/meta/cpp_future.hpp \ - screepsxx/include/nlohmann/detail/meta/detected.hpp \ - screepsxx/include/nlohmann/detail/meta/is_sax.hpp \ - screepsxx/include/nlohmann/detail/meta/type_traits.hpp \ - screepsxx/include/nlohmann/detail/meta/void_t.hpp \ - screepsxx/include/nlohmann/detail/output/binary_writer.hpp \ - screepsxx/include/nlohmann/detail/output/output_adapters.hpp \ - screepsxx/include/nlohmann/detail/output/serializer.hpp \ - screepsxx/include/nlohmann/detail/value_t.hpp \ - screepsxx/include/nlohmann/json.hpp \ - screepsxx/include/nlohmann/json_fwd.hpp \ - screepsxx/include/nlohmann/ordered_map.hpp \ - screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp \ - screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp - -CMakeFiles/app.dir/src/loop.cpp.o: src/loop.cpp \ - emsdk/upstream/emscripten/system/include/compat/ctype.h \ - emsdk/upstream/emscripten/system/include/compat/math.h \ - emsdk/upstream/emscripten/system/include/compat/stdarg.h \ - emsdk/upstream/emscripten/system/include/compat/stdlib.h \ - emsdk/upstream/emscripten/system/include/compat/string.h \ - emsdk/upstream/emscripten/system/include/compat/time.h \ - emsdk/upstream/emscripten/system/include/compat/wchar.h \ - emsdk/upstream/emscripten/system/include/compat/wctype.h \ - emsdk/upstream/emscripten/system/include/compat/xlocale.h \ - emsdk/upstream/emscripten/system/include/emscripten.h \ - emsdk/upstream/emscripten/system/include/emscripten/bind.h \ - emsdk/upstream/emscripten/system/include/emscripten/em_asm.h \ - emsdk/upstream/emscripten/system/include/emscripten/em_js.h \ - emsdk/upstream/emscripten/system/include/emscripten/em_macros.h \ - emsdk/upstream/emscripten/system/include/emscripten/emscripten.h \ - emsdk/upstream/emscripten/system/include/emscripten/val.h \ - emsdk/upstream/emscripten/system/include/emscripten/wire.h \ - emsdk/upstream/emscripten/system/include/libc/alloca.h \ - emsdk/upstream/emscripten/system/include/libc/assert.h \ - emsdk/upstream/emscripten/system/include/libc/ctype.h \ - emsdk/upstream/emscripten/system/include/libc/errno.h \ - emsdk/upstream/emscripten/system/include/libc/features.h \ - emsdk/upstream/emscripten/system/include/libc/limits.h \ - emsdk/upstream/emscripten/system/include/libc/locale.h \ - emsdk/upstream/emscripten/system/include/libc/math.h \ - emsdk/upstream/emscripten/system/include/libc/nl_types.h \ - emsdk/upstream/emscripten/system/include/libc/pthread.h \ - emsdk/upstream/emscripten/system/include/libc/sched.h \ - emsdk/upstream/emscripten/system/include/libc/stdarg.h \ - emsdk/upstream/emscripten/system/include/libc/stddef.h \ - emsdk/upstream/emscripten/system/include/libc/stdint.h \ - emsdk/upstream/emscripten/system/include/libc/stdio.h \ - emsdk/upstream/emscripten/system/include/libc/stdlib.h \ - emsdk/upstream/emscripten/system/include/libc/string.h \ - emsdk/upstream/emscripten/system/include/libc/strings.h \ - emsdk/upstream/emscripten/system/include/libc/time.h \ - emsdk/upstream/emscripten/system/include/libc/wchar.h \ - emsdk/upstream/emscripten/system/include/libc/wctype.h \ - emsdk/upstream/emscripten/system/include/libcxx/__bit_reference \ - emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h \ - emsdk/upstream/emscripten/system/include/libcxx/__config \ - emsdk/upstream/emscripten/system/include/libcxx/__debug \ - emsdk/upstream/emscripten/system/include/libcxx/__errc \ - emsdk/upstream/emscripten/system/include/libcxx/__functional_base \ - emsdk/upstream/emscripten/system/include/libcxx/__hash_table \ - emsdk/upstream/emscripten/system/include/libcxx/__locale \ - emsdk/upstream/emscripten/system/include/libcxx/__mutex_base \ - emsdk/upstream/emscripten/system/include/libcxx/__node_handle \ - emsdk/upstream/emscripten/system/include/libcxx/__nullptr \ - emsdk/upstream/emscripten/system/include/libcxx/__split_buffer \ - emsdk/upstream/emscripten/system/include/libcxx/__string \ - emsdk/upstream/emscripten/system/include/libcxx/__threading_support \ - emsdk/upstream/emscripten/system/include/libcxx/__tree \ - emsdk/upstream/emscripten/system/include/libcxx/__tuple \ - emsdk/upstream/emscripten/system/include/libcxx/__undef_macros \ - emsdk/upstream/emscripten/system/include/libcxx/algorithm \ - emsdk/upstream/emscripten/system/include/libcxx/array \ - emsdk/upstream/emscripten/system/include/libcxx/atomic \ - emsdk/upstream/emscripten/system/include/libcxx/bit \ - emsdk/upstream/emscripten/system/include/libcxx/bitset \ - emsdk/upstream/emscripten/system/include/libcxx/cassert \ - emsdk/upstream/emscripten/system/include/libcxx/cctype \ - emsdk/upstream/emscripten/system/include/libcxx/cerrno \ - emsdk/upstream/emscripten/system/include/libcxx/chrono \ - emsdk/upstream/emscripten/system/include/libcxx/climits \ - emsdk/upstream/emscripten/system/include/libcxx/clocale \ - emsdk/upstream/emscripten/system/include/libcxx/cmath \ - emsdk/upstream/emscripten/system/include/libcxx/cstdarg \ - emsdk/upstream/emscripten/system/include/libcxx/cstddef \ - emsdk/upstream/emscripten/system/include/libcxx/cstdint \ - emsdk/upstream/emscripten/system/include/libcxx/cstdio \ - emsdk/upstream/emscripten/system/include/libcxx/cstdlib \ - emsdk/upstream/emscripten/system/include/libcxx/cstring \ - emsdk/upstream/emscripten/system/include/libcxx/ctime \ - emsdk/upstream/emscripten/system/include/libcxx/ctype.h \ - emsdk/upstream/emscripten/system/include/libcxx/cwchar \ - emsdk/upstream/emscripten/system/include/libcxx/cwctype \ - emsdk/upstream/emscripten/system/include/libcxx/errno.h \ - emsdk/upstream/emscripten/system/include/libcxx/exception \ - emsdk/upstream/emscripten/system/include/libcxx/forward_list \ - emsdk/upstream/emscripten/system/include/libcxx/functional \ - emsdk/upstream/emscripten/system/include/libcxx/initializer_list \ - emsdk/upstream/emscripten/system/include/libcxx/ios \ - emsdk/upstream/emscripten/system/include/libcxx/iosfwd \ - emsdk/upstream/emscripten/system/include/libcxx/istream \ - emsdk/upstream/emscripten/system/include/libcxx/iterator \ - emsdk/upstream/emscripten/system/include/libcxx/limits \ - emsdk/upstream/emscripten/system/include/libcxx/limits.h \ - emsdk/upstream/emscripten/system/include/libcxx/locale \ - emsdk/upstream/emscripten/system/include/libcxx/locale.h \ - emsdk/upstream/emscripten/system/include/libcxx/map \ - emsdk/upstream/emscripten/system/include/libcxx/math.h \ - emsdk/upstream/emscripten/system/include/libcxx/memory \ - emsdk/upstream/emscripten/system/include/libcxx/mutex \ - emsdk/upstream/emscripten/system/include/libcxx/new \ - emsdk/upstream/emscripten/system/include/libcxx/numeric \ - emsdk/upstream/emscripten/system/include/libcxx/optional \ - emsdk/upstream/emscripten/system/include/libcxx/ostream \ - emsdk/upstream/emscripten/system/include/libcxx/ratio \ - emsdk/upstream/emscripten/system/include/libcxx/stddef.h \ - emsdk/upstream/emscripten/system/include/libcxx/stdexcept \ - emsdk/upstream/emscripten/system/include/libcxx/stdint.h \ - emsdk/upstream/emscripten/system/include/libcxx/stdio.h \ - emsdk/upstream/emscripten/system/include/libcxx/stdlib.h \ - emsdk/upstream/emscripten/system/include/libcxx/streambuf \ - emsdk/upstream/emscripten/system/include/libcxx/string \ - emsdk/upstream/emscripten/system/include/libcxx/string.h \ - emsdk/upstream/emscripten/system/include/libcxx/string_view \ - emsdk/upstream/emscripten/system/include/libcxx/system_error \ - emsdk/upstream/emscripten/system/include/libcxx/tuple \ - emsdk/upstream/emscripten/system/include/libcxx/type_traits \ - emsdk/upstream/emscripten/system/include/libcxx/typeinfo \ - emsdk/upstream/emscripten/system/include/libcxx/unordered_map \ - emsdk/upstream/emscripten/system/include/libcxx/utility \ - emsdk/upstream/emscripten/system/include/libcxx/valarray \ - emsdk/upstream/emscripten/system/include/libcxx/vector \ - emsdk/upstream/emscripten/system/include/libcxx/version \ - emsdk/upstream/emscripten/system/include/libcxx/wchar.h \ - emsdk/upstream/emscripten/system/include/libcxx/wctype.h \ - emsdk/upstream/emscripten/system/include/wasi/api.h \ - emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \ - emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h \ - emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \ - emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \ - include/Constants.hpp \ - include/creeps/harvester.hpp \ - include/structures/spawn.hpp \ - screepsxx/include/Screeps/Constants.hpp \ - screepsxx/include/Screeps/Context.hpp \ - screepsxx/include/Screeps/Creep.hpp \ - screepsxx/include/Screeps/Game.hpp \ - screepsxx/include/Screeps/JS.hpp \ - screepsxx/include/Screeps/JSON.hpp \ - screepsxx/include/Screeps/Memory.hpp \ - screepsxx/include/Screeps/Object.hpp \ - screepsxx/include/Screeps/OwnedStructure.hpp \ - screepsxx/include/Screeps/PathFinder.hpp \ - screepsxx/include/Screeps/RawMemory.hpp \ - screepsxx/include/Screeps/RoomObject.hpp \ - screepsxx/include/Screeps/Structure.hpp \ - screepsxx/include/Screeps/StructureSpawn.hpp \ - screepsxx/include/nlohmann/adl_serializer.hpp \ - screepsxx/include/nlohmann/byte_container_with_subtype.hpp \ - screepsxx/include/nlohmann/detail/conversions/from_json.hpp \ - screepsxx/include/nlohmann/detail/conversions/to_chars.hpp \ - screepsxx/include/nlohmann/detail/conversions/to_json.hpp \ - screepsxx/include/nlohmann/detail/exceptions.hpp \ - screepsxx/include/nlohmann/detail/hash.hpp \ - screepsxx/include/nlohmann/detail/input/binary_reader.hpp \ - screepsxx/include/nlohmann/detail/input/input_adapters.hpp \ - screepsxx/include/nlohmann/detail/input/json_sax.hpp \ - screepsxx/include/nlohmann/detail/input/lexer.hpp \ - screepsxx/include/nlohmann/detail/input/parser.hpp \ - screepsxx/include/nlohmann/detail/input/position_t.hpp \ - screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp \ - screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp \ - screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp \ - screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp \ - screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \ - screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp \ - screepsxx/include/nlohmann/detail/json_pointer.hpp \ - screepsxx/include/nlohmann/detail/json_ref.hpp \ - screepsxx/include/nlohmann/detail/macro_scope.hpp \ - screepsxx/include/nlohmann/detail/macro_unscope.hpp \ - screepsxx/include/nlohmann/detail/meta/cpp_future.hpp \ - screepsxx/include/nlohmann/detail/meta/detected.hpp \ - screepsxx/include/nlohmann/detail/meta/is_sax.hpp \ - screepsxx/include/nlohmann/detail/meta/type_traits.hpp \ - screepsxx/include/nlohmann/detail/meta/void_t.hpp \ - screepsxx/include/nlohmann/detail/output/binary_writer.hpp \ - screepsxx/include/nlohmann/detail/output/output_adapters.hpp \ - screepsxx/include/nlohmann/detail/output/serializer.hpp \ - screepsxx/include/nlohmann/detail/value_t.hpp \ - screepsxx/include/nlohmann/json.hpp \ - screepsxx/include/nlohmann/json_fwd.hpp \ - screepsxx/include/nlohmann/ordered_map.hpp \ - screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp \ - screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp - -CMakeFiles/app.dir/src/spawn.cpp.o: src/spawn.cpp \ - emsdk/upstream/emscripten/system/include/compat/ctype.h \ - emsdk/upstream/emscripten/system/include/compat/math.h \ - emsdk/upstream/emscripten/system/include/compat/stdarg.h \ - emsdk/upstream/emscripten/system/include/compat/stdlib.h \ - emsdk/upstream/emscripten/system/include/compat/string.h \ - emsdk/upstream/emscripten/system/include/compat/time.h \ - emsdk/upstream/emscripten/system/include/compat/wchar.h \ - emsdk/upstream/emscripten/system/include/compat/wctype.h \ - emsdk/upstream/emscripten/system/include/compat/xlocale.h \ - emsdk/upstream/emscripten/system/include/emscripten.h \ - emsdk/upstream/emscripten/system/include/emscripten/em_asm.h \ - emsdk/upstream/emscripten/system/include/emscripten/em_js.h \ - emsdk/upstream/emscripten/system/include/emscripten/em_macros.h \ - emsdk/upstream/emscripten/system/include/emscripten/emscripten.h \ - emsdk/upstream/emscripten/system/include/emscripten/val.h \ - emsdk/upstream/emscripten/system/include/emscripten/wire.h \ - emsdk/upstream/emscripten/system/include/libc/alloca.h \ - emsdk/upstream/emscripten/system/include/libc/assert.h \ - emsdk/upstream/emscripten/system/include/libc/ctype.h \ - emsdk/upstream/emscripten/system/include/libc/errno.h \ - emsdk/upstream/emscripten/system/include/libc/features.h \ - emsdk/upstream/emscripten/system/include/libc/limits.h \ - emsdk/upstream/emscripten/system/include/libc/locale.h \ - emsdk/upstream/emscripten/system/include/libc/math.h \ - emsdk/upstream/emscripten/system/include/libc/nl_types.h \ - emsdk/upstream/emscripten/system/include/libc/pthread.h \ - emsdk/upstream/emscripten/system/include/libc/sched.h \ - emsdk/upstream/emscripten/system/include/libc/stdarg.h \ - emsdk/upstream/emscripten/system/include/libc/stddef.h \ - emsdk/upstream/emscripten/system/include/libc/stdint.h \ - emsdk/upstream/emscripten/system/include/libc/stdio.h \ - emsdk/upstream/emscripten/system/include/libc/stdlib.h \ - emsdk/upstream/emscripten/system/include/libc/string.h \ - emsdk/upstream/emscripten/system/include/libc/strings.h \ - emsdk/upstream/emscripten/system/include/libc/time.h \ - emsdk/upstream/emscripten/system/include/libc/wchar.h \ - emsdk/upstream/emscripten/system/include/libc/wctype.h \ - emsdk/upstream/emscripten/system/include/libcxx/__bit_reference \ - emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h \ - emsdk/upstream/emscripten/system/include/libcxx/__config \ - emsdk/upstream/emscripten/system/include/libcxx/__debug \ - emsdk/upstream/emscripten/system/include/libcxx/__errc \ - emsdk/upstream/emscripten/system/include/libcxx/__functional_base \ - emsdk/upstream/emscripten/system/include/libcxx/__hash_table \ - emsdk/upstream/emscripten/system/include/libcxx/__locale \ - emsdk/upstream/emscripten/system/include/libcxx/__mutex_base \ - emsdk/upstream/emscripten/system/include/libcxx/__node_handle \ - emsdk/upstream/emscripten/system/include/libcxx/__nullptr \ - emsdk/upstream/emscripten/system/include/libcxx/__split_buffer \ - emsdk/upstream/emscripten/system/include/libcxx/__string \ - emsdk/upstream/emscripten/system/include/libcxx/__threading_support \ - emsdk/upstream/emscripten/system/include/libcxx/__tree \ - emsdk/upstream/emscripten/system/include/libcxx/__tuple \ - emsdk/upstream/emscripten/system/include/libcxx/__undef_macros \ - emsdk/upstream/emscripten/system/include/libcxx/algorithm \ - emsdk/upstream/emscripten/system/include/libcxx/array \ - emsdk/upstream/emscripten/system/include/libcxx/atomic \ - emsdk/upstream/emscripten/system/include/libcxx/bit \ - emsdk/upstream/emscripten/system/include/libcxx/bitset \ - emsdk/upstream/emscripten/system/include/libcxx/cassert \ - emsdk/upstream/emscripten/system/include/libcxx/cctype \ - emsdk/upstream/emscripten/system/include/libcxx/cerrno \ - emsdk/upstream/emscripten/system/include/libcxx/chrono \ - emsdk/upstream/emscripten/system/include/libcxx/climits \ - emsdk/upstream/emscripten/system/include/libcxx/clocale \ - emsdk/upstream/emscripten/system/include/libcxx/cmath \ - emsdk/upstream/emscripten/system/include/libcxx/cstdarg \ - emsdk/upstream/emscripten/system/include/libcxx/cstddef \ - emsdk/upstream/emscripten/system/include/libcxx/cstdint \ - emsdk/upstream/emscripten/system/include/libcxx/cstdio \ - emsdk/upstream/emscripten/system/include/libcxx/cstdlib \ - emsdk/upstream/emscripten/system/include/libcxx/cstring \ - emsdk/upstream/emscripten/system/include/libcxx/ctime \ - emsdk/upstream/emscripten/system/include/libcxx/ctype.h \ - emsdk/upstream/emscripten/system/include/libcxx/cwchar \ - emsdk/upstream/emscripten/system/include/libcxx/cwctype \ - emsdk/upstream/emscripten/system/include/libcxx/errno.h \ - emsdk/upstream/emscripten/system/include/libcxx/exception \ - emsdk/upstream/emscripten/system/include/libcxx/forward_list \ - emsdk/upstream/emscripten/system/include/libcxx/functional \ - emsdk/upstream/emscripten/system/include/libcxx/initializer_list \ - emsdk/upstream/emscripten/system/include/libcxx/ios \ - emsdk/upstream/emscripten/system/include/libcxx/iosfwd \ - emsdk/upstream/emscripten/system/include/libcxx/istream \ - emsdk/upstream/emscripten/system/include/libcxx/iterator \ - emsdk/upstream/emscripten/system/include/libcxx/limits \ - emsdk/upstream/emscripten/system/include/libcxx/limits.h \ - emsdk/upstream/emscripten/system/include/libcxx/locale \ - emsdk/upstream/emscripten/system/include/libcxx/locale.h \ - emsdk/upstream/emscripten/system/include/libcxx/map \ - emsdk/upstream/emscripten/system/include/libcxx/math.h \ - emsdk/upstream/emscripten/system/include/libcxx/memory \ - emsdk/upstream/emscripten/system/include/libcxx/mutex \ - emsdk/upstream/emscripten/system/include/libcxx/new \ - emsdk/upstream/emscripten/system/include/libcxx/numeric \ - emsdk/upstream/emscripten/system/include/libcxx/optional \ - emsdk/upstream/emscripten/system/include/libcxx/ostream \ - emsdk/upstream/emscripten/system/include/libcxx/ratio \ - emsdk/upstream/emscripten/system/include/libcxx/stddef.h \ - emsdk/upstream/emscripten/system/include/libcxx/stdexcept \ - emsdk/upstream/emscripten/system/include/libcxx/stdint.h \ - emsdk/upstream/emscripten/system/include/libcxx/stdio.h \ - emsdk/upstream/emscripten/system/include/libcxx/stdlib.h \ - emsdk/upstream/emscripten/system/include/libcxx/streambuf \ - emsdk/upstream/emscripten/system/include/libcxx/string \ - emsdk/upstream/emscripten/system/include/libcxx/string.h \ - emsdk/upstream/emscripten/system/include/libcxx/string_view \ - emsdk/upstream/emscripten/system/include/libcxx/system_error \ - emsdk/upstream/emscripten/system/include/libcxx/tuple \ - emsdk/upstream/emscripten/system/include/libcxx/type_traits \ - emsdk/upstream/emscripten/system/include/libcxx/typeinfo \ - emsdk/upstream/emscripten/system/include/libcxx/unordered_map \ - emsdk/upstream/emscripten/system/include/libcxx/utility \ - emsdk/upstream/emscripten/system/include/libcxx/valarray \ - emsdk/upstream/emscripten/system/include/libcxx/vector \ - emsdk/upstream/emscripten/system/include/libcxx/version \ - emsdk/upstream/emscripten/system/include/libcxx/wchar.h \ - emsdk/upstream/emscripten/system/include/libcxx/wctype.h \ - emsdk/upstream/emscripten/system/include/wasi/api.h \ - emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \ - emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h \ - emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \ - emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \ - include/Constants.hpp \ - include/structures/spawn.hpp \ - screepsxx/include/Screeps/Constants.hpp \ - screepsxx/include/Screeps/Game.hpp \ - screepsxx/include/Screeps/JS.hpp \ - screepsxx/include/Screeps/Object.hpp \ - screepsxx/include/Screeps/OwnedStructure.hpp \ - screepsxx/include/Screeps/Room.hpp \ - screepsxx/include/Screeps/RoomObject.hpp \ - screepsxx/include/Screeps/Structure.hpp \ - screepsxx/include/Screeps/StructureSpawn.hpp \ - screepsxx/include/nlohmann/adl_serializer.hpp \ - screepsxx/include/nlohmann/byte_container_with_subtype.hpp \ - screepsxx/include/nlohmann/detail/conversions/from_json.hpp \ - screepsxx/include/nlohmann/detail/conversions/to_chars.hpp \ - screepsxx/include/nlohmann/detail/conversions/to_json.hpp \ - screepsxx/include/nlohmann/detail/exceptions.hpp \ - screepsxx/include/nlohmann/detail/hash.hpp \ - screepsxx/include/nlohmann/detail/input/binary_reader.hpp \ - screepsxx/include/nlohmann/detail/input/input_adapters.hpp \ - screepsxx/include/nlohmann/detail/input/json_sax.hpp \ - screepsxx/include/nlohmann/detail/input/lexer.hpp \ - screepsxx/include/nlohmann/detail/input/parser.hpp \ - screepsxx/include/nlohmann/detail/input/position_t.hpp \ - screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp \ - screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp \ - screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp \ - screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp \ - screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \ - screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp \ - screepsxx/include/nlohmann/detail/json_pointer.hpp \ - screepsxx/include/nlohmann/detail/json_ref.hpp \ - screepsxx/include/nlohmann/detail/macro_scope.hpp \ - screepsxx/include/nlohmann/detail/macro_unscope.hpp \ - screepsxx/include/nlohmann/detail/meta/cpp_future.hpp \ - screepsxx/include/nlohmann/detail/meta/detected.hpp \ - screepsxx/include/nlohmann/detail/meta/is_sax.hpp \ - screepsxx/include/nlohmann/detail/meta/type_traits.hpp \ - screepsxx/include/nlohmann/detail/meta/void_t.hpp \ - screepsxx/include/nlohmann/detail/output/binary_writer.hpp \ - screepsxx/include/nlohmann/detail/output/output_adapters.hpp \ - screepsxx/include/nlohmann/detail/output/serializer.hpp \ - screepsxx/include/nlohmann/detail/value_t.hpp \ - screepsxx/include/nlohmann/json.hpp \ - screepsxx/include/nlohmann/json_fwd.hpp \ - screepsxx/include/nlohmann/ordered_map.hpp \ - screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp \ - screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp - - -screepsxx/include/Screeps/PathFinder.hpp: - -screepsxx/include/Screeps/Context.hpp: - -screepsxx/include/Screeps/RawMemory.hpp: - -emsdk/upstream/emscripten/system/include/emscripten/bind.h: - -src/loop.cpp: - -screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp: - -screepsxx/include/nlohmann/ordered_map.hpp: - -screepsxx/include/nlohmann/json_fwd.hpp: - -screepsxx/include/nlohmann/detail/output/serializer.hpp: - -screepsxx/include/nlohmann/detail/output/output_adapters.hpp: - -screepsxx/include/nlohmann/detail/meta/void_t.hpp: - -screepsxx/include/nlohmann/detail/meta/type_traits.hpp: - -screepsxx/include/nlohmann/detail/meta/detected.hpp: - -screepsxx/include/nlohmann/detail/macro_unscope.hpp: - -screepsxx/include/nlohmann/detail/macro_scope.hpp: - -screepsxx/include/nlohmann/detail/json_pointer.hpp: - -screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp: - -screepsxx/include/nlohmann/detail/input/position_t.hpp: - -screepsxx/include/nlohmann/detail/input/json_sax.hpp: - -screepsxx/include/nlohmann/detail/input/binary_reader.hpp: - -screepsxx/include/nlohmann/detail/conversions/to_json.hpp: - -screepsxx/include/nlohmann/detail/conversions/to_chars.hpp: - -screepsxx/include/nlohmann/byte_container_with_subtype.hpp: - -screepsxx/include/nlohmann/adl_serializer.hpp: - -screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp: - -screepsxx/include/Screeps/StructureExtension.hpp: - -screepsxx/include/Screeps/StructureController.hpp: - -screepsxx/include/Screeps/Structure.hpp: - -screepsxx/include/Screeps/RoomPosition.hpp: - -screepsxx/include/Screeps/Room.hpp: - -screepsxx/include/Screeps/OwnedStructure.hpp: - -screepsxx/include/Screeps/JSON.hpp: - -screepsxx/include/Screeps/Game.hpp: - -screepsxx/include/nlohmann/detail/exceptions.hpp: - -emsdk/upstream/emscripten/system/include/libcxx/bitset: - -screepsxx/include/Screeps/Creep.hpp: - -screepsxx/include/Screeps/RoomObject.hpp: - -emsdk/upstream/emscripten/system/include/libcxx/algorithm: - -emsdk/upstream/emscripten/system/include/libcxx/__tuple: - -emsdk/upstream/emscripten/system/include/libcxx/iosfwd: - -emsdk/upstream/emscripten/system/include/libcxx/__threading_support: - -emsdk/upstream/emscripten/system/include/libcxx/stddef.h: - -emsdk/upstream/emscripten/system/include/libcxx/__locale: - -emsdk/upstream/emscripten/system/include/libcxx/__hash_table: - -emsdk/upstream/emscripten/system/include/libcxx/__functional_base: - -emsdk/upstream/emscripten/system/include/emscripten/wire.h: - -emsdk/upstream/emscripten/system/include/libcxx/__undef_macros: - -emsdk/upstream/emscripten/system/include/libc/nl_types.h: - -emsdk/upstream/emscripten/system/include/compat/wchar.h: - -emsdk/upstream/emscripten/system/include/libc/wctype.h: - -emsdk/upstream/emscripten/system/include/compat/math.h: - -emsdk/upstream/emscripten/system/include/libcxx/cstdio: - -emsdk/upstream/emscripten/system/include/libcxx/__bit_reference: - -screepsxx/include/Screeps/StructureTower.hpp: - -include/creeps/harvester.hpp: - -emsdk/upstream/emscripten/system/include/libcxx/exception: - -screepsxx/include/nlohmann/detail/hash.hpp: - -emsdk/upstream/emscripten/system/include/libc/stdint.h: - -emsdk/upstream/emscripten/system/include/libcxx/functional: - -include/Constants.hpp: - -emsdk/upstream/emscripten/system/include/emscripten/em_js.h: - -emsdk/upstream/emscripten/system/include/libcxx/utility: - -emsdk/upstream/emscripten/system/include/compat/xlocale.h: - -emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h: - -screepsxx/include/nlohmann/detail/json_ref.hpp: - -emsdk/upstream/emscripten/system/include/libcxx/__errc: - -emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h: - -screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp: - -emsdk/upstream/emscripten/system/include/libc/sched.h: - -emsdk/upstream/emscripten/system/include/libcxx/wctype.h: - -screepsxx/include/nlohmann/detail/input/input_adapters.hpp: - -screepsxx/include/Screeps/Source.hpp: - -emsdk/upstream/emscripten/system/include/emscripten/em_asm.h: - -screepsxx/include/nlohmann/json.hpp: - -screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp: - -emsdk/upstream/emscripten/system/include/libc/time.h: - -emsdk/upstream/emscripten/system/include/compat/string.h: - -emsdk/upstream/emscripten/system/include/libcxx/__tree: - -emsdk/upstream/emscripten/system/include/compat/ctype.h: - -screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp: - -emsdk/upstream/emscripten/system/include/emscripten/val.h: - -emsdk/upstream/emscripten/system/include/libc/stdlib.h: - -emsdk/upstream/emscripten/system/include/libcxx/__string: - -emsdk/upstream/emscripten/system/include/compat/stdarg.h: - -emsdk/upstream/emscripten/system/include/libcxx/stdlib.h: - -emsdk/upstream/emscripten/system/include/libcxx/wchar.h: - -src/harvester.cpp: - -emsdk/upstream/emscripten/system/include/libcxx/ios: - -emsdk/upstream/emscripten/system/include/emscripten.h: - -emsdk/upstream/emscripten/system/include/libcxx/math.h: - -screepsxx/include/Screeps/Object.hpp: - -emsdk/upstream/emscripten/system/include/libc/alloca.h: - -screepsxx/include/nlohmann/detail/meta/cpp_future.hpp: - -emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h: - -emsdk/upstream/emscripten/system/include/libcxx/__nullptr: - -emsdk/upstream/emscripten/system/include/libc/assert.h: - -emsdk/upstream/emscripten/system/include/emscripten/em_macros.h: - -screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp: - -emsdk/upstream/emscripten/system/include/libcxx/cerrno: - -emsdk/upstream/emscripten/system/include/emscripten/emscripten.h: - -emsdk/upstream/emscripten/system/include/libc/limits.h: - -emsdk/upstream/emscripten/system/include/libcxx/cstdint: - -emsdk/upstream/emscripten/system/include/libc/stdio.h: - -emsdk/upstream/emscripten/system/include/libc/math.h: - -emsdk/upstream/emscripten/system/include/libc/ctype.h: - -emsdk/upstream/emscripten/system/include/libcxx/cctype: - -emsdk/upstream/emscripten/system/include/libc/stddef.h: - -emsdk/upstream/emscripten/system/include/libc/pthread.h: - -emsdk/upstream/emscripten/system/include/compat/wctype.h: - -emsdk/upstream/emscripten/system/include/libcxx/cstdarg: - -emsdk/upstream/emscripten/system/include/compat/time.h: - -emsdk/upstream/emscripten/system/include/libcxx/__mutex_base: - -emsdk/upstream/emscripten/system/include/libc/string.h: - -emsdk/upstream/emscripten/system/include/libcxx/array: - -emsdk/upstream/emscripten/system/include/libc/features.h: - -screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp: - -screepsxx/include/nlohmann/detail/input/lexer.hpp: - -emsdk/upstream/emscripten/system/include/libcxx/typeinfo: - -screepsxx/include/nlohmann/detail/value_t.hpp: - -emsdk/upstream/emscripten/system/include/libc/locale.h: - -emsdk/upstream/emscripten/system/include/libcxx/__config: - -emsdk/upstream/emscripten/system/include/libcxx/__node_handle: - -screepsxx/include/Screeps/StructureSpawn.hpp: - -emsdk/upstream/emscripten/system/include/libcxx/climits: - -emsdk/upstream/emscripten/system/include/libcxx/stdint.h: - -emsdk/upstream/emscripten/system/include/libcxx/type_traits: - -emsdk/upstream/emscripten/system/include/libcxx/string.h: - -emsdk/upstream/emscripten/system/include/libcxx/__debug: - -emsdk/upstream/emscripten/system/include/libc/stdarg.h: - -emsdk/upstream/emscripten/system/include/libc/wchar.h: - -emsdk/upstream/emscripten/system/include/compat/stdlib.h: - -emsdk/upstream/emscripten/system/include/libcxx/map: - -emsdk/upstream/emscripten/system/include/libcxx/cassert: - -emsdk/upstream/emscripten/system/include/libcxx/string_view: - -emsdk/upstream/emscripten/system/include/libcxx/chrono: - -emsdk/upstream/emscripten/system/include/libcxx/__split_buffer: - -emsdk/upstream/emscripten/system/include/libcxx/clocale: - -emsdk/upstream/emscripten/system/include/libcxx/cmath: - -emsdk/upstream/emscripten/system/include/libcxx/cstdlib: - -emsdk/upstream/emscripten/system/include/libcxx/locale.h: - -emsdk/upstream/emscripten/system/include/libcxx/cstring: - -emsdk/upstream/emscripten/system/include/libcxx/cwchar: - -screepsxx/include/Screeps/Constants.hpp: - -emsdk/upstream/emscripten/system/include/libcxx/ctime: - -emsdk/upstream/emscripten/system/include/libc/strings.h: - -emsdk/upstream/emscripten/system/include/libcxx/memory: - -src/spawn.cpp: - -screepsxx/include/nlohmann/detail/meta/is_sax.hpp: - -screepsxx/include/nlohmann/detail/input/parser.hpp: - -emsdk/upstream/emscripten/system/include/libcxx/ctype.h: - -emsdk/upstream/emscripten/system/include/libcxx/cwctype: - -emsdk/upstream/emscripten/system/include/libc/errno.h: - -emsdk/upstream/emscripten/system/include/libcxx/forward_list: - -screepsxx/include/Screeps/Memory.hpp: - -emsdk/upstream/emscripten/system/include/libcxx/initializer_list: - -emsdk/upstream/emscripten/system/include/libcxx/istream: - -emsdk/upstream/emscripten/system/include/libcxx/atomic: - -emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h: - -emsdk/upstream/emscripten/system/include/libcxx/iterator: - -emsdk/upstream/emscripten/system/include/libcxx/bit: - -emsdk/upstream/emscripten/system/include/libcxx/errno.h: - -emsdk/upstream/emscripten/system/include/libcxx/cstddef: - -emsdk/upstream/emscripten/system/include/libcxx/limits.h: - -emsdk/upstream/emscripten/system/include/libcxx/unordered_map: - -emsdk/upstream/emscripten/system/include/libcxx/valarray: - -emsdk/upstream/emscripten/system/include/libcxx/locale: - -screepsxx/include/nlohmann/detail/conversions/from_json.hpp: - -emsdk/upstream/emscripten/system/include/libcxx/mutex: - -screepsxx/include/Screeps/Store.hpp: - -emsdk/upstream/emscripten/system/include/libcxx/new: - -emsdk/upstream/emscripten/system/include/libcxx/numeric: - -emsdk/upstream/emscripten/system/include/libcxx/optional: - -include/structures/spawn.hpp: - -screepsxx/include/Screeps/JS.hpp: - -emsdk/upstream/emscripten/system/include/libcxx/ostream: - -emsdk/upstream/emscripten/system/include/libcxx/ratio: - -emsdk/upstream/emscripten/system/include/libcxx/stdexcept: - -emsdk/upstream/emscripten/system/include/libcxx/stdio.h: - -emsdk/upstream/emscripten/system/include/libcxx/streambuf: - -emsdk/upstream/emscripten/system/include/libcxx/string: - -screepsxx/include/nlohmann/detail/output/binary_writer.hpp: - -emsdk/upstream/emscripten/system/include/libcxx/limits: - -emsdk/upstream/emscripten/system/include/wasi/api.h: - -emsdk/upstream/emscripten/system/include/libcxx/system_error: - -emsdk/upstream/emscripten/system/include/libcxx/tuple: - -emsdk/upstream/emscripten/system/include/libcxx/vector: - -emsdk/upstream/emscripten/system/include/libcxx/version: - -emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h: diff --git a/CMakeFiles/app.dir/compiler_depend.ts b/CMakeFiles/app.dir/compiler_depend.ts deleted file mode 100644 index 7b7cc44..0000000 --- a/CMakeFiles/app.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for app. diff --git a/CMakeFiles/app.dir/depend.make b/CMakeFiles/app.dir/depend.make deleted file mode 100644 index 654f84e..0000000 --- a/CMakeFiles/app.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for app. -# This may be replaced when dependencies are built. diff --git a/CMakeFiles/app.dir/flags.make b/CMakeFiles/app.dir/flags.make deleted file mode 100644 index 8e2709b..0000000 --- a/CMakeFiles/app.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.28 - -# compile CXX with /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ -CXX_DEFINES = - -CXX_INCLUDES = @CMakeFiles/app.dir/includes_CXX.rsp - -CXX_FLAGS = -DNDEBUG -O2 -std=gnu++17 -sSTRICT=0 - diff --git a/CMakeFiles/app.dir/includes_CXX.rsp b/CMakeFiles/app.dir/includes_CXX.rsp deleted file mode 100644 index cc50f1f..0000000 --- a/CMakeFiles/app.dir/includes_CXX.rsp +++ /dev/null @@ -1 +0,0 @@ --I/home/douwe/Projects/Screeps/include -I/home/douwe/Projects/Screeps/screepsxx/include diff --git a/CMakeFiles/app.dir/link.txt b/CMakeFiles/app.dir/link.txt deleted file mode 100644 index 0acb880..0000000 --- a/CMakeFiles/app.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/home/douwe/Projects/Screeps/emsdk/upstream/emscripten/em++ -DNDEBUG -O2 -O2 -sASSERTIONS=0 -sMALLOC=emmalloc -sMODULARIZE=1 --no-entry --bind -sEXPORT_ES6=0 -sSTRICT=0 -sALLOW_MEMORY_GROWTH=1 @CMakeFiles/app.dir/objects1.rsp -o app.js @CMakeFiles/app.dir/linkLibs.rsp diff --git a/CMakeFiles/app.dir/linkLibs.rsp b/CMakeFiles/app.dir/linkLibs.rsp deleted file mode 100644 index 0fac7de..0000000 --- a/CMakeFiles/app.dir/linkLibs.rsp +++ /dev/null @@ -1 +0,0 @@ - screepsxx/libscreepsxx.a diff --git a/CMakeFiles/app.dir/objects1.rsp b/CMakeFiles/app.dir/objects1.rsp deleted file mode 100644 index 0f60cc5..0000000 --- a/CMakeFiles/app.dir/objects1.rsp +++ /dev/null @@ -1 +0,0 @@ -CMakeFiles/app.dir/src/harvester.cpp.o CMakeFiles/app.dir/src/loop.cpp.o CMakeFiles/app.dir/src/spawn.cpp.o diff --git a/CMakeFiles/app.dir/progress.make b/CMakeFiles/app.dir/progress.make deleted file mode 100644 index a69a57e..0000000 --- a/CMakeFiles/app.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = 1 -CMAKE_PROGRESS_2 = 2 -CMAKE_PROGRESS_3 = 3 -CMAKE_PROGRESS_4 = 4 - diff --git a/CMakeFiles/app.dir/src/harvester.cpp.o b/CMakeFiles/app.dir/src/harvester.cpp.o deleted file mode 100644 index 4251f0334886826aca4cf1c8001557b0d87f1ab9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 64111 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

2ZX58=vj?eAXk!`dg2F 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 ZO;JsG?d0k~gGvg^%LbJUs;!Rn`@f<)9U1@t diff --git a/CMakeFiles/app.dir/src/harvester.cpp.o.d b/CMakeFiles/app.dir/src/harvester.cpp.o.d deleted file mode 100644 index 6788d9c..0000000 --- a/CMakeFiles/app.dir/src/harvester.cpp.o.d +++ /dev/null @@ -1,180 +0,0 @@ -CMakeFiles/app.dir/src/harvester.cpp.o: \ - /home/douwe/Projects/Screeps/src/harvester.cpp \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/vector \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__config \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/pthread.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/features.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bit_reference \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stddef.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__nullptr \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__undef_macros \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/algorithm \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdlib \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdlib.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdlib.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdlib.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/alloca.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/math.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/math.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/math.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/new \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iterator \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__functional_base \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/tuple \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdexcept \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/atomic \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/climits \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/limits.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__split_buffer \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/optional \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/emscripten.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_asm.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_macros.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_js.h \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Object.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/JS.hpp \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string_view \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__string \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdio \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwchar \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwctype \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cctype \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/ctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/ctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/map \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tree \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__node_handle \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Creep.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/JSON.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json.hpp \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/numeric \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cmath \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/adl_serializer.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/from_json.hpp \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/forward_list \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/unordered_map \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__hash_table \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/valarray \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/exceptions.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/position_t.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_scope.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cassert \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/assert.h \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/cpp_future.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/type_traits.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/void_t.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/detected.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/value_t.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_json.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/byte_container_with_subtype.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/hash.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/binary_reader.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/input_adapters.hpp \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/istream \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ostream \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ios \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__locale \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/mutex \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__mutex_base \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/chrono \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctime \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/time.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/time.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ratio \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/system_error \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__errc \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cerrno \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/errno.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/errno.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__threading_support \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/sched.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/locale.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/xlocale.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/streambuf \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdarg \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdarg.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdarg.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/nl_types.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bitset \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/json_sax.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/lexer.hpp \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/clocale \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/is_sax.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/parser.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_pointer.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_ref.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/binary_writer.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/output_adapters.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/serializer.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_chars.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/ordered_map.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_unscope.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomObject.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Source.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Room.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomPosition.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Structure.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureController.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/OwnedStructure.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureSpawn.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureExtension.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureTower.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Store.hpp \ - /home/douwe/Projects/Screeps/include/creeps/harvester.hpp diff --git a/CMakeFiles/app.dir/src/loop.cpp.o b/CMakeFiles/app.dir/src/loop.cpp.o deleted file mode 100644 index d7d8da476a367f7a8ba5b555e95ca4ffc964bc87..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 53052 zcmeHw4PaEowg1e$ce6`2fd!(35A`Nm4a!G0fh5pYU0}s10tIUQUPB0w5RxRA{AswDhU<|NG6{yLUIc0qnEyUt0rv zXXebznKNh3oH=u5cCV;tnl6P9^2wH#7Lj?eoFy(cX3dhb5W~ZqrQ(2yi-k~0ad8HK z_!AfVRET00BXXAUs|7%EyjfK@vr8;iTU}RG(HNUvHNC#^GDAp$d&Xkbb(5+at16pg zlV{XbHdoiz#hNQ7)>g>|(UT>zV^z~elZ;Z}#+KQbwsdlWBKrfn_D=MeO8tSX-nyVVkS*jO#Y^iiS z2&`&o3Kx#7m|itzVh#FK($r9KNnI0gS)}M#lnW0UQ9t97%KFo*XI4!|-v^IpkT9cphofUhyX0#m zQ9V5U4qdrD<;Neo%7`$CQ)8Ed!bN9{A2Ow?d1P(<#ERPJ*fT3NuLdB?rKv=7v#hDA z`Rt0?8CB8I;lirvO_hz+4b4?`#So9Eu9O>#RbE;VtEjE5udHaUid9`&S=B(9(#-{R zwi;}a!4c^R>6(a9h&5JCsU|<-QYie)?*S^tH;0Q7CBq{>SLcRn>!(1pl-LX}Qe9AD zaWb-90fdargh13cQVy%Wg#3+EZBU5AMTsI@UO9SvEF7+!iYe9HSW(^FR9+d40yf0y zeSISVQ4H?5Gsh2(=>b&}WO{?1AQT>##o@wn_4U&=pGOqA<8$W!vhk9NhK8!TNo2`% z-DWR^F+Tg+@v>%-4#Vc;-cd9 z{=9ha8)^@i-5h~-12rKwp)fWf9E+lp<4a-~jUh2DeP_fQXjkPh$2Nhznt4aW5e{jt zcXVB}TF;F>$b&StWBs5@rdBk&!`;=X-0>%z z)PKOh!lL3qC1pc~e)~J;oqK-PR1m6YZz z<5XLQRMmVV(l91l7^m`|ZA60Q*#beRCerZ3d^7Y@V#%{?VVeF#(#8L(X#{4;pV(rU zC^g7K5wU9WO|XvD3k)mYVk2xK-)CD96P?QdqXRX0esn~l!|YmKK#z_yM$$IP6Ejb7 zK9DEX$OV82D_yfRy48Ns0K&$G}JkOY87)k7JS0I%5!M+vPn^R#S%^32M!R2Z^- zEZ1o?h7&jfx=E4+%plgPK@1~p=4HmSK^mwsP~JQhz)p4`pNz@3MzfoFnYyciY_y7U zY{w>kuoBo*u9c65g3PuvbxTeZFpvXUBDs!G25etnP#d%Zl*WJ^AeRMF!BQiHjs-NI zAxr$PS?vfeQRM|7iQttT2;Iw3xA70Gh{zfs3)(*L2ZNGv8pvaP5JLuu;DZ*VmVC3t zY59=)EOgY+yhrtXv%kp7)@r)(<7jXq>SVsbMmW|Hqq#=UQ;Vem(tH9kT`3|#y=`z}B2d-xb#t0? zN;oxY3^Vh=(trx{EhQ?pp<8j#QyTygN$WzH(Fl?{N?D3`6f&peiBiPjMMslbPU@rV zu#aF2xW;DDQBLy!k*Pk))IM75Bg8>-^Y7`SaQeu3U^)!|Bu*nAEdo#?5A@ms6Ezs5 zp4sKuuF_i$Vi_WOjf%F9MtI8fkWy+kg{;TLrNd761KyI?@TV=y3i$t5l>RLxbUqB@XIafpLHzg1^t`Ew0v=#iie&c#1>dXA{sD< z08ADxG5J#GSdIAxR3KJl%=mm0bF0L#k!9C}=IY|8pcOI|rK+h^JJ%$W>$mAx2>F&u zVI81y=bB5+1N}ss3D$s8cxr)%R#G}iQ9x?4Ldu7MbfHV@Jdf5wMJsX~S`~F{%cl@9 zmO=VKv(trq8M=z~b;*{i5e;o304qA}ATxv<-%x=?TcHSTb}}<;(O(2YPpQg4-(T1| z0VXIdO>V+!g+73(XoWCpXvGR)G-zWQr~X5kRair24GKN2TIFEZ=%Eh2B&Bpkz>Z4* z`j%T0c}aC2j~1cjK!HQoXe0$juC~$vg}wc1n!=$PuW%?{7*h3Sn!nbk9$Y{40x;i_RsxR<%{mU58a9lz=xhjy^;D?k zGm@okynItz&M<>uA#$0=Jiz*{EVn=&7JFwCBe;o?E;_x5QB1`q#&YaM9~NXw4FfkZ zxk&j+U?^ghE-`Xw$s#sX^oBtcQu3|#F+N+`BEFCD*+TDQC~GLsqMyN11xXd<^ck~UtvI&DbxEy6V29pL zP-kO9j*h0TOJEQO3OIsj3Mj!FjS>;PakBkH=_iu-Qm0U&PZ}lJ0Ar;(>4-eJM%ICy5P2W^3Au613JM1&6cJ-9 zq{ST~fD-5pwzJ%=+I~DxlZk95vQMLvMlk>n^e};_lmymnHW5G_k4}sN`qf_q(UK$L z`5Bl6z4JkbBMF$NEI`$+CP}`@0%~N?8JiXk(s@z|lJfZwLw<(V47MNguNq|kP!=;_ zWVVFd!6$?cMmbeE1(3}t;PgIu3eZ4OVgh7pde|Ag(Xii{1?a04d^%HRq%K_;G$>`P zAxeW&dW}=nyz6X8fn|((Q)?!rkU3z}BG!!1%bZ?1L+$CYC8y9sk$`lC1gy)+2lHSY zz%2(O38SJsXNW;^N+CQZ8%3Z!YFyMpSR3^c#&*rnb~eM!DHMsRrvSY{ajGx`iKHlb z0)FZ=I6MTnXyrkY&?iL>xaN=pWc`KB4K8AR%>vTlBRK_dn5g9o(%Ft2AJvDZNTI}1 zg*`a>hDboUHf;7^d0g^*Xj?6%%D#n6YP*-rf@nAvt*IR%z(JRl&Do_VI94@>V)O#t zh2HQ3A!%v=Cmc>9nVyqiy(&jTlZ72)6y?EQ(oTi|4hhratQi!@&*1a}A!;ls!Wm$t z^1Xm!Q&&u6BAh>JOfmcpC6*pj%N^79Otj)0)T;p&dDTUbtbC&wT*Xba%aPM!rKAgl z=^@oTXxBFsQQU)-LEj533b#*6KIxT=3x(=`VmJQTWP$yr#|}fU_(Ca0k2G(TTT}5R z^eZ(Bu~|ajXgrbm2E37eHM;Jod&1<%mzDrW4!Fp6hR+_}`-}`TLs_IST$BN(8^|&p zpps{p9N=|c258h1fXk(Ta2{+}v{?t_YIM*y?OBFUX&vJ0$7Osp)EwJzGGWOon@CS1 zs7ch;zA@K9&1@QrJ_n$O9Bx{wK{fN8S#(%5g4ZEpgCfE-i6h1I>v&J$Y@_s^LMOiL zp5h(@b|kbt1m0AViC)2cU>86U9(n1V4LvcvQ3bLbdbSX11CA0B zH{kresg_aID9;b{&iA1q@D00GD%nn~*2zYhPGEpCqVoNu#J0+_4N8KahPR=&8P=F= zcLc3$`rv8ctD})lKE;)U7y~T(9N78`34;9^r_S4 zQtFgOw<4AcpUPk=_=EwUxZ?&XoR)7MhuSS50@Wg7pjbuh-5giIZqhaIb|RvV^3oF;k2|4`3#viPL+BZXz+gP-dM|M&mvyj@x!;p$U(R zW>oMvvN#E8XsLrIw9JVFPZW_Wxf6@XNDGH9GFv_2@X=5?OqpLa)6TzPu z(&vs%C_XlzN-8rE4PypboC`K4Kf02I!C<#!zK^1v5!yzq%2qhN^aq1i#*100$NT^c6XXP}Ur#e?+GQ8&eJH4V^8ydZ?u@gQSM?{XGBDR6}>` zqG-oGm-MR@69lV1X6S7ScX`UhAt^8mX@;N(@Tp@s9%(}HE1O-JIpCl&bAT7kqYAUg zB!nSN4NlP1(ww1`irVr^OmRc88p_40LCVwkYEUJq<-nqC46M@|Ob%d&c9N)#bpdHq z_1kCxR8Sb8LP$T1Vwlf3JGD)K{4g^}no~zNuBtN%X#jz$CG--9cvQo1(4d5POe@M5`>t?v-u2RVz&qp z>;=-H7H?pRDg~jVc7m;j5?-zZ*u|2;1~(YC^v?1%N&?h+p*BHQbG~%^Q&@NC<|4O^ zX*>!>s5bEG+*#5P<{m7;ZbmY#-HeJHCeR9pnxe)+W0*!tSyGhg0niL!8wRB!ouRD} zVYLiK<}0t|i<%E{%nnLrs)Dy_t#{OE@JbVUj*_CJ1uTK0j`Jnoq~}9>|Hu*S9DN37 zh2ozvE#HWkGvJ`fz7$B5e4 zM*E=6vAkuZ0Lu&3%y|1ib7(K}M(KIlv65L@kE1F($Afe{Xs3i;CH>kJ1W#$ib|jt- zKWvU~WG-eLbpV#FKCJ94U>qzcL_KL;IZ|W8{i@7U_M74^3Ms*M7BVBDAd%->Jy8Pcu6ewRqdMSd zd7c1e=$ivrp1d^=W_kNHPc1zeTo6srjQz5A^@LeiY!qUzvq_Bb(T8d}M!M-3=|LM; zLR>E^I;fd}j#4bS+~;Sp^Kf(ZcKPD#ZD%@6@NsolTu|3qd^FS4LYug>C_S#1O1;WZ zM6A#b3KH@%?d&*HGl<K)6NAaFJ;~s1;S%esyA|_=RzH`9&*-97tFd17IuJ1J4=w z6>#{aN_ndy+%QUf&;+XIpu>9WlEgP`S0ErtNc6_VWdsGNw`P(fA%WiU{Rg%liL42@ zy|MjZZ2MI=Zb&4vrv38w&8CfR0P}D*Z95NF+xQhL0~0g=g4 z!ykHqNWO$7qz4@r6N0OjH?x(p(;6Vr`sZZVGy7ja6Tbe9Cgc^ygmnT@ ztqEP$e4`2fZuiy4hBRCc1~1u|j!nhIJ#v7@&DbQ}q7;}3?M53=WnD!NOz2jn9=Xp< z@D54GJLDLA+B?J@P)J?6Mt$6QQF!3k;Z)_Gl*U)WiLQZ_lSY}ejoywAO0`16P;K_G z2QXm#7uv2_sZafBl>qyKMCz0)1^YC%sgTgP!F7XyuubuMEm-79PG~v#2j>$~hwxB2)O?Ae*G}>UX9a$er9O`T zaDTV>C7KAj9lD+Em*`9F5#`eY7%&X&9ennRC!Lb&vU@~bxQb`#lIX%*hzxEYu{Zm> z)KGwMMy^Ce11~2;M_U;kDAa{9Ixj`!dO+yFWc)V7Gju`V`?L!{qClvfQ;D%(CHo8I znH(xUR>`5_6Q`7Nu9g^|sbpWVoZToj=kaFLeL(BiXm4iwI{K&wz1xGX@uE*7nyJe! zA#|X4fJncsI(jD|1>#{sN)+S)4SC#yApbs7-lv9io{E6E;W~^$#2UQOl|-^rw4ZvwWeg97kw5{&F5hs zKmXj`#V@|KdLMADX5~#R)?Zv7CnoYLAkJ8A_Hcmz*RV{9v60nYU`~PfnF1*pcsZ%; zB3*WC*Ca{X*|laEuLri1v>jcwq|qfyNh=U{x_FhOEn^Cj7Eu?k)GbJApb|s5;}G5N z`pzJ>PBtZ2-9U^`T=(;OjZ+@$g3>W@e*+y9TI*!hctBhd)4<#W;BhYSxCCIK3oJ|k ze#ZrVCjq!sxKPBrrgp@^h zyORbZ312^=qr^Sbfse=?cy7`o>LPFIGPD3Hz)@dI5p@=lg^2D}%RU^zo|0I^=s>ZK z;;AP)R|!X>Ekks>Q)jVPX9c7E#gnX~Cn^H94*lUbZ`=nBrj{s>z?Ewlb^ZQ7E`4k- zHi>#wDiCYc+%Q@lUA93d)pD=_$Q|l`?lrjz`kjbc?tg>x-k`?bi0uEt6k&X=Q#5I+ zZb2oudflnYf}B#DoJE1|D<68&S3JY^y3E6aD!QY%dA0|r2nadBBx%yz4?B{lI z5Y*cbRvRmC0#TSOGX6z9Sha1gv55>ENxv1+)+utfC+EE2W+x{-j1dq7O0%g{@4GDQ$mD<~bh3FnFck0f5s-D^|Ya**iS7fVu3mUaMl^9edh#_CA61K6w zOR2d@>Tf9_PwVIHo#Sn&oBOG4P!}p=2V6+9$EX<{HFK3SJ%N@AZx!@2n^&4q&qCjSq6teHsI8zBLHl8uuvDFn z)dPJQag@~yh&nx`sqZM3x4g2{Z1YagorcPEOF+F2!C*El;*MSDYEh8!8K9d^))dc& z&E{IU%A|IN4B+Kgt6KpgvJ?r&=5sh~oE4yQ5F9#v1mh)Dk=r3-L_cZbrAkM<}95XdF+Yoih#(H_Z?%XDJZihyZ zV0`ZaBu>F=9+JIXsf-)}g$Ovd_;zA>hsBa?@!xqB_a!1kDaSBx>#7%2^~FR?eHB7` zD3zk03Iy~}Zu;pib&1(H`br0eQzjiaVZBU5A|mZpz2wYIN$ZyLrAn8&b}L?T&EyrY zUCsRmL)!v=cSvpP!7{Pm>$v9XgJohX)^W}42g__r$~4-q>|H%~6j%1H@zryCa?T50 z&Zgv?4PMUbsKY7jH>*ajiEfw_zxzy#BMns`w za_rPfg3AWM1vrkT9kD$b43{c^Ta$tKUXwxarerXLU0E&blEK<)S?vK6td^A;+L6_= zPU`P5gT{63t(Ju}UQ)XV<+xY*)`p6ARTy{7wW(y>F}IsZ+Bo}2Lwg%%8*+7iiLq71 z`OF;Ze62Dv#ueaM< zT>}kQfN)QTRJhw?b+ex=fSrX4f4JR)<7?;aIFWFyKpSa-I?l0mjKiFHnqgaZO{7c- z&{{Ze9YdDDLIqrv3@lK<70Ey?f6J1A_;w|vZ&5N3HV1$UlYv_HW_v*Viopt!hN7R5 zb){xowi;=W1!E3bv}TvXVqQ*Wt?bN&X}KEdo!Rb4t1kvd)`5A>eGmZ$<0TB?OCu>5?Jigg#v%m{d0;IX3l+Gl2BUu)(LV~uYz6OD zY98QWo@%zlScgoC$2ySMO1^JWZoO8;_x(XvJa7#zLYtvGL(kub`9L~}cnlpzGF4DxJN#qH zuCX1qF$FKA!!4$8P0C>sQ#g|Hc(V;H*C2e0aP|MlwWT2L^UCBT#V>^<8TEez@K*-lFMPgrLi-s;i zQqx*u>{Ri-=FUub=*h~q%o;pf6f0XZUFpgp48~Xwg!=)Fvyvv`kuED2B9Ut!Nml0C zIRyxE5?P5=a)F|xKsW~#Eh^bxI6JS|DmheK$#7*Smz5jg({xx#pfhcgfzG5&20BwV z8R$&dWS}!$lY!1;^?+dIKI$}1RSjKx! z413A^o(NkKIk}R|b2+&JiC%UtIoZoTlAJs;k&{q;OVC=<7POU=VOzYE;X2S>rq-q{ zaJ0m=9>JP@8x`1@tOOUR(rXpinY9FK7OqlYXZjMXnYcoMoq0^KX5%sib|y5z_z#vX zQebape@2xB_(BE86ki8`roF^CpyGYa1NZ`B1Ar}xnfujQz-k;4-$O$zFBdu7dh|xv z3Kqx3l3R{mE;F(F&F^FPA~XBgxnyQ;A~Tme6eex=={>kt6X={+nai2nish!P#?^UD zc{-0NPv&RQY{ehG2W1f3)3)3_05FMTYcBWXNhoPqMdzo`elt+p)SjZj99` z3A2#l&J0)JKI6>DKSrxQg0;YXtiZMhE>J?TPl5A1u%rGIINt+13Q&QM^}t%-b|~<1 z9#{+9HU<8c24n6n)ASo#6#V#7b0@w`rD=!BicBuEOZ=tg#pIr!{B2YG-Jap{w+~_9 z-U$f7CXc`S$x@fU@J-|w*hiDU1$H0uw@)H}F?+Y7=pGT~^z4xo#D5pDu&;YJXqo3s zjyGz%O7<6y!|N55goVoRfaQwUM)<>>#ehI9Tx*koTC`Rr1D(Yn8R#qq$v`bsi;{s_ zq!xNW2-HSJA{GM;J%HQ&npRkC$Wm6Duhbk%KKaN=oN?f}9~PI^Uj<0Df=?$g5B!aD zaygmja&j3G{p=IT$$oYLIa!d%$u_Wo)Frv>FkSb898OoqG1sP&L&fhIwxG@yQr+I- z-=_P3e3)4(4l~OtHBTpn_=+(r@Oi*=`*0#sD?wp@gdoN1!#a}f_F*j&1MGh6!vOn4 z_Tj|DKEO2ih+A1$S&j#Ak4nZ5@b{_YQ1J(bt!APUX3A5-OksXFOBhpj-0)<|Q^HJn zN|-6k4{v$eftIL*TN$c0u@O;m9B!DUIGn}IFv*KeiX-#l9O*|G`a2Ne9zf%xx}8jL zIkF9jLVEx?QfT)hNBSjl1g7{E?5pS6JiyH|lFr?PPgQcL_=4eb{M@Bp?`PxC!iO{*msqU_3DooB<7A+oAN!JldVcIq2I~2-D;cQg#|{sO`LSD(*w@&mq05ofw3Zlc zD&E&@GfK@e0QVT=B$OVkBf}M~0Z8psY=Xc68fWAl0K+aLcOy|`hsnqydjJ_ZAkIkb z4BoArEh3^qw5^i*sX#WBF8ooU*Yw#`ViujHX~4MGoDST{?vxJP-R_=p%yJtFZZ@YIo@KN?r>A)x0C!_=Swfm+6pJbnu4&2}FpAJ0G9+(bXXcszQa=9Ds zGhpsWTx`JO(i)7H{>d|>rsC3r!MrB#cTRb^(Y@>7{Kg@NN`3!p0EgT8-9prZ5BLf* z?gKtxxYhb`dLTQqW6D#rCRiK|^K>j5f=~RzMY;RO~JFB@R_=yZf~y z7*<&Gl8U{czMi3qZF0U>AA~^)`yi><2KB{lRcy82ZL}B7w4`G9sjo+~y6)IX4k8HuG6OS|in?G?fG z=5(Fpp}G2@QJkE5(S?YvyUsZrzt4m7%sdWdZ%XWU9D zM_v%|8ruMGb>Z6pkGG*B%GJFUW!O_9R)_H~1JJ@sZz7`3mS00;6CrSiIVki(p?(t- z1FS+gN614I+llhqLlKqKc>qEQ>8E=jn39b_OFZ{V&9@JcUwDxGb|;I;$TuCV<>Zq^ z>f3(8`CaR;&7~MRgVW4JUTrZrd*|BT0Gc+F3x$>0dLOWsKmY2vR^|x zIv^^D>~;hLh9*oG*Z18k;@;a#QV@!uwQl2zlvQp@lGqh)3Lbfnh-Dhu5fQfj5mU4e z`&JY2FqzUTqJEPhRZC%#vVX&H65i6X=X&h?4q%oHW2$BQ&$oeF9W|93Q9pHxR$x3Q z_4j(zZ9fcpCaK>(1raL5R)U?u!j4VKJnudOHYxhLOkd$#16C6k?&;4sfw52iYZvF| zR23e;+Rr+OFLZy}i&HnGAr2UDNlG6&&ck7zBO|SVsZ+!j7p4a7fIBd1(Du72HE4U> zl!)Ls#g&{k4ef}Np@{ksSWtnDM-nI1J^uECrbybDMABL}rRB&?X*qIJ_`Oq)q-7e~ z5lMlF`u$l@gWXRONy^%8Pm(&WJ>WK^2;A?c6wmg!DMetLn^FYsbW=$@+peJ<5hx<+ zhj48w;)JQDzEa$dy2Jgs5?Z19D?P#Bo8Y{-2*MWh>(^`ua3Yu`68|DO!3_1v807T| zW~g_)AZiDL4fU5)HLCZ!AbnEM-&8-Nv9b#BqF?~8k*R8|s6}FEFfggAp}q-kX%La8 z@S_%$^>xjS^|iHCjR3qTf*}C#3Y;00%~g|rfER@T`nCvWR$Yqss5J3CDI)Sa5ezip zMI{wei2ef+%xGrYh<^fviVpS48UR{kFjE1BRn$#GdcF)=wG|T)yG8~x>Sjz+)fUNM zU~&cDeR3IcmdRjNb=}O0N$5^}Bb!(WNFoz(pH>F_70rCn4zf1@Rb@q^s=QeSJ2zI; zO{tm`i|4LQqYb;w^Q9T{;T`6ey$Y7a)mfCKxgo*IfVO@lUaMLsWg%4rN z;w2)3;nUAaKSJ@_PkaG}cm5VHn^$iqU-cqOBG!^-@FU>+EVcCGj)G~O7)kxiI*Y!%aHwL$o?{9 ze;KmBEX)3~EC$(1#zr7ZuqI1n;zMjX_z-q9KEzgl53!Mp#P%J0a4F9Up2~LkM=bnP z?I0u;{t*lFh=qB?!aQOj441lnnx-wCG}R1QgCT1$WDSPI#*j4`5*tHeV~C6H8Obye z`sJ}~X@>=vlX}(>w+SaLiYt-X{$yHQEX-w(Tr4hs7_vvC*W=HY4zQq55|^1KUx<}h z7$(pXNKXq2rN!co6)_SEB?HPjpvQ{ikVrk#tig~yW9WW}fpOBrkk}aFSNuDDIht6B zSor7lY}?<7C7C}9GuzMPC7GH!d$g9v&QH|>y$y8Y#bqVCje za3r!b1@G<@$o@=xhX@#!;OZr1VBI|3QbSj%T3S8_xsldjdkUA~=T%tm#ckWZ%X;`b zg`+Te^5j!Up%5*nV1A|4+nNH|kpgK81`8DmJlF>RTsdVM{ICteIGU^Rt5^;xFp@&V-YP4s~BzR?t-aqpDc5UDww>q3#5m@1?4m)MQVu zxU_oujOljMjE08#Ml9bp%K_6%K*~4HA^K`|(0`VCy&e*8W(PCJRa_EJ@6HYe$5u2? zJq@orQwzoi*}>wRn{vWpWkDRN2=hm^rDs36{&Gs!7QFGcxODOrNM&-x3PyNr5jz1Ug}(kaf{_XZT64+#!odK`y0Gp4OIpeV7P zwq&CN3NJuC`K|K!`^Wyi7n%((Dj!kD_oP*dkQ5;}WK9vWgmHYY4yhR=jpNX&`yRVd zMd2~S#!rY09~F&_8Fof=INrW??%3$~s1#Wu!^9?Wfh*}_q%skftdIXIA9rtO7Gzt>?R5Unx&IHg^K4x?*IyyRTMUPS$Zr7E4=4$28#prcfAplL!4IX zF@-q5Ny3idWJ75sg41y%WMT-WUi+yy@=$^>(h-EBj+q8Q;2UG(`lzTdfoUVg{9yFR zaghk@W=KG^3M2m=IP=`p$!qPZ83CUm= z$q0%jM6sAdH@LlGnM{r*P#r2wOXO9!t_gSt(bkTNP=*Nkh3}L% z{=urs?M`^mc;&X6(O9LtZ->%L5pS(Z(M^#<>86O*O`(7Yb&^J>0iy=Mq8Kow>=bNk ze5bBtm*eJtxKNupw9%nH)$6vYT`^_Cu@e2xV--(T*5P#TFAgWJr+k5NbmFC#O+p_y z1qW43s*U0GzK-1iyv4EdsiTowK9xnI)t8o^iAv+fkBE((07E2lR}!&RKZJ!sME_Jo zN5`KAQina2MCv~miQz(yuQo^H<_#F>Z2n3e(--q1Q-p#d1m!yX<^Q9p;k>c@AW9nY zG5#x<5YotWrb4)|Xc*=~C|iU&Cqj#d3%?BUjneMCEz$e$Xkw{BBSfYQ9hp#SNPMH7 zRB&)q1Z9ZtuXfRe3%xBo?D!GS7|7I2R7W1B$DnJHx?ZHBSd)o|dJXsKeAm zg^8snD&{KZ;X&;x$8f-2z_qox$x)V7xF{Bz%=fle{cuJ_tv0{L9b_}1^9DOx5xkPz z*$|C`DjatvG)1UO;s}+TCW?hGdN(Eb%zsibM%s6u#5WjSIq8`Lgmcd{?<| zWDStV*^tKJQ-YH!u9el)u4)NL)%Hc{w0%*EwwJ#A*m)Dm587Px46NY3)AQ0$<$0LY zd)z}IVU^P?EG~{tZ>nspZoom;FbEEOB;|=4SeOFX*Un57g2GdUPx|ma`twGI3#;O_ z%c@}>G}cwrh6hC&r$p!$8d=p05LUm!SlI+@|3`5 zIz~7Ig-2H5IH$UDeD##Nie{|#z{71fTp}~0Lz-OZd2l%T&L~31(vntMUN^HIr*Gvm z&xl5`Q)ePN_OzKZp`g18-|WKQ^i;{m_QGr z%5fbJsac%639b@uy3@ESuz-VswOrJ-C*Vv7;;27+gmI~@Zu52j(rjSl(@ zuRxj(7RAO7hxS1aJ5o+jWWzL2`pI_|w}N_Zk?YM<8|yEL)mGI_X`ULZYHX};R9-XR z=$@)rxF|6Tk`4Khp&ZUE_->LiMW~wyb=R3^r)2uZtWIFLHs=y1XFDrJFAJCk)a`%Y z<~(lg!8%Me_X?BEJ**)x{b1}tMoJs2AeJ+$qSJ+M?6Y4JqA4;BGn%Ht?NvD~)>Mlz zZGewncWLGrny}wn@^8Av$L-8ClSg|`6180?yE>SWIFw>Z*ST$MLkP%ix`#qWrpNsBMa)cOm0k0<^{C+AwitOQ$ZUo2z^h zJ-tva2h&Ss*s8~oTzQ$JYzZ_3z?CN{aFx57OV*41$F7!ee{b0)*AY`+8a_F99~HuQhL`KuP8 zTYZY0!K9lAV_CG9G#-%yMm6DHL*>)~%@q@Cs|KJyUx%Ij zg`yx~G>XFK;9gItw+Qt~fQAdt6kSE=s63Ew~{*V?B^3k z^OC6**t80Kalv<9-a!X`L?N9I=W}n;UOEzoK@~GD=n)$^3P&)bVzH(f6JzBuI^YLX zHZ+J(p3KRL#U?e?$EH@)O~PfFP`)%Ww6_fxt)vlfJa2RCEEI7#Gd4r6^yi#9c zy|N4u@JbHxGvzwA!-WB&i6_IIaQnbZ7G=U+=OqUPlj;u6Vx#f8rTA&wgk)Lgq`E_J z;nd453WpNw78P|(#9UO|4KJ;YV=gMoVSn6)iiRAKShqNQq<|;V%`GnKk(67U%VcoC zD772s$$c+@BcaX-fC0s2eZ=V=ia|w3CsH%0_?X0=3>suJnS@|aX?_aQ!G*^WX;Qht z;cunFijEhjwl7zFLTb6e1*zpq`liB4PfUT83>uIM3!jt%PDVN9CL4dySr;8Cj?vmQwVXHG zqo<3bbg6`WeTq(qmO~grxR(IU9L5F)cY`V>R?iI67tvH5!=>w{CUx}%H#;WRM`b9a zeGOhaiF#7^q8ufxHx08v2UT&{C9! zmZD-I@=`b-Zg(%sNNKYu4IM>k=qOG@M{ycDib2P5sdS`XHZnwaZz$r*))4(uDj)1t zk0Fjsg9RGe5Z_8clD3_gs{LpU!svIb(+y2H-Oz+FG^xG9GM@@e zCs$!Cuqh>r(s7E*|9Ed$J2=Gr^5?6D786zO+>S3jV1Pz{ zh2Kh&@>_>>4@1hc&VaMPxv%lR{tAqgC;nqE)=N3~YkDV0$}`)urW$8QhyKoiK2ksQ zmzkvO`>%Y-Tgp@ZXoEnX7+Nj{mp2^(WK|e@WpG7y8oNua$D#zrYVjNLlbt_SI=AOaE=Z8zSYX z!yAo*U0wf5zsN3Szki)?U`RRkYxo@)DaZT+zY-|rY5BZebMX5|_<5x>c$qV`Si+$f z3Y8Prp$-D27)e~I#gcKIPF#mLB}0>A4|&NHg+_msU;YEWbH9@B{sGZ>;+HFMER)$- zRa;*UIOEdyFh=jnP?{8;#DEc*^J^-oWQQd|J#baTPv$e15SmqpP(v*j<<_g551~FMeuk zGd?fj^Xp)i)fPNbn7mUuMlDDe_LZ{hRDtQ;{fJ4;-bonyP+0emL)l z?}&$w_^#M;#L41U_`G|>DdG=DoGLy!A|l>7a+v>vBa8i?;xng5v2|UK;X?eZ#|Z0| z9ze6QM^vooVOUS}I1Rrb3Fz}ZMhfv7plyKe?Qyyge**L`J<5gnX>L?pooiS(=AHq9 zaz|LV=bkCVJ%FywHT+NJ7K>l!mWg-p`D1Q_xT;W^0MCEOBGBO5B0Z!_kw) z%h4>cGn(apH(Ko9k008ZcUrZ$=`_E%>$Dp2*=b$z3vlkSL*Dkn1T5T7A z%YVG!N8&FR{8+SHm}M=v5P+L5{E@ih!XJzKF3j>jd10~tg$q&q!nxAib)gjUzb_Ql z`xnjw>irj9C9S_+I3Lk3m_6qr{OH`mi%e_LMa;hWqN}92?xF?KGGDuBp$wQmja@B; zc^#gXxiYo@@ke6|@mzTEHGtfD@wL)4S6|$U=M#Vk^F=^}xeE|sesD2Vr#Y|UIv`$D z;WwYHxL*3r*YFhP+KD$H@0p2z$1wh!?X;%`-c^TEkW(cY7Ig09I>*E=T% z1LB>@esdpFf0-P#%z0A)T0Esj+=tI5d|t!neSE&aXYte;aX&s=@OcZL5AnIGx<)L= z=TUrK!slIlKEvmRni_F0KAUT5%ol60EPPgzC2yFPX)T>b#@;>+jQ!2DWgzzY+FS5^ zv342A+J!ij&UC-IYx=FyXTFc8FrTaIY+1j;!`xYib!BheZK&{h-Euq^)Zc~zH`g!6 zZ;7s`?<}l)>#^u;teQ6`=VCrv7UGu}K;_e@2iOu-Dh0iDWT-%r>?!o72eBN%%lDiwTt$mH` z?T3x%?d+!8Wudtk&jRyaJZ=pF1-_?vH4Pp+slXx^EZfN!Mcp1*LE2N?ZeAf;CbDTD0<6(L_vGt zM=S8${UeIrx*t>AcK!J0D6{ZCevbHU|3T4v1y5nV`yUj&1^)@rGjIOST+6xx5A&Y? z%oWxHd_0V#c=kW1S}!rRgQ?#j^)6F;nfe5&&zSn@Pmo&pld0AXKSAmyrtU#%HB*l; z^$b!kGW9A`?;!O)Q~Q}}nKjj#I}53+XCZY9QY)Ccm#OtgZD#6Ord~(tH%#qj>SLrn zW$N-4iR5)Ha;miiQDNPx0KXvMVFlQr051^miURCZfIR?+%P*H%VksXF^YJntzvttM zpW<-~ACL0!D?aw}ape_w+{VXae7wrXANZI%TV}~?X3HMd;@OhJy==C`ct1E>-UXrB z%Amk}n}Kb9%pliXa3z9}xtu}3e1w6pc3vra3Gx1wG9>?WrR-__^-6{9iz|t3=^Uv9 zhk<3SpCj)^Lr>3vz4zH184|5?CFc2DdA|AFTuC|mF9yQ;%Urn<1zYB!;A8Vp@HxEA zR_vdLg125J?~!HZ8U`Sf0mx)vn;$aBHRsMp5HgoB2$&Bs5aPZ0K=bGMKy&8;dA{|+ z0(mc>I~JgYs}~~c?uE$Ou~42bezOolJ^yN{WSfC7@4s5!heo$BC^X+ zwn%caZDnAY?=6z|1L>y>3eDCV5fqp|XJDJ_8RVKTGYFZx83fG#VE{$27)YO945a%P z1L>VVlfM9(^$ZHlUoj{!_b{-{FBs&SinfEgYn7?Eo#Q!V-n%0|u=JA_==H;6t zmBM=rgjlc?nYS-R=1WVF*|tg% zC@>#lV4Ke}$TfE{2$_Fk5HRQ7fk24$cL3@3JAm}_JAm}sJ0%s^&lw2o@jK;%DD%vn z5VODCiGqt(py1{eD7a&Vq+WZ6fhAfovBX_>A@kL{kon$Sl8WvV2Bvw#-SQ!jwvs`i z`8b0D^A!fR`8x)==4T8-=5;F(1kAe`2=T^BApHREnHS6M0n)qgk$o)d0Y1$~@D$cY z^?ZsDvHc!7-FjUC-d2F$5%5O^_*en{M!=Q#vf=_fEpg+$04!60I}~6Q0c#ZCF$H*< zfaeupy8^sPz;6}ccM9+)0uCs^-xOfpeE?j0A6vN*PwdGExJv<6DZnEHJgxvwE5M5c z>`;I=6<{|3dlleM3h*fbKV3zn^YFC9^{W85NdazCfO`NC&#sa=V$UjQ$2s>ScH8}k z-Ot!FjO}3T4~%`v*rHz`cE>Le+rZd!jQuxb`x(3H0mOdx0Ai~ddxEjo8GDzpzcIFO zHDW(sjo2E-wlVf5V;?bg`Gbhv{2*d08QaX*%Z%+oOn&g7>}~z!L8WRxe~_y7>WAbS z2+17`3eB|)3e4vi*ydXda?Sk=Lgv+L5MWJb02x>#kHJr(BSY?3BagOrtx-t-dkv9p ze^};O)=oan|H4yPe^k$p2@!K1!5Ve-BLv@orzP$p;C=;IqX5qk@S*~|ssQg1@COC> zNCB>R6oC1U5=SeZmRL@}-3oBO0z3|Y`1Pac{(e5@uft;nA5ZYHlaCMakbhk#ZR_&K z6!mi-BlR~uCfB0d_cI8Yn;8Vm*BJ=wz+>`QA+B1FZnv(N`PP#4s^YEdS@GWW@?lh5 z#~@@r!ysVpVj!%~*URIDxMqVqPTsgde#^RLgQ|Gv22`~6Y><70`0EB>ZP_Rbta%$% z<~19M_2!N8B-kx{n)l!d8-1gs>HRzd7z%`0?=xR~wh^6P{5ZOG%j5Dy>*tRvJoi0L zJdZyvAHmrEih*tZ7lT~$4-7))rwm|YJ%K=24?Q9KW4(O>}S35ghI3P38LBk zgnShBKV*<=wmgX-WM0D{V6I>wtY1DU2V%GPB$Xt_d^dJmFNN=>Zja-6 zr-Izw?J>mf>$U;U-|}g^+ikq@`);$P@rQ0dmA-}D#|fjg`*>qf_ba8bq&q+ha(;=z z59K_8=OZ~!;<-L&6P{1xY{v7coTu=7Cg(EYd!CP%_;@AfX#jtnvjuwgZob5+Qv<$@ zH>0wuu}NkjT8SUOuA0<;;$_l@?;X}nnIpqR0}2Ne+64nA4s05D$-wHyft3}NQ>z9} zscs%viC;>ZUOi*_fGPF$Q}9c)>cu$&@RQp8`PLi$kXL^cn>u5ng4Nc}oZeqO`lF?q zs>)`&qPVcQWMXkyNpV^6E89nh-+!RZB~YNdA$wNc>1&v`AY7A6~{H=?6so$b{c<>?rXg z4}nZ6gnrXfpsij;8G{Dl>@;aOFcja9RSAS|h=xv{pYPUsAH!e`f=J74*efV{Hd zd|@!+r1063CzdrAgv0sydExNPil*wyFmhJc%?Vf5&!1mkS2}5CUP(!QZaCaLx3T`* zFmTRko*S-eY^-lAS!kCPK6_T}R6BrLG&NUL&I>oxSJyRHH5!X#EskJGMP(qcs-Y<_ zcUpb@{3$bQP^aOI@B))bdd5Vj8qP$+XQT2Z)sq#G#SQ~XPnkJw;^e&Cs`*Wojnxg! zRdog6KnebYhlu(CkyBcsDrj6jN|Edsk4S|tFF(4bI}CNjTP0+O{JA3 zC4h~rsI9H9tZ1%pB%ow$UdgnHWh26>eY(|be8v1KyJpSR^Q)XP4~>*Lvbo-7aY?nR z^~6ZrH>0Ppx~{3JvAJaa)QOd6p>Yq2fthsSPW%Gi@sB(&aCshhK6N5k z2)2(5tNNZADWF@HgOu~aiiU39lML-`|xw;Ry22O zm)I0;vmGKUIWp4tZZ{twW4fV6-;Go!)z+JHs+z-dYU^iK)GEmd*n-tubzXHd=zM@$ zemK;oRKv-FU^G)2G()`S|)$uxo&6HA6^VT=h8<9UsRx(^|iUI7q3NqyS)AnxzL9Gxq?7^qPpp&0VW6ybV)$6phJS@;D6E3eT%dUEipzE z>ExjZnKhXPSjX&Hx|wOR5EhZ?vCNQx$|Zr(zM2d#Dx#sntXhUowT|6Jnq`nDMuz0P zFGG_p=L06B*D_7w)lx)2_xmkxhKZtp#0NYwAJQNNc+FDSN+_L?r=$p^XH5xd8hw_JTowrVi}WBW=2Luz zEb+f$wJo?rmEnUVf>)L=xR$MM;U8EL(rSRrZ+XBUG)mGbAdmS$3>hT+_nMGe^34*b zWJ2l#sHm=ZkL;PoP!UK`O+vP3>auLfdM1oCy2*4PClo+4NR}a*t*s>9Ze4>QhzXHE ze%Y8(F2QJ4nI&YfHP{hVFjHqCZ0nHTT%-D_$qD7Q2x2NqS&CE?GAHGUQpDy(MPo{isiW3o z9l;oIjm4s(?B+fqlXcYM>u9o$5C_H0Z&F8L*OC3eunPc4oI*aD1RzBQ=(Pkos^3pN z^Qxm~x}=`DL+Y6!0<4JEGZJi}GT=o}1tQ7>NZO%|1-05*dQ<`;|ImT&m+;#pa==$Z z|H}03^tkD}9QbYtze}b+yE`!w>=2^@T4+!WI;&L!4k~o4z*p))kh1Iwo0K+sTvB#A z@K+@~Li%n8z9%aEclz|-P@h6L+Bk`&T(6)fcyHp)A;FG3sz7w-*z6$blt@$$1M;m7 ze4B(vBy5KR-x-^}4VH%@h8|Z^w>a>vQSev2x(6ftk)Rlv+O&C@+ELPvUa?2i$dMy> zDI)<8g?cN;I*WY>v7tW^x?j`;FHPe zRLG#+0L1LP9vTxKIc!6Jq)Iw4mO?2~4N0sV+oh&F$}$~u1^DM>cw|wM8YXOo9l=7C zn#T}sW8;8tt4xkbS$bNe7+IyDG~@=5m{1l?Gg<2fI-|r~OT!Rt{0Je>C~+1XGNI*4 zvUw9Z5W39uXJUX9vUW%dJeJI2W*a`3NU&S7jUN>mQ1n)k!nhNtd^MIQ_)E!4Ib?fK zL{SY3BO$pkL5GT8Q~xT!6UbsJZ=P+QYN62)A5tBKZ2$Ae-|b2&)Gc_C_&7KsOFTj> zh58VL-u>gtcOkwQ-lLRd!m(unC^JJxNo#K^=|!stFDGdO01qfF3fG0D+pzQqOg7Xc zWR)!$gdzl^AgnE{4GeTt7sP~?Nv1(4VL_X;S~$L`A<=|^RAdA#Q<+AFloW`F7TOBo zBoe&P2tl9#W%|jMHbe|mMm40sv1k?CAAvi@HsM+N1XolMnw05@mRHEChc>&3w4P|2 zo#Nw2pviW2rF23>N+(66ltqQmU=f=iMHSomWn7Vr64KDj(uX*xm5kBUWvU_KxJV@| zCkYy7sF8NGup>+<0-SrLBjhQBeXCn& z<23e1_(q9=u;YR?;G>Y!FEp_wBGWHGl~kh?*l{vx@L?%1(#97lB9v>BE(L@U~!js`#`-1)fOOlHz3nNl;5Pie!l`7aHWe zx2_4u1qqRZfHbV7eLpW`E(ks$sgO*OwmnR9n!g^*HjI-c&rsF0Ojy%ddOD`(>>iLd zDl7P)1gZNdWpvccno<&kuql~fxkhjci=mMkgjTRT(CDyPqo{(F98HQcjFB9(R7`vX zIxo7WOAZ)olLKT!g++4U%Qmt|hlk{3p_fZ}z^KxV91m5XqDZ1d+rt(|-Qe-b!OUX) zfdJjrgR-S;8Zv}pK%7ct*8&L)H8BDXPF<}e4s(7T0s}GOD=pLD6hkKpFVd5y25`dW zB!Y=KiJUSW@=3PaV+zuPy>=t(KoV(ZRi-a9iBb+iWLt9lOad$A91MK78#bDW9OD!d zIk1t5)YNpGHto(tGr~dH+$an@Llr@?Tq8l_NX`b=ekjy$_<10iDcY%FGaQQArwlP^DNKwecGMV+1G_Fn2OVsMkc0 zC9s|o`jDd(>x<#;4f_4Xh~X#%n?jj@I&D755NI!|zDzbV#hZhaj9|$BsE&0k+qlV{ zmuVaY2DE?(MSIl!RMZFVk8+M^PT<{}s4o6>E_ z;B}JSk~}IHk_U|<%~i`GG%~RIAIEG^SR8BGdy5|y;YV5HegpP61ONw#tj zstV)uQ!)Re-II|CvebT^Na2b((Y;Ua1#M%bRH3Qzt1>F|jMaBUc>YiyxW2 zpc4kC*YY~4pdV>pV5Id*irJl@bx~Kuz(eVa5e?Ja+m_avW`g^21+(EL5{R5q^Tp9xxGjNd~yw(`w1kFtdX__I4Erk z08l)rWE7bM7c(cO!}7Hp50gM1b|fSx(N}fJYG?@))~D3GO3lhf)krNH7GsWEUgKIk=1LV1W-Y}2wgz>y(LiQ*!BR^0P3AMxu zI$Ipm42K)2sBQR>3FHs*k=1Gs0Lf%6B{x8-A&j ziQC1h%t7(A}}sXfCE zUCf|k{SN@?&~I0(BtlKX$#UUu)1~lIrDM9o2GwcRTbjF(rce^V1SXU{mJgaUHD`su z(%5&%ZG9g1Vc@cdnR3%dqxA_vh&EOcOlYhkBby1dVp=GvVPWV-QtN>>s6y0(gv&B? zN<|{;Rw2T$=MP;cR}>y&&7&~eD5ZS}QIvzWtrz{57|?T+6e%sNaTH(B&or!7Ne+@D zAs8Jxdxhkmj)`^1Sdf{7Vbm-g82S=_5G?SM-jhlPW~!o`?3}lm&CcYQCK38gGw^d7 zZ_kjhIwY-Wx!#0DB4tfuCe4&!2xm&<5_=2efGr3GN7k5R4VP=!0$+g-29?cvx%)zF z8NjBDEF$G}T(ZkT(o<5{Ar)e&;ep*YF%=^0hoKpR%N5(>8bOs|BUg<8CaN_*ry1hb z@Rfy&_6KdYxvPb;xawokT2kc$%~!ACZ`ROxY;yr4nW^+RvI04{hH;B)PuTPQE$LU= zUYPHPEL-B`Vw2%4cS$XWVQUaG+XEOI3sS07iX%s|ZJ@rO3#B0@xr;P1oNhW|PltkA6g?R|Mq(GZPVVYu_QN?BUqIsG;Fw+mY z^_OM_21>mPTvVnIZbYR3B?j?i0+MNHCS$YFH8hbk&d>x*8k!(TWZ3(@Qb3(Cj~n5# z0=AY0%?Z95E4?wAMry8Dbgkf9ThHY*8 zE$qiSwmK@Pn1PB?J8-zq46yP6RNmo>XP}jAGr_~rU2;M0DPw)`R5j2>4=wIk$MF#% ziijE9N-;wy*-D8pHHrAJ`^tGyl7md~L5`@x@@7Q%g?4uM#Zi$Qh#D1rU@O^^Df#8I z`6W}iqaxNmFpNs3A$uAstmYswe8ap00wRS(%|IMRP=E$1CfO3=8yJ~LU=9(@8lO`e z%bQ@-m6iYviCEUygL7o~`)>BdxwmmJv#*^8tL>hO)pl8lwH-B^1yx72E0rGiQ6Vw` z+5Ev@6Uo=mgwz3OYuW5l6RH&kSP|c8LU7e|d$v?|N&`e&|Lp9lXa5^$!l%E}ggieK zHBLk{p~IT*G~qX1hx$<0bjR-N6pM**LT)F2A6uR2GqE!Oy*GE$qy39yrK$4~B+D5m6$FD;v zc>EfYg4>&{z~iiEfv`^DERUcFE>i`sC;$A%GPIT?lPVbzx71`)^EHzGxzgibO${<*H9={5IRhJ!2(nZv=cH^v|bdc&K(M}ECLzx z{+4I%y5rf`?)w|0ttAyifxREe8tBXHU<*?h87pOQn7D$$;sF1zVwysIGqXL-m@IL< z1WD0-E+*{?m3C`tjHK;Mtr^2ZD%~V)N2-!Ep0J>#Wr;NoUMXp-8G_t}-wZ|d* zu$Ua8KmtduG1T?@-dpv{cQ8p*qf(aGsJd30t;_7=W^y=q1judbZ+DB_0R2uxEqA}n zelKgW8PT80m0uCsXeW*7s#}nWC%^2j%1rE1o%W!>E55#DQvnw5g?A^98o>XS4OV@B1JR?yOSe#$ztBJ;S`52+ zj%lcPktvi0+|8^*#mg=Pn&ml$3Uy~-cu57jg7&XHBw~e8y@OAJ2e4(-k3piMxqyZB z=EU(ZQF@MSKTu@Hfg)MY?cxBaw;w1sM&2l*&{=Ti&Hj}PtlBQe*hB>OmUjh}HH(<- zu`y4(F`cn7kGL@%u`zeKG3~K2tK68j*qEhmOiOIcXMG~H?dxNA@Q^%78!{kH1pQ57>63ngfY<-^# z#9r%;-Y5;wJqpUM4FFO@01;)0Y-4-xB4ewjeglBGty1mn!9cV|$(=m@8(*#MT1{vJ z>B4DE`z#-F_bSwB(!z&$W$m(zeSM0IPEGwp0C7q`Z|@x`!x>T8-Mi^RY3zUtG4>cW zqpfBxx4S3MQsHfYerEAfGpb$)-8p6x<|^&)?dsTVYajIfgD}ijeuR#yw4P(4M-01` zSQ8dnHQIzF4b)apilF_VOjxQ;+vxL#A3{*Y(w`&M#h-F2(`#~y(8ARl`4&@ z)1l`x_-(t;(V`&Zb3i*!R1{wUo6WIurAci!8NlsV%2NR%vGINp9Mnm&1;InP()$lrXyMe_hYHw2|E@K~4 zkSK$g2D=U20Ppro<-({4MOnu*W$g-XhBs1ijO@0R-3~(HE$6L7JyhHnscC2zAojra zJ4PyMw!!O=jS+IWs$3^4w?mlgVOi@weTK zd!rE|m2H@JrK$l{{wfISMY_-)Ql+T31OYwNm3livU34_Iz7m14D3b^rHC{#|5ut9Q zUTkD%%(!L$qRFAI+lUvNGj_!5mUG{M(6)fzJyP3tph(R3dd}H#ph!%`dd|81K#^TB zk$U%$J=I-~;>eyF89leh#ysuDbjHR!;>L8u#@yw`w8zG*a%0+JW0txxEwM45xnusm z*fIYdH|Ag6Qjv4B_#vG}M6PXe>{LpE!v?`wH~~dFVtXtYOR4~FjRoR#zD{swEEvKr zt(Hx(U}d#*xWFi@Wu1cdWVLM4)Q<>3f9 zZKeroFOF@ZALh&xbh}b&Ld8;mHexPp8?prEO5lcAV3q`~jRh+CTOA8bmnm1o0%3DN zB$vekmFz8Xf%pmWT9SsOpObY(Mpue#X^;hD4pFpb+hH-clUeI}b6{$hExj|vX=(ZM zme3|J&t3yjqYIBfvZ+I`?r>6r2O;rua2|=qj|!sN8Z6s}LPLN1<0Wfg0d1upEPIhI z%<|A?lG|M%H!3m_U#NFTf40$)g4H^bxhaKYu9ReUIfgxc#IL$G7J_ib7#LB32*Fs9 z&E!wkCBZN&GjTYC1mmCx3FfK7h;Z5~xtU0?Jpel;Y9&|S5x|iY)Tj@fZcDg;$1LIQ z_dDXS88a!7=~smltOR1C1P5HO5{V5GjJlGyOs#}stpuZ`9Iz6L)e;P8cfd+8R!DHr z1uM~5Cc&u+jQVXx{U{tuB)o5tv7cMrve-g>6Cx=dn?Pb4`Q9m)_1Yxg_xT<1z%jTG zZH7bWy6b)D4`j2$bF52brdi44d73=y0R~3#9Cp|{D4JH6ZHsr=LEChHQwB$gx9PS@ z*5cCxvepb?#n5IXLpXC~^N%5`#^82voB6VJuKd+TK{8lC#~hKqY0b#sZa$ z?T7^`3ESoZAz!ab60`L!3c3Yw&K7tZYkmq$`au7-Rk6 z?gKQ!N}7!Q99AwvAl>RmR;F8NS#Z*#S&30{siY)J*c%lsGB{M&Gp{8wI7(bXcU>=s zm7B3vV6&1yyW7SB?M@pDw7YC9(C)CYK)buf0`1P~0>R3?)M@Oh3c3zKMQfqHNBXmk zJ-v#I^T?-OHF&G#>-Js_C;I`0xn$;Ha9g4|xsJ?pIJp*q0aiLWIl$^iPWFrDBvju@ zlom4uZ6jrv7O$ea3A7i>v1tpMDx&oWR_xm>!FFdQI7_D9D8Y8GC0Ma=g9O{%mte)j zwGwRiV}cbMS4*(np$W!+uxy0{yFL4Jsw}{lNjSRrCIA%eh5CN!&o=hsOlt#xEs~l0 zolDKxPiI(#g#9XlAzC6vj;V zxq7f(5oqsN8SM;i#c)$xJ!H~JEE^c#IAO5CE*c{?HFC{WsD9Pgjq;;XObgupR;FV9-&kp!AjshlwivRXGx*hE5R8q z*j9fMoausX1t`Hsx?m-6J0$oh7pw$sn*@JPfzfwYEBf^<5`J`%u@k?FQnbTlMI?vW zm0td~9^CVizg?2Q+mjsr4k8TPI|eS;^TV({%S>2LeK7^N=A3naw(eAY?Yj7=n=5jA95vX7h(32${_mh9EL7H#V^H zV8R}cWCG%`??4!sunr#>IEz(GA`|eL0ld3B4ig3=v>#Q>hT93&M0#CoU)0-S!V(0I zwX(>BW39nt!r*8oVC`!cO6ES3y&AP$28RlJ!RrMXgoR3Xzv+nAW-RL3g8_j`xHiTD zm1u2<1=@o_EYKbdVu4DiR>T68NG)@L5U9p}W2V za@bw%g}E*n93}otw*`5&km~Lh|290pefKypmS@sIx9vO^m;O~{eQQ}>?ZAP>b zX2?~-455G6Ll{F=#PDRuRl*FpN|+(^4|jOlfs&|%+vv(NF%gk|Y;G7u*qlYrFvyEe z$&uCwM}`oF`VND;2hd2XZYL8Qj%-69*UBMBa;+ic$dG7`z!YE1y1Gl7`#D)g&_0{+ znGB8+U(#*Ix8~G%zXVGZcK;wy^^ea%LKIN-j}K#ks(t5+iMA=V*@z=v9gCIa`j`X>S(W*wFYJkT1L2z0Oae2W3$O$0XY&f5ah^ZFhcF4#Ns#UQDv5<On&kyCfO6c zBgr=Pc9LNmr(2In8$2)HLtte zxYY%=s$`umgvpfJ-Q)uI0|;y#E`-UH&RypMpCz?fEH$Y1s=J# z{1QB!gkU+$Mxh1@`9VH3uynCFLLMU7PNd%+49TF10}x6`y@OAZV*}!&(P+{8UUAvc z_6Ls7JwSZ7oyAz>od+s8c4v|Lc8G9~%lvB`is1>a1U->QTXgoGR&-U{;AsI&9)W3b zVf*{o`%(MdK7*|i=UB@=1?_2rC@Zwv77Q4gFkPIr?*SnkSC1!46134NT#~ZE327vD ztrNnEyi3Gt1?`ClOMO8Q<-@*JMBJm~kPGDrc!N&L`i;R(cuUKk<(T>HM=u$}P|Nn) zw}D$d6_p;6-x)+HFrH)T>zq?14(EW4>Phm$gXl@p#Z-co!N875N~?RG0h1JUTqaxC z$AD$W#q#v$?7)~Of6~YPmZ8K0SodBB@x`#8@ZgmE6?+104SA58j;+viwv4m^CU+5A z9GGmh{Z7NkM%(9vWTWkILL!9i6i0Hp6tpK!21D`-jHm}D9xbtF@Qm;W0l@7LxJ#gF)|vS3KA^7&e{$7%xPPIE zAKn+Cw}s!=gnI-k<`Dh+!k^U4vf=*-2qhiz5&{5PG=H)LjH#%bhwv4e->j{e3Ex$k zKdElPJeh5U=J(C6;MD}@BWAVc4^-DJteA!B)Hkw-b$~=O0VicOzqg{9cTgbu5umE9 zXq1^B)BL>~E9&M{%?d~2pF@0e{en4jk@h8~t*xk@5C5xiX!mITVjU%QU1JIZ?#W~N z2orASlS73EZp(EmMH1a7ey4fiiq}8#_~@>A9p7+o*SnLsLHAE!bUq%r0pQrOW!#Wqs+gzD&#dGA$a}jKxMEQ!pn}B;z5rG(3b2#zSmbc!-T$B(~9baNN%H zpUiUjM=bo4<-jEt{t*k~h=p;)!Z>0fOoTRj6ir)tDXQr*2VLf%%N%rxjV^Q2B{sUm zMi)oelVWKi^y_2U(hUnR$JDGRZWB&gBv(R9ys@-6SQyJ1IanP2&}EHCugjk;Jzzni z7%nqRz7Q+1(2b(SmzWkLN{Gd2D`F%TN(R)hPqh`>A)0!InS(BCM%Q_Wfqv3Nm)Pjy z3$DGs9!<r@Ut5rQ((BE0d&K;Vh zZeOV`sXI9Z90~1=!@D~UvM(9G4g!XiI8;d)*wm^@YDm>&N$r;+Hq_?tPT^{NIEDG1 z*|zNj=EL7fY=zmgXP-n0g=jem{VOit);P$HI7pY@pDR(|#WMKk$SKR0e=?b+WV-q8&Xu>O@5W1{ge5(vtdJ9;_`0~#L_`tuuO87G+4KKRcl~eA)b~c z&{?6D6u(zp2Zg|8DSi*e<0^QUrTCL^Ptn4vCfu=v@O3Hvagke!Mwg#BYLs&?PF53c z(Fr$Ob=lT2b;nq|D5YvvlQqBMyz2Q2=37k*8XD>wF`!#a2TZS|_z!n4?J1m9g)ySm zy%t#hlJ=UNq(x|YhSXq>ZPepOww0wd#_ zz5PeT(VLgse13y{n+z#l(nnETiN;~s5W+rwzncbt)qNCcOOS-5^~YnA*2nLuTOiGy z2m1KE_43{-K-^_Y6R7D*^&m(GPbzOzDL3Z}>C(o*G zf=M!~Y8E2jKxEy5`7>oB?(O4O(vF#dIJ%DF3p2zY04$m7=&-3u_#3Qa= zd{K+=;uf)axWP;JEq}bFMcfN9JG?)yv^med+?RvsEVsU$pQ%&8?~aYfSfsU>A4nh1!XN9Y+n zqACC?-boZel~*uk%DCxML(|H`W2cmrmmC5Vp3F|(ucfXKE5yxcxJe5aTH#_Q+zVAv zy8yin!lxkLxvJ8#BHovU(uUVoH8n9Sp_zF5F$$)Le=SsCe;Lepq;pa<8AtFS04X6-yO$l~v)2 z+0a_J){fVfl}Z|IHcA@hty-m|vZQ2Td6+k?>EG+Q$qF@{cd)rlRyZwmnryKNrR8Pe z(?VyJ9L82VdfCCW8Y@VqC1idzY8K5Uhw;%Dp&<$AK2Qtfs}|6Y>A6lLH9af3PWdBB z&MF68rBfz{OD3008$UffHZ(OfwzPbD$v{+2&*~A^@DZABMdQjV8arijS^2cn$CeYF z6zju@BfDoD#ffl~Pn$AnQpvRNq>?jACY6=&Td4Z6J>n=tJ9X=&pu@qT=sA5Fdg+mD ztmF0^Ok=U3zR?waY~qAck1oUpjuCb=Cksj_5$ulRArm9f^}2V(@n0nf<8470(lgT_ z2uDUYUVd&A)5c9XbMp9Up>ZW8x#a!O9?=w`{W7A_z3d0SDPMdQ2H&ee2zlTV*m5*`;iEi@h~ zhs{^eb8g5$xBfTnbTt0BlCh!b;i&#sOgzJT#4{3NFeI9a{E?-T&wvn4gDRO;5*|AZ zgLk-WYUs?#;qubcN=il&--w>^q0x?s!8bexU&&chLzBlTRL2ulVb7?FH2vrpR0XKl zl*!{KOqnz;96c(OoB&K_5xZ92@NxAE&aJGUP`$7UYhklS$n~kBhQ|6z46r2&b(liI zBoXwApik3#tkfZ;_4V&_!%pwj# z3GT@(koRO3;Vt`8^?9WeabM}QvT@<5<>4sWN1lushG*pC|HQQC<#INmY@f(jidx(A zks{m9DsgL-Kk`t_UW2`~U}}^I4Cj5UB_fzCf__a;wp%YRH#dZZfFR7l6yX{5q>dc_ zICHK?`A|2YvR3Lk(Gm8}qj_9hDhh<>_&X_P6aPv3 z$VfQ{tfP=D6rR!3BZBa4-pM+JSF(Cer~&c_8*D+2o~RaL#lE7ss-!w{DQ~=Slb`4! z-u!6$lQ$HXXr9dQ+2y4NEUsiCbfD)%+6CRIa;N+9I@KUnBu?7MW>lRdq2&}!14KI3 zgtD(FrftQ$q&cmTdkNucOa$b`%8YR)D)CX>rdBl46HINO=OE_t8fZ0hm5yf)nUg?O8b-M@Jz6Ls1j%nY_ zn2!vK7+B+PkIs!96*2x|gv6MLZc@}(g(>L5s*?G_Gw!$lB1E&BG%RSEi)k{hS#PSv zt?UgI&2v?i7EXa0_LQvr4;|4Wrb2?wqh?#t0~AhOjuXMY!gI>Q|5$zbmCeg1YK+u+TKG>U^x`&5`Rsr*hbE^e(WXQ2YUu=Zx49Wy?h% zMmP#LdSwX8rxM{)6aA{Z`YRjo?Xb{1HT3R3+p4C(z zo?B5j3tQpAL7JYVmUVEZLeqWr63+-jB)OqNQ(*bWi5sp*#}#>^^A#rvEb}=jM|v4@ z7X9*aeMA!p=JmoBr5nso7Rgb;;r^JsBLXZmlD7!ow~PuF_m0Us5@*ZY*!;X;bl&{@ z)M(841$}YdV+3=4aT@F66jYGcPheFh63p)(jjEs^ok4%jBsu5ie%=6qh2q{(fSiKj zL1Kc7VtD@G=;DVL91%_W@ZlDNF$jhiWyT>Lk$V)8#-tmO_q}*n{?X#(?&%7SiBC5o zD?VLec08=;*f?0>@SJ#9-f{7;{2}qMf}wG=6pk1cpRPDB4py8y9OsB*c~D$X7zZ1f zJ4)nsOEA23)a+0-OAy0MQtyS_vV2GvS|i$Q6*cuHcl+^OP-Xho4bS$Lwuc~dCN zk#*a={Hc^zH(c=j*!bboD4TBlh_cxD!g7)9xj`PL?VZzDKdYj-BFE7l**PlAVHVL|cM#O{gUF`0u@WtfrpyGJYNFh?Yq0hsqrZ`w$0vL`u#-#(f zaWK#u2Lp9+Fpw7qOF&M~5DhVt(_JEa&F+pMz$5$&RaiZeD?dam-$^9w}9LwXlkcXy;2SUfk z1EJ*Ofza~tz(j43m#7W$&<6b-iS2ekRPP=WIRdJSM>U7>|C$q5Obzkzz!sr>`K8h1 z?c4zG(feIUWY=euUf6j$C8Ss zo%pYF3PaP5Kgh*8O*^gUt!q?z%(r+JUDJ*@sNHl;3w@ghpEd2Mf9!EeO&j(vda^^) zPU_B@Z}$khrXBg+$*^zfWSFLn`tD3ZPuqM@RVCkT+f{Wx5{5&H33o=n&bFPVo%-Fr z9e@1ep4N=)+iBXw?{?%9osQ{2?(D;b2i|Co+mY9_(*K~}vS`|I-yH@Df1SfXnl}DF z?kJF^P5AD_UF5fzUvbJO!HGLfJLTWtC#ag1`A_!aD^1J$k3B7}X(u0CYaHk>>$mz- zI88hH-{(xWrj7d-JQc5LWB-9aiP5ytnLIQQcUB>0y&PX-n8?#s@yVig0gz}MamDXn zbjNinam6Q##Wj|=zG598MV|JRr@)YCg4l2yR*{n%t7_{jbH+{?SK|5aB*TkuOr+?> zVWtpAU?(j}lzGL~nos;(>t#Hw`Gv6!pTiPgXaVCI9idxwgnq6E%=`7;!q}|$HpSz5 zAMrAtKjCRH0^)K!dpusTDJj)lDx?CtFif%}uFC z3*)iWqfPPK)MLaS@w|iQgVcceMQXM%F72Cbie-J%%xn7|Cybl>9%qWRefyYq_Z=#X z2m1~+#b(6)rtdIeJll7eDRv*WchKpYwG9u}! zG$HOu3naaoCXzmafAOJ(<^zXfYvYkai_OOl#m3EV4=om#^c!WY?RUIs{H5RVLR{S6 zE86>y78~(w?LXSw+5ZF~{@DLSvAh3C=Ewa{7UJ{%A@MM-w|F5vApU~q-opaoB|Lw{ zvur>>+=J&=14enD8c^W|xy68Ci4DsC2qr}z6oFTRygU_fR z6A-Og0r7J@598UFHA?&}JK$ZFT_83eJ41Ya>P)F z17i8;GsG=;?i-EEp+=)YMhCoaj0T%V7l=zvI9ptIf>*3LVYK+wQ&=16?aDOv)hPZ6p55&VIGsLGQGrZeRDe&$(r9gae%72L^HbY!JIV`qJnIV=;o#B0DYJvApQwz+$POT8) zlc_V!W#6w9V)^%HiO0TwlGy+KDs%m`*+O(onzTm(TpEF!r8#q0hMFtPAnI znX|mcma`UljTg>Z1YI$`Me`X?OutAojF+ZgteM99fC%I7fC%HtvoFT`y|Wi1P0NfW zcrTxEiKZL(&R7h1Cm_Oj4iI77@`Fo}_X)g(@%tZK25j%+EyQO(@EX7PVXNjfHscM7 zeh9_*(hvPU(e*>G@n?oU{Gs18F8MEjuKBOgVjZ4e;duei+ju_5b4_@(SdZs1JUj8c zkLS`KjTSfI*@)+9Ja6Fn1W#MVXmKZ=M=M4fPgOtxe^L?9+GZx3D`$d@H_u#X?3#Hw zNc~wQbjMSbmxHF4E1^N|nB_HIo^^%hG2X^o7*AI9HqB@8GG3~J_TE#q6q!D)T84M) z?4?L>{p@Akp+7P7F+yK3w0I6e*UXu2-Z%%L zc7{3-dWfN4G4wn_I~n>TL+>H<5ksFbv~=!tv371iJc?&0p1!~gMeLI2Lanq|1$`~qxBT9ZSV_Y7yQC_x`D#>S_4Jv{f0KYuR4dq zcGEc&tqte2;r;qK6t)K%DPS)*Vx%=LZ@L=()lC$(=kONB8%-3p)@BHsaeZ^TY2JdD zaYu8yFgNgZAA({_^K|oRhMs3=7ea3^w1=U;A@m7DUov$0g6U@40)(zxfY2QX-ObSb z3_XF+Qw(iqs0*RD8G4tYFA!R?5TPp;B6Q=z>E^8r-O12H2tCTs7KU~pw2PtF8TuLsy+U-Msc(gjSu4&|L`K$IvE*wj%T#LoYG(*16Ng-_H$*mFES-eR#Iv`4gU& z^8?~WJR9*mi)Rm>i+>yttMNRDXFHz1;92sMfVT7}{mpBBg0{TjCku^V{A4*~u-L?69ylJVq)l$BTU7UqW+u0V<}F7$~97X`(Wi$;rg7fmu& zwP@FB#YP7mP(lZ!(6Nm7>7*M=E`k#@ZlL2c?x7>Zn-^(8@xevfXwiPLHp$$2v34Dx z&tD9~?25&RTDurg&o9;{iCv4Khb~*9Q8w`w#`-1N^(gW&I=RM9I$6g1bS&f2OW>p% zH_-_i8|nCrZFFF6TnfA^F9qJ;T&hhnc3!Gcu-~R*h-+IBc~>hUceWz(omP$V{wW>9 zSb4d&5+&YEC)aqKPL}ZpI+n4QPP%c?6>x&ab##2j20B7?T>+#YUjd|RmICR6OEq?u z-_S9QHG+KQp@TjQH6S{#1k!h}1k(1a zv>SouAv(FnvvjhIx9C{L=XBDIYkmeNXsoB>GajcS#Q*#ZXs&DnnuptfW?P%aPW>hw zAzC3m;^yUue0n(|Ut6xRuYW*C7*}7TtwM?G=;Ru|rjup-o{nX_O9xH90#49aMF$c{ zM~FQufb{Pxfb_0w(XQ`ahv4Gt5$w1gWjt}cMvd_T9o^V>y|x-T4xRDYvm7;QIeH-og>>Es#@)5$WP zqhlGn>7*N<&-2%sFtfeEw?{5Lpy|)1A4eda>wp|-!nj82w?#El0zm)G^6C$2z z*M4a3kbqYtU^fBpNWfnu;4=a)zLgnU@ixWsTLHL10&bCjpA*m_0S`(*Cjq~efM+D& z4+Q*C0(MKldjxzW0iQ|0CAR^v>^7FN9B)&sCSZ*O{9FR=C*WZT=#+q`2zXus{vZLb z6R<}D-jjg+1bit0m#iVupREDlI(UV-S_19>Kx|o~rHQxJXaTW!Eqtrj!ndBjC+K^g zzQ547pT4Vahwql#;oC&tll1*JeecqD=^gN`xC6es>3f8}9rV3H-)Hn)ekXjl-3ea@ zeZQmc5A^M$@9*?ozYf0J*TMHFecR}J3qEb{I&Gl&;W`ak_0x6QLgR{`Yqvl|ZlRNF z+)F3Rc#@7~?4*-!yh|r&T(KSwMq@gVfc4rDLOiuz3u@1=*9My}uP4g?UJsPdY|t`H z^CiBGSMe6+JM#TkLd4>`wdv*+cN5%(w<*>TuwDW>B;W}Go|1s=67VJgf02NF643Gs z051Claa@VFDQ+TQtpu!>fQJDPFa82mf0wVz?!oI;z8>N0CBELrOZ)g9%`*Rf4{2Z0 z0ot$Y(ArVu^>l*9qjY@64m!g8s6#tah)eH9m9M;4%QUaOm)Ta`i)?q^tKEuh56}r3 zPtfrhFVhj`r}t_{3$gS*?I>;eecJcT8}DPb_WQJj=3Dn^*+P7LA25D#pO$4_azCS% z-Vcn|->)49TZ3=o4!mJW->=a?{w*C0?u40dGhTdhKPr38MpWm6U^3nr9^7;eX z8svVTPP*|0ouIMwK{!6+Ryx9b{6TFPW?c^=_bd2yn)$|q%)RG9NxIa?O@aL~`jSZK3y?Og}5FtVmsl_fx5N;M|c&kwl^@0PR;crQu28}HV%U*Nqg?Hu80<7)+9 zE7R@)aCKS-6y=>HsTV#AHETg-Rb!JDu)h#hHEZb1^ED5C4^ubiQY|k(CpRb8${IFv zSktg`hgCNYtE{M;TQzJ>b@Q;wxsCPns~61AnNwds2j4@JA7RhIhaHFV3+jz^6}3Z= zZ0>@Y5>{KgaQ;yF8j6x?sw$hUih|sN!kGodg$2b0v-2wRsz%N#$gj+=ES@#9V&upX Qxy3~zM~s|RQIP%r0AlXnegFUf diff --git a/CMakeFiles/app.dir/src/spawn.cpp.o.d b/CMakeFiles/app.dir/src/spawn.cpp.o.d deleted file mode 100644 index bd96545..0000000 --- a/CMakeFiles/app.dir/src/spawn.cpp.o.d +++ /dev/null @@ -1,173 +0,0 @@ -CMakeFiles/app.dir/src/spawn.cpp.o: \ - /home/douwe/Projects/Screeps/src/spawn.cpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json.hpp \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/algorithm \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__config \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/pthread.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stddef.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__nullptr \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/features.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdlib \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdlib.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdlib.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdlib.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/alloca.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/math.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/math.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/math.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__undef_macros \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/new \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iterator \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__functional_base \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/tuple \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdexcept \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/atomic \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/numeric \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cmath \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string_view \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__string \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdio \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwchar \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwctype \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cctype \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/ctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/ctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/vector \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bit_reference \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/climits \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/limits.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__split_buffer \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/adl_serializer.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/from_json.hpp \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/forward_list \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/map \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tree \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__node_handle \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/optional \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/unordered_map \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__hash_table \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/valarray \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/exceptions.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/position_t.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_scope.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley.hpp \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cassert \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/assert.h \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/cpp_future.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/type_traits.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iterator_traits.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/void_t.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/detected.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/value_t.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_json.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iteration_proxy.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/byte_container_with_subtype.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/hash.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/binary_reader.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/input_adapters.hpp \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/istream \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ostream \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ios \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__locale \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/mutex \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__mutex_base \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/chrono \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctime \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/time.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/time.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ratio \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/system_error \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__errc \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cerrno \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/errno.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/errno.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/errno.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__threading_support \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/sched.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/locale.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/xlocale.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/streambuf \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/locale \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdarg \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdarg.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdarg.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/nl_types.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bsd_locale_fallbacks.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bitset \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/json_sax.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/lexer.hpp \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/clocale \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/meta/is_sax.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/input/parser.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/internal_iterator.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/primitive_iterator.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/iter_impl.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/iterators/json_reverse_iterator.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_pointer.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/json_ref.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/binary_writer.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/output_adapters.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/output/serializer.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/conversions/to_chars.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/ordered_map.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/detail/macro_unscope.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/thirdparty/hedley/hedley_undef.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/JS.hpp \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Object.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Room.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureSpawn.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/OwnedStructure.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Structure.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomObject.hpp \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/emscripten.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_asm.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_macros.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/em_js.h \ - /home/douwe/Projects/Screeps/include/Constants.hpp \ - /home/douwe/Projects/Screeps/include/structures/spawn.hpp diff --git a/CMakeFiles/app.dir/src/structures/spawn.cpp.o b/CMakeFiles/app.dir/src/structures/spawn.cpp.o deleted file mode 100644 index 3c8c29bb6bd68aac3b4d1b240f1a6157d3dd3ca6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 37500 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 diff --git a/CMakeFiles/app.dir/src/structures/spawn.cpp.o.d b/CMakeFiles/app.dir/src/structures/spawn.cpp.o.d deleted file mode 100644 index ae1a4f0..0000000 --- a/CMakeFiles/app.dir/src/structures/spawn.cpp.o.d +++ /dev/null @@ -1,92 +0,0 @@ -CMakeFiles/app.dir/src/structures/spawn.cpp.o: \ - /home/douwe/Projects/Screeps/src/structures/spawn.cpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Game.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Object.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/JS.hpp \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/val.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdint.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__config \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/pthread.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdint.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/alltypes.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/stdint.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/emscripten/wire.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdio.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdio.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/wasi/api.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stddef.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stddef.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__nullptr \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/features.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdlib \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdlib.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/stdlib.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/stdlib.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/alloca.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/math.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/math.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/math.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/type_traits \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstddef \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/version \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__undef_macros \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/memory \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/typeinfo \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/exception \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdint \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/new \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/utility \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tuple \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/initializer_list \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstring \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/string.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/string.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/strings.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__debug \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iosfwd \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wchar.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wchar.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wchar.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/iterator \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__functional_base \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/tuple \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/stdexcept \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/atomic \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/string_view \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__string \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/algorithm \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/functional \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/bit \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cstdio \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwchar \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cwctype \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/cctype \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/ctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/ctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/ctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/wctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/compat/wctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/wctype.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/array \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/vector \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__bit_reference \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/climits \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/limits.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libc/limits.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/lib/libc/musl/arch/emscripten/bits/limits.h \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__split_buffer \ - /home/douwe/Projects/Screeps/screepsxx/include/nlohmann/json_fwd.hpp \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/map \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__tree \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/__node_handle \ - /home/douwe/Projects/Screeps/emsdk/upstream/emscripten/system/include/libcxx/optional \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Room.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Constants.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/StructureSpawn.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/OwnedStructure.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/Structure.hpp \ - /home/douwe/Projects/Screeps/screepsxx/include/Screeps/RoomObject.hpp \ - /home/douwe/Projects/Screeps/include/structures/spawn.hpp diff --git a/CMakeFiles/cmake.check_cache b/CMakeFiles/cmake.check_cache deleted file mode 100644 index 3dccd73..0000000 --- a/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/CMakeFiles/progress.marks b/CMakeFiles/progress.marks deleted file mode 100644 index 81b5c5d..0000000 --- a/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -37 diff --git a/Makefile b/Makefile deleted file mode 100644 index ad1edef..0000000 --- a/Makefile +++ /dev/null @@ -1,249 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.28 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/douwe/Projects/Screeps - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/douwe/Projects/Screeps - -#============================================================================= -# Targets provided globally by CMake. - -# 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 /home/douwe/Projects/Screeps/CMakeFiles /home/douwe/Projects/Screeps//CMakeFiles/progress.marks - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /home/douwe/Projects/Screeps/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 app - -# Build rule for target. -app: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 app -.PHONY : app - -# fast build rule for target. -app/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/build -.PHONY : app/fast - -#============================================================================= -# Target rules for targets named screepsxx - -# Build rule for target. -screepsxx: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 screepsxx -.PHONY : screepsxx - -# fast build rule for target. -screepsxx/fast: - $(MAKE) $(MAKESILENT) -f screepsxx/CMakeFiles/screepsxx.dir/build.make screepsxx/CMakeFiles/screepsxx.dir/build -.PHONY : screepsxx/fast - -src/harvester.o: src/harvester.cpp.o -.PHONY : src/harvester.o - -# target to build an object file -src/harvester.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/harvester.cpp.o -.PHONY : src/harvester.cpp.o - -src/harvester.i: src/harvester.cpp.i -.PHONY : src/harvester.i - -# target to preprocess a source file -src/harvester.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/harvester.cpp.i -.PHONY : src/harvester.cpp.i - -src/harvester.s: src/harvester.cpp.s -.PHONY : src/harvester.s - -# target to generate assembly for a file -src/harvester.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/harvester.cpp.s -.PHONY : src/harvester.cpp.s - -src/loop.o: src/loop.cpp.o -.PHONY : src/loop.o - -# target to build an object file -src/loop.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/loop.cpp.o -.PHONY : src/loop.cpp.o - -src/loop.i: src/loop.cpp.i -.PHONY : src/loop.i - -# target to preprocess a source file -src/loop.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/loop.cpp.i -.PHONY : src/loop.cpp.i - -src/loop.s: src/loop.cpp.s -.PHONY : src/loop.s - -# target to generate assembly for a file -src/loop.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/loop.cpp.s -.PHONY : src/loop.cpp.s - -src/spawn.o: src/spawn.cpp.o -.PHONY : src/spawn.o - -# target to build an object file -src/spawn.cpp.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/spawn.cpp.o -.PHONY : src/spawn.cpp.o - -src/spawn.i: src/spawn.cpp.i -.PHONY : src/spawn.i - -# target to preprocess a source file -src/spawn.cpp.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/spawn.cpp.i -.PHONY : src/spawn.cpp.i - -src/spawn.s: src/spawn.cpp.s -.PHONY : src/spawn.s - -# target to generate assembly for a file -src/spawn.cpp.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/spawn.cpp.s -.PHONY : src/spawn.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... rebuild_cache" - @echo "... app" - @echo "... screepsxx" - @echo "... src/harvester.o" - @echo "... src/harvester.i" - @echo "... src/harvester.s" - @echo "... src/loop.o" - @echo "... src/loop.i" - @echo "... src/loop.s" - @echo "... src/spawn.o" - @echo "... src/spawn.i" - @echo "... src/spawn.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/cmake_install.cmake b/cmake_install.cmake deleted file mode 100644 index d2e2628..0000000 --- a/cmake_install.cmake +++ /dev/null @@ -1,54 +0,0 @@ -# Install script for directory: /home/douwe/Projects/Screeps - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "Release") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set default install directory permissions. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/douwe/Projects/Screeps/screepsxx/cmake_install.cmake") -endif() - -if(CMAKE_INSTALL_COMPONENT) - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") -else() - set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "/home/douwe/Projects/Screeps/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}")