diff --git a/hw1/.vscode/c_cpp_properties.json b/hw1/.vscode/c_cpp_properties.json new file mode 100644 index 0000000000000000000000000000000000000000..e883a9f2ddf4e81154fab36c7857bcd3033391d7 --- /dev/null +++ b/hw1/.vscode/c_cpp_properties.json @@ -0,0 +1,16 @@ +{ + "configurations": [ + { + "name": "Linux", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [], + "compilerPath": "/usr/bin/clang-12", + "cStandard": "c17", + "cppStandard": "c++14", + "intelliSenseMode": "linux-clang-x64" + } + ], + "version": 4 +} \ No newline at end of file diff --git a/hw1/.vscode/settings.json b/hw1/.vscode/settings.json new file mode 100644 index 0000000000000000000000000000000000000000..af7bb7f1fc6d6fb2abbf2721757abc58d4e57560 --- /dev/null +++ b/hw1/.vscode/settings.json @@ -0,0 +1,70 @@ +{ + "cmake.configureOnOpen": true, + "files.associations": { + "cctype": "cpp", + "clocale": "cpp", + "cmath": "cpp", + "cstdarg": "cpp", + "cstddef": "cpp", + "cstdio": "cpp", + "cstdlib": "cpp", + "cstring": "cpp", + "ctime": "cpp", + "cwchar": "cpp", + "cwctype": "cpp", + "any": "cpp", + "array": "cpp", + "atomic": "cpp", + "strstream": "cpp", + "bit": "cpp", + "*.tcc": "cpp", + "bitset": "cpp", + "chrono": "cpp", + "complex": "cpp", + "condition_variable": "cpp", + "cstdint": "cpp", + "deque": "cpp", + "forward_list": "cpp", + "list": "cpp", + "map": "cpp", + "set": "cpp", + "unordered_map": "cpp", + "unordered_set": "cpp", + "vector": "cpp", + "exception": "cpp", + "algorithm": "cpp", + "functional": "cpp", + "iterator": "cpp", + "memory": "cpp", + "memory_resource": "cpp", + "numeric": "cpp", + "optional": "cpp", + "random": "cpp", + "ratio": "cpp", + "string": "cpp", + "string_view": "cpp", + "system_error": "cpp", + "tuple": "cpp", + "type_traits": "cpp", + "utility": "cpp", + "fstream": "cpp", + "initializer_list": "cpp", + "iomanip": "cpp", + "iosfwd": "cpp", + "iostream": "cpp", + "istream": "cpp", + "limits": "cpp", + "mutex": "cpp", + "new": "cpp", + "ostream": "cpp", + "sstream": "cpp", + "stdexcept": "cpp", + "streambuf": "cpp", + "thread": "cpp", + "cfenv": "cpp", + "cinttypes": "cpp", + "typeindex": "cpp", + "typeinfo": "cpp", + "variant": "cpp" + } +} \ No newline at end of file diff --git a/hw1/README.md b/hw1/README.md index a85973693da4dde9b6ff7a8224da8b061c5f3095..35af13767e56e63b786f68e468c12f45530b8f26 100644 --- a/hw1/README.md +++ b/hw1/README.md @@ -19,9 +19,6 @@ 请在你们的代码中补充必要的注释,同时不要写不必要的注释。 -同时,我提供的测试不够完全:也就是就算通过了测试也无法保证代码的正确性, -可自行补充测试用例。 - ## 编译和测试 编译: ``` @@ -36,11 +33,11 @@ make mkdir build cd build make matrix_test -./test/matrix_test +./test/matrix_text ``` 你应该会发现运行结果中会显示有`DISABLE`的字样,这是因为有测试样例被禁用了。(这起始是一个好的开发习惯,不需要某个测试样例时,将它禁用,缩短测试时间)。 那该怎么解决呢? 打开`test/matrix_test.cpp`,你应该不难发现有几个函数长得像这样: -`TEST(StarterTest, DISABLED_InitializationTest) {`,可以看到,第二个参数开头带有`DISABLED_`,将它删掉,就可以解除禁用。 +`TEST(StarterTest, DISABLED_InitializationTest) {`,可以看到,第二个参数开头带有`DISABLED_`,将它删掉,就可以解除禁用。 \ No newline at end of file diff --git a/hw1/build/CMakeCache.txt b/hw1/build/CMakeCache.txt new file mode 100644 index 0000000000000000000000000000000000000000..c62e320dcfef1dc5ca1325989f9d59aac437b568 --- /dev/null +++ b/hw1/build/CMakeCache.txt @@ -0,0 +1,571 @@ +# This is the CMakeCache file. +# For build in directory: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Builds the googlemock subproject +BUILD_GMOCK:BOOL=ON + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING= + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-9 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-9 + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-9 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-9 + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=hw1_matrix + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=1.12.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=12 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Directory under which to collect all populated content +FETCHCONTENT_BASE_DIR:PATH=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps + +//Disables all attempts to download or update content and assumes +// source dirs already exist +FETCHCONTENT_FULLY_DISCONNECTED:BOOL=OFF + +//Enables QUIET option for all content population +FETCHCONTENT_QUIET:BOOL=ON + +//When not empty, overrides where to find pre-populated content +// for googletest +FETCHCONTENT_SOURCE_DIR_GOOGLETEST:PATH= + +//Enables UPDATE_DISCONNECTED behavior for all content population +FETCHCONTENT_UPDATES_DISCONNECTED:BOOL=OFF + +//Enables UPDATE_DISCONNECTED behavior just for population of googletest +FETCHCONTENT_UPDATES_DISCONNECTED_GOOGLETEST:BOOL=OFF + +//Enable installation of googletest. (Projects embedding googletest +// may want to turn this OFF.) +INSTALL_GTEST:BOOL=ON + +//Path to a program. +_Python_EXECUTABLE:FILEPATH=/usr/bin/python3.8 + +//Value Computed by CMake +gmock_BINARY_DIR:STATIC=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock + +//Dependencies for the target +gmock_LIB_DEPENDS:STATIC=general;gtest; + +//Value Computed by CMake +gmock_SOURCE_DIR:STATIC=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock + +//Build all of Google Mock's own tests. +gmock_build_tests:BOOL=OFF + +//Dependencies for the target +gmock_main_LIB_DEPENDS:STATIC=general;gmock; + +//Value Computed by CMake +googletest-distribution_BINARY_DIR:STATIC=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build + +//Value Computed by CMake +googletest-distribution_SOURCE_DIR:STATIC=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src + +//Value Computed by CMake +gtest_BINARY_DIR:STATIC=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest + +//Value Computed by CMake +gtest_SOURCE_DIR:STATIC=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest + +//Build gtest's sample programs. +gtest_build_samples:BOOL=OFF + +//Build all of gtest's own tests. +gtest_build_tests:BOOL=OFF + +//Disable uses of pthreads in gtest. +gtest_disable_pthreads:BOOL=OFF + +//Use shared (DLL) run-time lib even when Google Test is built +// as static lib. +gtest_force_shared_crt:BOOL=ON + +//Build gtest with internal symbols hidden in shared libraries. +gtest_hide_internal_symbols:BOOL=OFF + +//Dependencies for the target +gtest_main_LIB_DEPENDS:STATIC=general;gtest; + +//Value Computed by CMake +hw1_matrix_BINARY_DIR:STATIC=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build + +//Value Computed by CMake +hw1_matrix_SOURCE_DIR:STATIC=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 + + +######################## +# 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/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=16 +//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 +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL= +//Have library pthreads +CMAKE_HAVE_PTHREADS_CREATE:INTERNAL= +//Have library pthread +CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1 +//Have include pthread.h +CMAKE_HAVE_PTHREAD_H:INTERNAL=1 +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=6 +//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.16 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Details about finding Python +FIND_PACKAGE_MESSAGE_DETAILS_Python:INTERNAL=[/usr/bin/python3.8][cfound components: Interpreter ][v3.8.10()] +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local +//ADVANCED property for variable: _Python_EXECUTABLE +_Python_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: _Python_INTERPRETER_SIGNATURE +_Python_INTERPRETER_SIGNATURE-ADVANCED:INTERNAL=1 +_Python_INTERPRETER_SIGNATURE:INTERNAL=60fbcba4d3ec42cb22d9b25de2c7c03a +cmake_package_name:INTERNAL=GTest +generated_dir:INTERNAL=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/generated +//ADVANCED property for variable: gmock_build_tests +gmock_build_tests-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: gtest_build_samples +gtest_build_samples-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: gtest_build_tests +gtest_build_tests-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: gtest_disable_pthreads +gtest_disable_pthreads-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: gtest_force_shared_crt +gtest_force_shared_crt-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: gtest_hide_internal_symbols +gtest_hide_internal_symbols-ADVANCED:INTERNAL=1 +targets_export_name:INTERNAL=GTestTargets + diff --git a/hw1/build/CMakeFiles/3.16.3/CMakeCCompiler.cmake b/hw1/build/CMakeFiles/3.16.3/CMakeCCompiler.cmake new file mode 100644 index 0000000000000000000000000000000000000000..c5ece7b85213bfcaf19076a9cca07f9be97f8075 --- /dev/null +++ b/hw1/build/CMakeFiles/3.16.3/CMakeCCompiler.cmake @@ -0,0 +1,76 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "9.4.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_C_SIMULATE_VERSION "") + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-9") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-9") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW ) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/hw1/build/CMakeFiles/3.16.3/CMakeCXXCompiler.cmake b/hw1/build/CMakeFiles/3.16.3/CMakeCXXCompiler.cmake new file mode 100644 index 0000000000000000000000000000000000000000..278ef39ee396e9c0d852a7fc8f2647f7da42a20b --- /dev/null +++ b/hw1/build/CMakeFiles/3.16.3/CMakeCXXCompiler.cmake @@ -0,0 +1,88 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "9.4.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") +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 "cxx_std_20") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-9") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-9") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW ) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/9;/usr/include/x86_64-linux-gnu/c++/9;/usr/include/c++/9/backward;/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/hw1/build/CMakeFiles/3.16.3/CMakeDetermineCompilerABI_C.bin b/hw1/build/CMakeFiles/3.16.3/CMakeDetermineCompilerABI_C.bin new file mode 100644 index 0000000000000000000000000000000000000000..249b0ff65c23949b1f16486dfdb06e4e46074b65 Binary files /dev/null and b/hw1/build/CMakeFiles/3.16.3/CMakeDetermineCompilerABI_C.bin differ diff --git a/hw1/build/CMakeFiles/3.16.3/CMakeDetermineCompilerABI_CXX.bin b/hw1/build/CMakeFiles/3.16.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100644 index 0000000000000000000000000000000000000000..156cfcfc782ba2dc2f291ca842e4a4516fe2c356 Binary files /dev/null and b/hw1/build/CMakeFiles/3.16.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/hw1/build/CMakeFiles/3.16.3/CMakeSystem.cmake b/hw1/build/CMakeFiles/3.16.3/CMakeSystem.cmake new file mode 100644 index 0000000000000000000000000000000000000000..e7e9b9a4c352e7f0be40c617375ad3c17218a578 --- /dev/null +++ b/hw1/build/CMakeFiles/3.16.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-5.4.0-42-generic") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "5.4.0-42-generic") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-5.4.0-42-generic") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "5.4.0-42-generic") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/hw1/build/CMakeFiles/3.16.3/CompilerIdC/CMakeCCompilerId.c b/hw1/build/CMakeFiles/3.16.3/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000000000000000000000000000000000000..d884b50908c9852aad6d3b60781f4e529edc4d50 --- /dev/null +++ b/hw1/build/CMakeFiles/3.16.3/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,671 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) +# define COMPILER_ID "Fujitsu" + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXE) || defined(__CRAYXC) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + + +#if !defined(__STDC__) +# if (defined(_MSC_VER) && !defined(__clang__)) \ + || (defined(__ibmxl__) || defined(__IBMC__)) +# define C_DIALECT "90" +# else +# define C_DIALECT +# endif +#elif __STDC_VERSION__ >= 201000L +# define C_DIALECT "11" +#elif __STDC_VERSION__ >= 199901L +# define C_DIALECT "99" +#else +# define C_DIALECT "90" +#endif +const char* info_language_dialect_default = + "INFO" ":" "dialect_default[" C_DIALECT "]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXE) || defined(__CRAYXC) + require += info_cray[argc]; +#endif + require += info_language_dialect_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/hw1/build/CMakeFiles/3.16.3/CompilerIdC/a.out b/hw1/build/CMakeFiles/3.16.3/CompilerIdC/a.out new file mode 100644 index 0000000000000000000000000000000000000000..e82fab493fdf7ab5d55eaa479346af6ef1f959e7 Binary files /dev/null and b/hw1/build/CMakeFiles/3.16.3/CompilerIdC/a.out differ diff --git a/hw1/build/CMakeFiles/3.16.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/hw1/build/CMakeFiles/3.16.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000000000000000000000000000000000000..69cfdba6bc7bccb09bf234388908de035caa0969 --- /dev/null +++ b/hw1/build/CMakeFiles/3.16.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,660 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) +# define COMPILER_ID "Fujitsu" + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXE) || defined(__CRAYXC) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_dialect_default = "INFO" ":" "dialect_default[" +#if CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXE) || defined(__CRAYXC) + require += info_cray[argc]; +#endif + require += info_language_dialect_default[argc]; + (void)argv; + return require; +} diff --git a/hw1/build/CMakeFiles/3.16.3/CompilerIdCXX/a.out b/hw1/build/CMakeFiles/3.16.3/CompilerIdCXX/a.out new file mode 100644 index 0000000000000000000000000000000000000000..34ec4a035bbb8902315ba9a0b3b352eb275bc2d7 Binary files /dev/null and b/hw1/build/CMakeFiles/3.16.3/CompilerIdCXX/a.out differ diff --git a/hw1/build/CMakeFiles/CMakeDirectoryInformation.cmake b/hw1/build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..486075d45433f56f4a56b1f8c49cdf8c6c47a47f --- /dev/null +++ b/hw1/build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/hw1/build/CMakeFiles/CMakeError.log b/hw1/build/CMakeFiles/CMakeError.log new file mode 100644 index 0000000000000000000000000000000000000000..6bbd07ac0f99968ce35b749288cd567ba4b4a4f0 --- /dev/null +++ b/hw1/build/CMakeFiles/CMakeError.log @@ -0,0 +1,58 @@ +Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: +Change Dir: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/make cmTC_48121/fast && /usr/bin/make -f CMakeFiles/cmTC_48121.dir/build.make CMakeFiles/cmTC_48121.dir/build +make[1]: 进入目录“/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp” +Building C object CMakeFiles/cmTC_48121.dir/src.c.o +/usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_48121.dir/src.c.o -c /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp/src.c +Linking C executable cmTC_48121 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_48121.dir/link.txt --verbose=1 +/usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD CMakeFiles/cmTC_48121.dir/src.c.o -o cmTC_48121 +/usr/bin/ld: CMakeFiles/cmTC_48121.dir/src.c.o: in function `main': +src.c:(.text+0x46): undefined reference to `pthread_create' +/usr/bin/ld: src.c:(.text+0x52): undefined reference to `pthread_detach' +/usr/bin/ld: src.c:(.text+0x63): undefined reference to `pthread_join' +collect2: error: ld returned 1 exit status +make[1]: *** [CMakeFiles/cmTC_48121.dir/build.make:87:cmTC_48121] 错误 1 +make[1]: 离开目录“/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp” +make: *** [Makefile:121:cmTC_48121/fast] 错误 2 + + +Source file was: +#include + +void* test_func(void* data) +{ + return data; +} + +int main(void) +{ + pthread_t thread; + pthread_create(&thread, NULL, test_func, NULL); + pthread_detach(thread); + pthread_join(thread, NULL); + pthread_atfork(NULL, NULL, NULL); + pthread_exit(NULL); + + return 0; +} + +Determining if the function pthread_create exists in the pthreads failed with the following output: +Change Dir: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/make cmTC_1c43c/fast && /usr/bin/make -f CMakeFiles/cmTC_1c43c.dir/build.make CMakeFiles/cmTC_1c43c.dir/build +make[1]: 进入目录“/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp” +Building C object CMakeFiles/cmTC_1c43c.dir/CheckFunctionExists.c.o +/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_1c43c.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c +Linking C executable cmTC_1c43c +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1c43c.dir/link.txt --verbose=1 +/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_1c43c.dir/CheckFunctionExists.c.o -o cmTC_1c43c -lpthreads +/usr/bin/ld: 找不到 -lpthreads +collect2: error: ld returned 1 exit status +make[1]: *** [CMakeFiles/cmTC_1c43c.dir/build.make:87:cmTC_1c43c] 错误 1 +make[1]: 离开目录“/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp” +make: *** [Makefile:121:cmTC_1c43c/fast] 错误 2 + + + diff --git a/hw1/build/CMakeFiles/CMakeOutput.log b/hw1/build/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000000000000000000000000000000000000..a93e0800fa180b447ba2c9129ee2dbdfcc792bcb --- /dev/null +++ b/hw1/build/CMakeFiles/CMakeOutput.log @@ -0,0 +1,489 @@ +The system is: Linux - 5.4.0-42-generic - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/cc +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + +The C compiler identification is GNU, found in "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/3.16.3/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is GNU, found in "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/3.16.3/CompilerIdCXX/a.out" + +Determining if the C compiler works passed with the following output: +Change Dir: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/make cmTC_8abf6/fast && /usr/bin/make -f CMakeFiles/cmTC_8abf6.dir/build.make CMakeFiles/cmTC_8abf6.dir/build +make[1]: 进入目录“/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp” +Building C object CMakeFiles/cmTC_8abf6.dir/testCCompiler.c.o +/usr/bin/cc -o CMakeFiles/cmTC_8abf6.dir/testCCompiler.c.o -c /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp/testCCompiler.c +Linking C executable cmTC_8abf6 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8abf6.dir/link.txt --verbose=1 +/usr/bin/cc CMakeFiles/cmTC_8abf6.dir/testCCompiler.c.o -o cmTC_8abf6 +make[1]: 离开目录“/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp” + + + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/make cmTC_431a7/fast && /usr/bin/make -f CMakeFiles/cmTC_431a7.dir/build.make CMakeFiles/cmTC_431a7.dir/build +make[1]: Entering directory '/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o +/usr/bin/cc -v -o CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +OFFLOAD_TARGET_NAMES=nvptx-none:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/9/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccEhwawF.s +GNU C17 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu) + compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/x86_64-linux-gnu/9/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C17 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu) + compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: c0c95c0b4209efec1c1892d5ff24030b +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' + as -v --64 -o CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o /tmp/ccEhwawF.s +GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' +Linking C executable cmTC_431a7 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_431a7.dir/link.txt --verbose=1 +/usr/bin/cc -v CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o -o cmTC_431a7 +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_431a7' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvX06B6.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_431a7 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_431a7' '-mtune=generic' '-march=x86-64' +make[1]: Leaving directory '/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp' + + + +Parsed C implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-linux-gnu/9/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/9/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/9/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/make cmTC_431a7/fast && /usr/bin/make -f CMakeFiles/cmTC_431a7.dir/build.make CMakeFiles/cmTC_431a7.dir/build] + ignore line: [make[1]: Entering directory '/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp'] + ignore line: [Building C object CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccEhwawF.s] + ignore line: [GNU C17 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 9.4.0 GMP version 6.2.0 MPFR version 4.0.2 MPC version 1.1.0 isl version isl-0.22.1-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 9.4.0 GMP version 6.2.0 MPFR version 4.0.2 MPC version 1.1.0 isl version isl-0.22.1-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: c0c95c0b4209efec1c1892d5ff24030b] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o /tmp/ccEhwawF.s] + ignore line: [GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [Linking C executable cmTC_431a7] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_431a7.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o -o cmTC_431a7 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_431a7' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvX06B6.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_431a7 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/9/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccvX06B6.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-znow] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_431a7] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o] ==> ignore + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..] + arg [CMakeFiles/cmTC_431a7.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] ==> ignore + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9] ==> [/usr/lib/gcc/x86_64-linux-gnu/9] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Determining if the CXX compiler works passed with the following output: +Change Dir: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/make cmTC_68c52/fast && /usr/bin/make -f CMakeFiles/cmTC_68c52.dir/build.make CMakeFiles/cmTC_68c52.dir/build +make[1]: 进入目录“/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp” +Building CXX object CMakeFiles/cmTC_68c52.dir/testCXXCompiler.cxx.o +/usr/bin/c++ -o CMakeFiles/cmTC_68c52.dir/testCXXCompiler.cxx.o -c /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx +Linking CXX executable cmTC_68c52 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_68c52.dir/link.txt --verbose=1 +/usr/bin/c++ CMakeFiles/cmTC_68c52.dir/testCXXCompiler.cxx.o -o cmTC_68c52 +make[1]: 离开目录“/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp” + + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/make cmTC_014e3/fast && /usr/bin/make -f CMakeFiles/cmTC_014e3.dir/build.make CMakeFiles/cmTC_014e3.dir/build +make[1]: Entering directory '/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o +/usr/bin/c++ -v -o CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +OFFLOAD_TARGET_NAMES=nvptx-none:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/9/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cc4VOScD.s +GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu) + compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/9" +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/include/c++/9 + /usr/include/x86_64-linux-gnu/c++/9 + /usr/include/c++/9/backward + /usr/lib/gcc/x86_64-linux-gnu/9/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu) + compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 65fe925b83d3956b533de4aaba7dace0 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + as -v --64 -o CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc4VOScD.s +GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' +Linking CXX executable cmTC_014e3 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_014e3.dir/link.txt --verbose=1 +/usr/bin/c++ -v CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_014e3 +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_014e3' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccP5OwG2.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_014e3 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_014e3' '-shared-libgcc' '-mtune=generic' '-march=x86-64' +make[1]: Leaving directory '/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/include/c++/9] + add: [/usr/include/x86_64-linux-gnu/c++/9] + add: [/usr/include/c++/9/backward] + add: [/usr/lib/gcc/x86_64-linux-gnu/9/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/include/c++/9] ==> [/usr/include/c++/9] + collapse include dir [/usr/include/x86_64-linux-gnu/c++/9] ==> [/usr/include/x86_64-linux-gnu/c++/9] + collapse include dir [/usr/include/c++/9/backward] ==> [/usr/include/c++/9/backward] + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/9/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/9/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/9;/usr/include/x86_64-linux-gnu/c++/9;/usr/include/c++/9/backward;/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/make cmTC_014e3/fast && /usr/bin/make -f CMakeFiles/cmTC_014e3.dir/build.make CMakeFiles/cmTC_014e3.dir/build] + ignore line: [make[1]: Entering directory '/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp'] + ignore line: [Building CXX object CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cc4VOScD.s] + ignore line: [GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 9.4.0 GMP version 6.2.0 MPFR version 4.0.2 MPC version 1.1.0 isl version isl-0.22.1-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/9"] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/include/c++/9] + ignore line: [ /usr/include/x86_64-linux-gnu/c++/9] + ignore line: [ /usr/include/c++/9/backward] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 9.4.0 GMP version 6.2.0 MPFR version 4.0.2 MPC version 1.1.0 isl version isl-0.22.1-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 65fe925b83d3956b533de4aaba7dace0] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc4VOScD.s] + ignore line: [GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [Linking CXX executable cmTC_014e3] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_014e3.dir/link.txt --verbose=1] + ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_014e3 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_014e3' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccP5OwG2.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_014e3 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/9/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccP5OwG2.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-znow] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_014e3] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o] ==> ignore + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..] + arg [CMakeFiles/cmTC_014e3.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] ==> ignore + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9] ==> [/usr/lib/gcc/x86_64-linux-gnu/9] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Determining if the include file pthread.h exists passed with the following output: +Change Dir: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/make cmTC_19f1e/fast && /usr/bin/make -f CMakeFiles/cmTC_19f1e.dir/build.make CMakeFiles/cmTC_19f1e.dir/build +make[1]: 进入目录“/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp” +Building C object CMakeFiles/cmTC_19f1e.dir/CheckIncludeFile.c.o +/usr/bin/cc -o CMakeFiles/cmTC_19f1e.dir/CheckIncludeFile.c.o -c /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c +Linking C executable cmTC_19f1e +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_19f1e.dir/link.txt --verbose=1 +/usr/bin/cc CMakeFiles/cmTC_19f1e.dir/CheckIncludeFile.c.o -o cmTC_19f1e +make[1]: 离开目录“/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp” + + + +Determining if the function pthread_create exists in the pthread passed with the following output: +Change Dir: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/make cmTC_32677/fast && /usr/bin/make -f CMakeFiles/cmTC_32677.dir/build.make CMakeFiles/cmTC_32677.dir/build +make[1]: 进入目录“/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp” +Building C object CMakeFiles/cmTC_32677.dir/CheckFunctionExists.c.o +/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_32677.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c +Linking C executable cmTC_32677 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_32677.dir/link.txt --verbose=1 +/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_32677.dir/CheckFunctionExists.c.o -o cmTC_32677 -lpthread +make[1]: 离开目录“/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/CMakeTmp” + + + diff --git a/hw1/build/CMakeFiles/Makefile.cmake b/hw1/build/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..7c60983dba40d929bf4992dabd73dc6181e17dd1 --- /dev/null +++ b/hw1/build/CMakeFiles/Makefile.cmake @@ -0,0 +1,87 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "../CMakeLists.txt" + "CMakeFiles/3.16.3/CMakeCCompiler.cmake" + "CMakeFiles/3.16.3/CMakeCXXCompiler.cmake" + "CMakeFiles/3.16.3/CMakeSystem.cmake" + "CMakeFiles/VerifyGlobs.cmake" + "CMakeFiles/cmake.verify_globs" + "_deps/googletest-src/CMakeLists.txt" + "_deps/googletest-src/googlemock/CMakeLists.txt" + "_deps/googletest-src/googlemock/cmake/gmock.pc.in" + "_deps/googletest-src/googlemock/cmake/gmock_main.pc.in" + "_deps/googletest-src/googletest/CMakeLists.txt" + "_deps/googletest-src/googletest/cmake/Config.cmake.in" + "_deps/googletest-src/googletest/cmake/gtest.pc.in" + "_deps/googletest-src/googletest/cmake/gtest_main.pc.in" + "_deps/googletest-src/googletest/cmake/internal_utils.cmake" + "../src/CMakeLists.txt" + "../test/CMakeLists.txt" + "/usr/share/cmake-3.16/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in" + "/usr/share/cmake-3.16/Modules/CMakeCInformation.cmake" + "/usr/share/cmake-3.16/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake-3.16/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + "/usr/share/cmake-3.16/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake-3.16/Modules/CMakeDependentOption.cmake" + "/usr/share/cmake-3.16/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-3.16/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake-3.16/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake-3.16/Modules/CMakePackageConfigHelpers.cmake" + "/usr/share/cmake-3.16/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-3.16/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake-3.16/Modules/CheckCSourceCompiles.cmake" + "/usr/share/cmake-3.16/Modules/CheckIncludeFile.cmake" + "/usr/share/cmake-3.16/Modules/CheckLibraryExists.cmake" + "/usr/share/cmake-3.16/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake-3.16/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake-3.16/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake-3.16/Modules/Compiler/GNU.cmake" + "/usr/share/cmake-3.16/Modules/FetchContent.cmake" + "/usr/share/cmake-3.16/Modules/FetchContent/CMakeLists.cmake.in" + "/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake" + "/usr/share/cmake-3.16/Modules/FindPackageMessage.cmake" + "/usr/share/cmake-3.16/Modules/FindPython.cmake" + "/usr/share/cmake-3.16/Modules/FindPython/Support.cmake" + "/usr/share/cmake-3.16/Modules/FindThreads.cmake" + "/usr/share/cmake-3.16/Modules/GNUInstallDirs.cmake" + "/usr/share/cmake-3.16/Modules/GoogleTest.cmake" + "/usr/share/cmake-3.16/Modules/Internal/CMakeCheckCompilerFlag.cmake" + "/usr/share/cmake-3.16/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake-3.16/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake-3.16/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake-3.16/Modules/Platform/Linux.cmake" + "/usr/share/cmake-3.16/Modules/Platform/UnixPaths.cmake" + "/usr/share/cmake-3.16/Modules/WriteBasicConfigVersionFile.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/CMakeDirectoryInformation.cmake" + "src/CMakeFiles/CMakeDirectoryInformation.cmake" + "test/CMakeFiles/CMakeDirectoryInformation.cmake" + "_deps/googletest-build/CMakeFiles/CMakeDirectoryInformation.cmake" + "_deps/googletest-build/googlemock/CMakeFiles/CMakeDirectoryInformation.cmake" + "_deps/googletest-build/googletest/CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "test/CMakeFiles/matrix_test.dir/DependInfo.cmake" + "_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/DependInfo.cmake" + "_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake" + "_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake" + "_deps/googletest-build/googletest/CMakeFiles/gtest.dir/DependInfo.cmake" + ) diff --git a/hw1/build/CMakeFiles/Makefile2 b/hw1/build/CMakeFiles/Makefile2 new file mode 100644 index 0000000000000000000000000000000000000000..4db2f1225aae0beb08d4fa4f3ae6587d177bc51e --- /dev/null +++ b/hw1/build/CMakeFiles/Makefile2 @@ -0,0 +1,318 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# 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: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# 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 remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: src/all +all: test/all + +.PHONY : all + +# The main recursive "preinstall" target. +preinstall: src/preinstall +preinstall: test/preinstall + +.PHONY : preinstall + +# The main recursive "clean" target. +clean: src/clean +clean: test/clean + +.PHONY : clean + +#============================================================================= +# Directory level rules for directory _deps/googletest-build + +# Recursive "all" directory target. +_deps/googletest-build/all: _deps/googletest-build/googlemock/all + +.PHONY : _deps/googletest-build/all + +# Recursive "preinstall" directory target. +_deps/googletest-build/preinstall: _deps/googletest-build/googlemock/preinstall + +.PHONY : _deps/googletest-build/preinstall + +# Recursive "clean" directory target. +_deps/googletest-build/clean: _deps/googletest-build/googlemock/clean + +.PHONY : _deps/googletest-build/clean + +#============================================================================= +# Directory level rules for directory _deps/googletest-build/googlemock + +# Recursive "all" directory target. +_deps/googletest-build/googlemock/all: _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/all +_deps/googletest-build/googlemock/all: _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/all +_deps/googletest-build/googlemock/all: _deps/googletest-build/googletest/all + +.PHONY : _deps/googletest-build/googlemock/all + +# Recursive "preinstall" directory target. +_deps/googletest-build/googlemock/preinstall: _deps/googletest-build/googletest/preinstall + +.PHONY : _deps/googletest-build/googlemock/preinstall + +# Recursive "clean" directory target. +_deps/googletest-build/googlemock/clean: _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/clean +_deps/googletest-build/googlemock/clean: _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/clean +_deps/googletest-build/googlemock/clean: _deps/googletest-build/googletest/clean + +.PHONY : _deps/googletest-build/googlemock/clean + +#============================================================================= +# Directory level rules for directory _deps/googletest-build/googletest + +# Recursive "all" directory target. +_deps/googletest-build/googletest/all: _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/all +_deps/googletest-build/googletest/all: _deps/googletest-build/googletest/CMakeFiles/gtest.dir/all + +.PHONY : _deps/googletest-build/googletest/all + +# Recursive "preinstall" directory target. +_deps/googletest-build/googletest/preinstall: + +.PHONY : _deps/googletest-build/googletest/preinstall + +# Recursive "clean" directory target. +_deps/googletest-build/googletest/clean: _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/clean +_deps/googletest-build/googletest/clean: _deps/googletest-build/googletest/CMakeFiles/gtest.dir/clean + +.PHONY : _deps/googletest-build/googletest/clean + +#============================================================================= +# Directory level rules for directory src + +# Recursive "all" directory target. +src/all: + +.PHONY : src/all + +# Recursive "preinstall" directory target. +src/preinstall: + +.PHONY : src/preinstall + +# Recursive "clean" directory target. +src/clean: + +.PHONY : src/clean + +#============================================================================= +# Directory level rules for directory test + +# Recursive "all" directory target. +test/all: test/CMakeFiles/matrix_test.dir/all +test/all: _deps/googletest-build/all + +.PHONY : test/all + +# Recursive "preinstall" directory target. +test/preinstall: _deps/googletest-build/preinstall + +.PHONY : test/preinstall + +# Recursive "clean" directory target. +test/clean: test/CMakeFiles/matrix_test.dir/clean +test/clean: _deps/googletest-build/clean + +.PHONY : test/clean + +#============================================================================= +# Target rules for target test/CMakeFiles/matrix_test.dir + +# All Build rule for target. +test/CMakeFiles/matrix_test.dir/all: _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/all +test/CMakeFiles/matrix_test.dir/all: _deps/googletest-build/googletest/CMakeFiles/gtest.dir/all + $(MAKE) -f test/CMakeFiles/matrix_test.dir/build.make test/CMakeFiles/matrix_test.dir/depend + $(MAKE) -f test/CMakeFiles/matrix_test.dir/build.make test/CMakeFiles/matrix_test.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles --progress-num=9,10 "Built target matrix_test" +.PHONY : test/CMakeFiles/matrix_test.dir/all + +# Build rule for subdir invocation for target. +test/CMakeFiles/matrix_test.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles 6 + $(MAKE) -f CMakeFiles/Makefile2 test/CMakeFiles/matrix_test.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles 0 +.PHONY : test/CMakeFiles/matrix_test.dir/rule + +# Convenience name for target. +matrix_test: test/CMakeFiles/matrix_test.dir/rule + +.PHONY : matrix_test + +# clean rule for target. +test/CMakeFiles/matrix_test.dir/clean: + $(MAKE) -f test/CMakeFiles/matrix_test.dir/build.make test/CMakeFiles/matrix_test.dir/clean +.PHONY : test/CMakeFiles/matrix_test.dir/clean + +#============================================================================= +# Target rules for target _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir + +# All Build rule for target. +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/all: _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/all +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/all: _deps/googletest-build/googletest/CMakeFiles/gtest.dir/all + $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/depend + $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles --progress-num=3,4 "Built target gmock_main" +.PHONY : _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/all + +# Build rule for subdir invocation for target. +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles 6 + $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles 0 +.PHONY : _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/rule + +# Convenience name for target. +gmock_main: _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/rule + +.PHONY : gmock_main + +# clean rule for target. +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/clean: + $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/clean +.PHONY : _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/clean + +#============================================================================= +# Target rules for target _deps/googletest-build/googlemock/CMakeFiles/gmock.dir + +# All Build rule for target. +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/all: _deps/googletest-build/googletest/CMakeFiles/gtest.dir/all + $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/depend + $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles --progress-num=1,2 "Built target gmock" +.PHONY : _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/all + +# Build rule for subdir invocation for target. +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles 4 + $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles 0 +.PHONY : _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/rule + +# Convenience name for target. +gmock: _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/rule + +.PHONY : gmock + +# clean rule for target. +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/clean: + $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/clean +.PHONY : _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/clean + +#============================================================================= +# Target rules for target _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir + +# All Build rule for target. +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/all: _deps/googletest-build/googletest/CMakeFiles/gtest.dir/all + $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/depend + $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles --progress-num=7,8 "Built target gtest_main" +.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/all + +# Build rule for subdir invocation for target. +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles 4 + $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles 0 +.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/rule + +# Convenience name for target. +gtest_main: _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/rule + +.PHONY : gtest_main + +# clean rule for target. +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/clean: + $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/clean +.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/clean + +#============================================================================= +# Target rules for target _deps/googletest-build/googletest/CMakeFiles/gtest.dir + +# All Build rule for target. +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/all: + $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest.dir/depend + $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles --progress-num=5,6 "Built target gtest" +.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest.dir/all + +# Build rule for subdir invocation for target. +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles 2 + $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/googletest/CMakeFiles/gtest.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles 0 +.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest.dir/rule + +# Convenience name for target. +gtest: _deps/googletest-build/googletest/CMakeFiles/gtest.dir/rule + +.PHONY : gtest + +# clean rule for target. +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/clean: + $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest.dir/clean +.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest.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) -P /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/VerifyGlobs.cmake + $(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/hw1/build/CMakeFiles/TargetDirectories.txt b/hw1/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000000000000000000000000000000000000..cde090274ad342eef40bface751a3328bcfdc45a --- /dev/null +++ b/hw1/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,41 @@ +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/install/strip.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/install/local.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/install.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/list_install_components.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/rebuild_cache.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/edit_cache.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/src/CMakeFiles/install/strip.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/src/CMakeFiles/install/local.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/src/CMakeFiles/install.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/src/CMakeFiles/list_install_components.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/src/CMakeFiles/rebuild_cache.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/src/CMakeFiles/edit_cache.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/CMakeFiles/install/strip.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/CMakeFiles/install/local.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/CMakeFiles/install.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/CMakeFiles/list_install_components.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/CMakeFiles/rebuild_cache.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/CMakeFiles/edit_cache.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/CMakeFiles/matrix_test.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/CMakeFiles/install/strip.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/CMakeFiles/install/local.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/CMakeFiles/install.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/CMakeFiles/list_install_components.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/CMakeFiles/rebuild_cache.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/CMakeFiles/edit_cache.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/install/strip.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/install/local.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/install.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/list_install_components.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/rebuild_cache.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/edit_cache.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/install/strip.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/install/local.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/install.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/list_install_components.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/rebuild_cache.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/edit_cache.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir diff --git a/hw1/build/CMakeFiles/VerifyGlobs.cmake b/hw1/build/CMakeFiles/VerifyGlobs.cmake new file mode 100644 index 0000000000000000000000000000000000000000..670931a7224ec875066e4b13e91c491b036034c2 --- /dev/null +++ b/hw1/build/CMakeFiles/VerifyGlobs.cmake @@ -0,0 +1,11 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by CMake Version 3.16 + +# HEADER_LIST at src/CMakeLists.txt:1 (file) +file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/include/*.h") +set(OLD_GLOB + ) +if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") + message("-- GLOB mismatch!") + file(TOUCH_NOCREATE "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/cmake.verify_globs") +endif() diff --git a/hw1/build/CMakeFiles/cmake.check_cache b/hw1/build/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000000000000000000000000000000000000..3dccd731726d7faa8b29d8d7dba3b981a53ca497 --- /dev/null +++ b/hw1/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/hw1/build/CMakeFiles/cmake.verify_globs b/hw1/build/CMakeFiles/cmake.verify_globs new file mode 100644 index 0000000000000000000000000000000000000000..2b38facb6bfee752a1f2d6fd6f1a50afd0bb354c --- /dev/null +++ b/hw1/build/CMakeFiles/cmake.verify_globs @@ -0,0 +1 @@ +# This file is generated by CMake for checking of the VerifyGlobs.cmake file diff --git a/hw1/build/CMakeFiles/progress.marks b/hw1/build/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 --- /dev/null +++ b/hw1/build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +10 diff --git a/hw1/build/Makefile b/hw1/build/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..fbb66a6336d5b4ce13245dccbd8ef6de08c1f91a --- /dev/null +++ b/hw1/build/Makefile @@ -0,0 +1,256 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# 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: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# 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 remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target 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 + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/progress.marks + $(MAKE) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -P /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/VerifyGlobs.cmake + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named matrix_test + +# Build rule for target. +matrix_test: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 matrix_test +.PHONY : matrix_test + +# fast build rule for target. +matrix_test/fast: + $(MAKE) -f test/CMakeFiles/matrix_test.dir/build.make test/CMakeFiles/matrix_test.dir/build +.PHONY : matrix_test/fast + +#============================================================================= +# Target rules for targets named gmock_main + +# Build rule for target. +gmock_main: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 gmock_main +.PHONY : gmock_main + +# fast build rule for target. +gmock_main/fast: + $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build +.PHONY : gmock_main/fast + +#============================================================================= +# Target rules for targets named gmock + +# Build rule for target. +gmock: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 gmock +.PHONY : gmock + +# fast build rule for target. +gmock/fast: + $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build +.PHONY : gmock/fast + +#============================================================================= +# Target rules for targets named gtest_main + +# Build rule for target. +gtest_main: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 gtest_main +.PHONY : gtest_main + +# fast build rule for target. +gtest_main/fast: + $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build +.PHONY : gtest_main/fast + +#============================================================================= +# Target rules for targets named gtest + +# Build rule for target. +gtest: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 gtest +.PHONY : gtest + +# fast build rule for target. +gtest/fast: + $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build +.PHONY : gtest/fast + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... matrix_test" + @echo "... gmock_main" + @echo "... gmock" + @echo "... gtest_main" + @echo "... gtest" +.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) -P /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/VerifyGlobs.cmake + $(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/hw1/build/_deps/googletest-build/CMakeFiles/CMakeDirectoryInformation.cmake b/hw1/build/_deps/googletest-build/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..486075d45433f56f4a56b1f8c49cdf8c6c47a47f --- /dev/null +++ b/hw1/build/_deps/googletest-build/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/hw1/build/_deps/googletest-build/CMakeFiles/progress.marks b/hw1/build/_deps/googletest-build/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..45a4fb75db864000d01701c0f7a51864bd4daabf --- /dev/null +++ b/hw1/build/_deps/googletest-build/CMakeFiles/progress.marks @@ -0,0 +1 @@ +8 diff --git a/hw1/build/_deps/googletest-build/CTestTestfile.cmake b/hw1/build/_deps/googletest-build/CTestTestfile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..1dae36679028fb1cda6cd06d810f50bd1acbad5c --- /dev/null +++ b/hw1/build/_deps/googletest-build/CTestTestfile.cmake @@ -0,0 +1,7 @@ +# CMake generated Testfile for +# Source directory: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src +# Build directory: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +subdirs("googlemock") diff --git a/hw1/build/_deps/googletest-build/Makefile b/hw1/build/_deps/googletest-build/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..0e67dcf53a5bf97564373d9f6e37e2c3b1106a62 --- /dev/null +++ b/hw1/build/_deps/googletest-build/Makefile @@ -0,0 +1,186 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# 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: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# 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 remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target 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 + +# The main all target +all: cmake_check_build_system + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/CMakeFiles/progress.marks + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -P /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/VerifyGlobs.cmake + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -P /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/VerifyGlobs.cmake + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/hw1/build/_deps/googletest-build/cmake_install.cmake b/hw1/build/_deps/googletest-build/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..782e0472612bcdb26748344c3b1ea55a9c41449a --- /dev/null +++ b/hw1/build/_deps/googletest-build/cmake_install.cmake @@ -0,0 +1,45 @@ +# Install script for directory: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock/cmake_install.cmake") + +endif() + diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/CMakeDirectoryInformation.cmake b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..486075d45433f56f4a56b1f8c49cdf8c6c47a47f --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/CXX.includecache b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/CXX.includecache new file mode 100644 index 0000000000000000000000000000000000000000..1671efc6f5302a415d4b42552cc54c320872c189 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/CXX.includecache @@ -0,0 +1,680 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock-all.cc +gmock/gmock.h +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock/gmock.h +src/gmock-cardinalities.cc +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/src/gmock-cardinalities.cc +src/gmock-internal-utils.cc +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/src/gmock-internal-utils.cc +src/gmock-matchers.cc +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/src/gmock-matchers.cc +src/gmock-spec-builders.cc +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/src/gmock-spec-builders.cc +src/gmock.cc +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/src/gmock.cc + +_deps/googletest-src/googlemock/include/gmock/gmock-actions.h +errno.h +- +algorithm +- +functional +- +memory +- +string +- +tuple +- +type_traits +- +utility +- +gmock/internal/gmock-internal-utils.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-port.h +gmock/internal/gmock-pp.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-pp.h + +_deps/googletest-src/googlemock/include/gmock/gmock-cardinalities.h +limits.h +- +memory +- +ostream +- +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-port.h +gtest/gtest.h +_deps/googletest-src/googlemock/include/gmock/gtest/gtest.h + +_deps/googletest-src/googlemock/include/gmock/gmock-function-mocker.h +type_traits +- +utility +- +gmock/gmock-spec-builders.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-spec-builders.h +gmock/internal/gmock-internal-utils.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h +gmock/internal/gmock-pp.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-pp.h + +_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h +algorithm +- +cmath +- +initializer_list +- +iterator +- +limits +- +memory +- +ostream +- +sstream +- +string +- +type_traits +- +utility +- +vector +- +gmock/internal/gmock-internal-utils.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-port.h +gmock/internal/gmock-pp.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-pp.h +gtest/gtest.h +_deps/googletest-src/googlemock/include/gmock/gtest/gtest.h +gmock/internal/custom/gmock-matchers.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/custom/gmock-matchers.h + +_deps/googletest-src/googlemock/include/gmock/gmock-more-actions.h +memory +- +utility +- +gmock/gmock-actions.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-actions.h +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-port.h +gmock/internal/custom/gmock-generated-actions.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/custom/gmock-generated-actions.h + +_deps/googletest-src/googlemock/include/gmock/gmock-more-matchers.h +gmock/gmock-matchers.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-matchers.h + +_deps/googletest-src/googlemock/include/gmock/gmock-nice-strict.h +cstdint +- +type_traits +- +gmock/gmock-spec-builders.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-spec-builders.h +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-port.h + +_deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h +cstdint +- +functional +- +map +- +memory +- +set +- +sstream +- +string +- +type_traits +- +utility +- +vector +- +gmock/gmock-actions.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-actions.h +gmock/gmock-cardinalities.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-cardinalities.h +gmock/gmock-matchers.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-matchers.h +gmock/internal/gmock-internal-utils.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-port.h +gtest/gtest.h +_deps/googletest-src/googlemock/include/gmock/gtest/gtest.h +stdexcept +- + +_deps/googletest-src/googlemock/include/gmock/gmock.h +gmock/gmock-actions.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-actions.h +gmock/gmock-cardinalities.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-cardinalities.h +gmock/gmock-function-mocker.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-function-mocker.h +gmock/gmock-matchers.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-matchers.h +gmock/gmock-more-actions.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-more-actions.h +gmock/gmock-more-matchers.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-more-matchers.h +gmock/gmock-nice-strict.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-nice-strict.h +gmock/internal/gmock-internal-utils.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-port.h + +_deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-generated-actions.h + +_deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-matchers.h + +_deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-port.h + +_deps/googletest-src/googlemock/include/gmock/internal/gmock-internal-utils.h +stdio.h +- +ostream +- +string +- +type_traits +- +vector +- +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/internal/gmock/internal/gmock-port.h +gtest/gtest.h +_deps/googletest-src/googlemock/include/gmock/internal/gtest/gtest.h + +_deps/googletest-src/googlemock/include/gmock/internal/gmock-port.h +assert.h +- +stdlib.h +- +cstdint +- +iostream +- +gmock/internal/custom/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/internal/gmock/internal/custom/gmock-port.h +gtest/internal/gtest-port.h +_deps/googletest-src/googlemock/include/gmock/internal/gtest/internal/gtest-port.h +absl/flags/declare.h +_deps/googletest-src/googlemock/include/gmock/internal/absl/flags/declare.h +absl/flags/flag.h +_deps/googletest-src/googlemock/include/gmock/internal/absl/flags/flag.h + +_deps/googletest-src/googlemock/include/gmock/internal/gmock-pp.h + +_deps/googletest-src/googlemock/src/gmock-cardinalities.cc +gmock/gmock-cardinalities.h +_deps/googletest-src/googlemock/src/gmock/gmock-cardinalities.h +limits.h +- +ostream +- +sstream +- +string +- +gmock/internal/gmock-internal-utils.h +_deps/googletest-src/googlemock/src/gmock/internal/gmock-internal-utils.h +gtest/gtest.h +_deps/googletest-src/googlemock/src/gtest/gtest.h + +_deps/googletest-src/googlemock/src/gmock-internal-utils.cc +gmock/internal/gmock-internal-utils.h +_deps/googletest-src/googlemock/src/gmock/internal/gmock-internal-utils.h +ctype.h +- +array +- +cctype +- +cstdint +- +cstring +- +ostream +- +string +- +vector +- +gmock/gmock.h +_deps/googletest-src/googlemock/src/gmock/gmock.h +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/src/gmock/internal/gmock-port.h +gtest/gtest.h +_deps/googletest-src/googlemock/src/gtest/gtest.h + +_deps/googletest-src/googlemock/src/gmock-matchers.cc +gmock/gmock-matchers.h +_deps/googletest-src/googlemock/src/gmock/gmock-matchers.h +string.h +- +iostream +- +sstream +- +string +- +vector +- + +_deps/googletest-src/googlemock/src/gmock-spec-builders.cc +gmock/gmock-spec-builders.h +_deps/googletest-src/googlemock/src/gmock/gmock-spec-builders.h +stdlib.h +- +iostream +- +map +- +memory +- +set +- +string +- +unordered_map +- +vector +- +gmock/gmock.h +_deps/googletest-src/googlemock/src/gmock/gmock.h +gtest/gtest.h +_deps/googletest-src/googlemock/src/gtest/gtest.h +gtest/internal/gtest-port.h +_deps/googletest-src/googlemock/src/gtest/internal/gtest-port.h +unistd.h +- + +_deps/googletest-src/googlemock/src/gmock.cc +gmock/gmock.h +_deps/googletest-src/googlemock/src/gmock/gmock.h +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/src/gmock/internal/gmock-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-assertion-result.h +memory +- +ostream +- +string +- +type_traits +- +gtest/gtest-message.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-message.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-death-test.h +gtest/internal/gtest-death-test-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h + +_deps/googletest-src/googletest/include/gtest/gtest-matchers.h +atomic +- +memory +- +ostream +- +string +- +type_traits +- +gtest/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-printers.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-message.h +limits +- +memory +- +sstream +- +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-param-test.h +iterator +- +utility +- +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-param-util.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-param-util.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-printers.h +functional +- +memory +- +ostream +- +sstream +- +string +- +tuple +- +type_traits +- +utility +- +vector +- +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h +gtest/internal/custom/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/custom/gtest-printers.h + +_deps/googletest-src/googletest/include/gtest/gtest-test-part.h +iosfwd +- +vector +- +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h + +_deps/googletest-src/googletest/include/gtest/gtest-typed-test.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h +gtest/internal/gtest-type-util.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-type-util.h + +_deps/googletest-src/googletest/include/gtest/gtest.h +cstddef +- +limits +- +memory +- +ostream +- +type_traits +- +vector +- +gtest/gtest-assertion-result.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-assertion-result.h +gtest/gtest-death-test.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-death-test.h +gtest/gtest-matchers.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-matchers.h +gtest/gtest-message.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-message.h +gtest/gtest-param-test.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-param-test.h +gtest/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-printers.h +gtest/gtest-test-part.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-test-part.h +gtest/gtest-typed-test.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-typed-test.h +gtest/gtest_pred_impl.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest_pred_impl.h +gtest/gtest_prod.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest_prod.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h + +_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h +gtest/gtest-assertion-result.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-assertion-result.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest_prod.h + +_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h +stdio.h +- +memory +- +gtest/gtest-matchers.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-matchers.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h +stdlib.h +- +sys/types.h +- +sys/wait.h +- +unistd.h +- +stdexcept +- +ctype.h +- +float.h +- +string.h +- +cstdint +- +iomanip +- +limits +- +map +- +set +- +string +- +type_traits +- +vector +- +gtest/gtest-message.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-message.h +gtest/internal/gtest-filepath.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h +gtest/internal/gtest-type-util.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h +ctype.h +- +cassert +- +iterator +- +memory +- +set +- +tuple +- +type_traits +- +utility +- +vector +- +gtest/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-printers.h +gtest/gtest-test-part.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-test-part.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h +winapifamily.h +- +TargetConditionals.h +- + +_deps/googletest-src/googletest/include/gtest/internal/gtest-port.h +ctype.h +- +stddef.h +- +stdio.h +- +stdlib.h +- +string.h +- +cerrno +- +cstdint +- +iostream +- +limits +- +locale +- +memory +- +string +- +tuple +- +type_traits +- +vector +- +sys/stat.h +- +sys/types.h +- +AvailabilityMacros.h +- +TargetConditionals.h +- +gtest/internal/custom/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h +gtest/internal/gtest-port-arch.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h +absl/flags/declare.h +_deps/googletest-src/googletest/include/gtest/internal/absl/flags/declare.h +absl/flags/flag.h +_deps/googletest-src/googletest/include/gtest/internal/absl/flags/flag.h +absl/flags/reflection.h +_deps/googletest-src/googletest/include/gtest/internal/absl/flags/reflection.h +direct.h +- +io.h +- +unistd.h +- +strings.h +- +unistd.h +- +android/api-level.h +- +absl/strings/string_view.h +_deps/googletest-src/googletest/include/gtest/internal/absl/strings/string_view.h +re2/re2.h +_deps/googletest-src/googletest/include/gtest/internal/re2/re2.h +regex.h +- +typeinfo +- +pthread.h +- +time.h +- +condition_variable +- +mutex +- +absl/types/any.h +_deps/googletest-src/googletest/include/gtest/internal/absl/types/any.h +any +- +absl/types/optional.h +_deps/googletest-src/googletest/include/gtest/internal/absl/types/optional.h +optional +- +absl/strings/string_view.h +_deps/googletest-src/googletest/include/gtest/internal/absl/strings/string_view.h +string_view +- +absl/types/variant.h +_deps/googletest-src/googletest/include/gtest/internal/absl/types/variant.h +variant +- + +_deps/googletest-src/googletest/include/gtest/internal/gtest-string.h +mem.h +- +string.h +- +cstdint +- +string +- +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h +cxxabi.h +- +acxx_demangle.h +- + diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..d8912d4f521126bd26527e8af4c00add9ef56a7b --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake @@ -0,0 +1,25 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock-all.cc" "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "_deps/googletest-src/googlemock/include" + "_deps/googletest-src/googlemock" + "_deps/googletest-src/googletest/include" + "_deps/googletest-src/googletest" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build.make b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..7335960af7620f96596441307ed5ef66529d9158 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build.make @@ -0,0 +1,99 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# 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 remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build + +# Include any dependencies generated for this target. +include _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/depend.make + +# Include the progress variables for this target. +include _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/progress.make + +# Include the compile flags for this target's objects. +include _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/flags.make + +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/flags.make +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/src/gmock-all.cc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gmock.dir/src/gmock-all.cc.o -c /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock-all.cc + +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gmock.dir/src/gmock-all.cc.i" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock-all.cc > CMakeFiles/gmock.dir/src/gmock-all.cc.i + +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gmock.dir/src/gmock-all.cc.s" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock-all.cc -o CMakeFiles/gmock.dir/src/gmock-all.cc.s + +# Object files for target gmock +gmock_OBJECTS = \ +"CMakeFiles/gmock.dir/src/gmock-all.cc.o" + +# External object files for target gmock +gmock_EXTERNAL_OBJECTS = + +lib/libgmock.a: _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o +lib/libgmock.a: _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build.make +lib/libgmock.a: _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library ../../../lib/libgmock.a" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock && $(CMAKE_COMMAND) -P CMakeFiles/gmock.dir/cmake_clean_target.cmake + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gmock.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build: lib/libgmock.a + +.PHONY : _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build + +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/clean: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock && $(CMAKE_COMMAND) -P CMakeFiles/gmock.dir/cmake_clean.cmake +.PHONY : _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/clean + +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/depend: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/depend + diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/cmake_clean.cmake b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..de4aebc6e1a1056eea52e1ccc13f49ca5f314fb7 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "../../../bin/libgmock.pdb" + "../../../lib/libgmock.a" + "CMakeFiles/gmock.dir/src/gmock-all.cc.o" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/gmock.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/cmake_clean_target.cmake b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/cmake_clean_target.cmake new file mode 100644 index 0000000000000000000000000000000000000000..541729e355f26b5a2b904177abfddf4031a98812 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "../../../lib/libgmock.a" +) diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/depend.internal b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..32fbf69a5fda36a54a43bf44d48834d69336f573 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/depend.internal @@ -0,0 +1,46 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o + /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock-all.cc + _deps/googletest-src/googlemock/include/gmock/gmock-actions.h + _deps/googletest-src/googlemock/include/gmock/gmock-cardinalities.h + _deps/googletest-src/googlemock/include/gmock/gmock-function-mocker.h + _deps/googletest-src/googlemock/include/gmock/gmock-matchers.h + _deps/googletest-src/googlemock/include/gmock/gmock-more-actions.h + _deps/googletest-src/googlemock/include/gmock/gmock-more-matchers.h + _deps/googletest-src/googlemock/include/gmock/gmock-nice-strict.h + _deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h + _deps/googletest-src/googlemock/include/gmock/gmock.h + _deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-generated-actions.h + _deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-matchers.h + _deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-port.h + _deps/googletest-src/googlemock/include/gmock/internal/gmock-internal-utils.h + _deps/googletest-src/googlemock/include/gmock/internal/gmock-port.h + _deps/googletest-src/googlemock/include/gmock/internal/gmock-pp.h + _deps/googletest-src/googlemock/src/gmock-cardinalities.cc + _deps/googletest-src/googlemock/src/gmock-internal-utils.cc + _deps/googletest-src/googlemock/src/gmock-matchers.cc + _deps/googletest-src/googlemock/src/gmock-spec-builders.cc + _deps/googletest-src/googlemock/src/gmock.cc + _deps/googletest-src/googletest/include/gtest/gtest-assertion-result.h + _deps/googletest-src/googletest/include/gtest/gtest-death-test.h + _deps/googletest-src/googletest/include/gtest/gtest-matchers.h + _deps/googletest-src/googletest/include/gtest/gtest-message.h + _deps/googletest-src/googletest/include/gtest/gtest-param-test.h + _deps/googletest-src/googletest/include/gtest/gtest-printers.h + _deps/googletest-src/googletest/include/gtest/gtest-test-part.h + _deps/googletest-src/googletest/include/gtest/gtest-typed-test.h + _deps/googletest-src/googletest/include/gtest/gtest.h + _deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h + _deps/googletest-src/googletest/include/gtest/gtest_prod.h + _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h + _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-port.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-string.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/depend.make b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..23cc444ed3ea752a21cb61721b418b36ed25380d --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/depend.make @@ -0,0 +1,46 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/src/gmock-all.cc +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock-actions.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock-cardinalities.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock-function-mocker.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock-matchers.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock-more-actions.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock-more-matchers.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock-nice-strict.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-generated-actions.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-matchers.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-port.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/include/gmock/internal/gmock-internal-utils.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/include/gmock/internal/gmock-port.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/include/gmock/internal/gmock-pp.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/src/gmock-cardinalities.cc +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/src/gmock-internal-utils.cc +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/src/gmock-matchers.cc +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/src/gmock-spec-builders.cc +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googlemock/src/gmock.cc +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-assertion-result.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-death-test.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-matchers.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-message.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-param-test.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-printers.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-test-part.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-typed-test.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest_prod.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-port.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-string.h +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h + diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/flags.make b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/flags.make new file mode 100644 index 0000000000000000000000000000000000000000..ffef8d2afd803f85c4e4de5d8786eb8421e67071 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++17 + +CXX_DEFINES = + +CXX_INCLUDES = -I/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/include -I/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/include -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest + diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/link.txt b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc7faa57df0e4124563860b448de2ef88a722c3e --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc ../../../lib/libgmock.a CMakeFiles/gmock.dir/src/gmock-all.cc.o +/usr/bin/ranlib ../../../lib/libgmock.a diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/progress.make b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..abadeb0c3abaa81d622026fcd3ae096d03dd29b7 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 + diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o new file mode 100644 index 0000000000000000000000000000000000000000..9f94b723aad10cb502bd633510bf42586ec55d63 Binary files /dev/null and b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o differ diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/CXX.includecache b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/CXX.includecache new file mode 100644 index 0000000000000000000000000000000000000000..c03b085249cc95f96f5f31e666bdb3011bc0d117 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/CXX.includecache @@ -0,0 +1,586 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock_main.cc +iostream +- +gmock/gmock.h +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock/gmock.h +gtest/gtest.h +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gtest/gtest.h +tchar.h +- + +_deps/googletest-src/googlemock/include/gmock/gmock-actions.h +errno.h +- +algorithm +- +functional +- +memory +- +string +- +tuple +- +type_traits +- +utility +- +gmock/internal/gmock-internal-utils.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-port.h +gmock/internal/gmock-pp.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-pp.h + +_deps/googletest-src/googlemock/include/gmock/gmock-cardinalities.h +limits.h +- +memory +- +ostream +- +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-port.h +gtest/gtest.h +_deps/googletest-src/googlemock/include/gmock/gtest/gtest.h + +_deps/googletest-src/googlemock/include/gmock/gmock-function-mocker.h +type_traits +- +utility +- +gmock/gmock-spec-builders.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-spec-builders.h +gmock/internal/gmock-internal-utils.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h +gmock/internal/gmock-pp.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-pp.h + +_deps/googletest-src/googlemock/include/gmock/gmock-matchers.h +algorithm +- +cmath +- +initializer_list +- +iterator +- +limits +- +memory +- +ostream +- +sstream +- +string +- +type_traits +- +utility +- +vector +- +gmock/internal/gmock-internal-utils.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-port.h +gmock/internal/gmock-pp.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-pp.h +gtest/gtest.h +_deps/googletest-src/googlemock/include/gmock/gtest/gtest.h +gmock/internal/custom/gmock-matchers.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/custom/gmock-matchers.h + +_deps/googletest-src/googlemock/include/gmock/gmock-more-actions.h +memory +- +utility +- +gmock/gmock-actions.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-actions.h +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-port.h +gmock/internal/custom/gmock-generated-actions.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/custom/gmock-generated-actions.h + +_deps/googletest-src/googlemock/include/gmock/gmock-more-matchers.h +gmock/gmock-matchers.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-matchers.h + +_deps/googletest-src/googlemock/include/gmock/gmock-nice-strict.h +cstdint +- +type_traits +- +gmock/gmock-spec-builders.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-spec-builders.h +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-port.h + +_deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h +cstdint +- +functional +- +map +- +memory +- +set +- +sstream +- +string +- +type_traits +- +utility +- +vector +- +gmock/gmock-actions.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-actions.h +gmock/gmock-cardinalities.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-cardinalities.h +gmock/gmock-matchers.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-matchers.h +gmock/internal/gmock-internal-utils.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-port.h +gtest/gtest.h +_deps/googletest-src/googlemock/include/gmock/gtest/gtest.h +stdexcept +- + +_deps/googletest-src/googlemock/include/gmock/gmock.h +gmock/gmock-actions.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-actions.h +gmock/gmock-cardinalities.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-cardinalities.h +gmock/gmock-function-mocker.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-function-mocker.h +gmock/gmock-matchers.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-matchers.h +gmock/gmock-more-actions.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-more-actions.h +gmock/gmock-more-matchers.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-more-matchers.h +gmock/gmock-nice-strict.h +_deps/googletest-src/googlemock/include/gmock/gmock/gmock-nice-strict.h +gmock/internal/gmock-internal-utils.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/gmock/internal/gmock-port.h + +_deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-generated-actions.h + +_deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-matchers.h + +_deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-port.h + +_deps/googletest-src/googlemock/include/gmock/internal/gmock-internal-utils.h +stdio.h +- +ostream +- +string +- +type_traits +- +vector +- +gmock/internal/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/internal/gmock/internal/gmock-port.h +gtest/gtest.h +_deps/googletest-src/googlemock/include/gmock/internal/gtest/gtest.h + +_deps/googletest-src/googlemock/include/gmock/internal/gmock-port.h +assert.h +- +stdlib.h +- +cstdint +- +iostream +- +gmock/internal/custom/gmock-port.h +_deps/googletest-src/googlemock/include/gmock/internal/gmock/internal/custom/gmock-port.h +gtest/internal/gtest-port.h +_deps/googletest-src/googlemock/include/gmock/internal/gtest/internal/gtest-port.h +absl/flags/declare.h +_deps/googletest-src/googlemock/include/gmock/internal/absl/flags/declare.h +absl/flags/flag.h +_deps/googletest-src/googlemock/include/gmock/internal/absl/flags/flag.h + +_deps/googletest-src/googlemock/include/gmock/internal/gmock-pp.h + +_deps/googletest-src/googletest/include/gtest/gtest-assertion-result.h +memory +- +ostream +- +string +- +type_traits +- +gtest/gtest-message.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-message.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-death-test.h +gtest/internal/gtest-death-test-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h + +_deps/googletest-src/googletest/include/gtest/gtest-matchers.h +atomic +- +memory +- +ostream +- +string +- +type_traits +- +gtest/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-printers.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-message.h +limits +- +memory +- +sstream +- +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-param-test.h +iterator +- +utility +- +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-param-util.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-param-util.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-printers.h +functional +- +memory +- +ostream +- +sstream +- +string +- +tuple +- +type_traits +- +utility +- +vector +- +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h +gtest/internal/custom/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/custom/gtest-printers.h + +_deps/googletest-src/googletest/include/gtest/gtest-test-part.h +iosfwd +- +vector +- +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h + +_deps/googletest-src/googletest/include/gtest/gtest-typed-test.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h +gtest/internal/gtest-type-util.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-type-util.h + +_deps/googletest-src/googletest/include/gtest/gtest.h +cstddef +- +limits +- +memory +- +ostream +- +type_traits +- +vector +- +gtest/gtest-assertion-result.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-assertion-result.h +gtest/gtest-death-test.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-death-test.h +gtest/gtest-matchers.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-matchers.h +gtest/gtest-message.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-message.h +gtest/gtest-param-test.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-param-test.h +gtest/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-printers.h +gtest/gtest-test-part.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-test-part.h +gtest/gtest-typed-test.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-typed-test.h +gtest/gtest_pred_impl.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest_pred_impl.h +gtest/gtest_prod.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest_prod.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h + +_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h +gtest/gtest-assertion-result.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-assertion-result.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest_prod.h + +_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h +stdio.h +- +memory +- +gtest/gtest-matchers.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-matchers.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h +stdlib.h +- +sys/types.h +- +sys/wait.h +- +unistd.h +- +stdexcept +- +ctype.h +- +float.h +- +string.h +- +cstdint +- +iomanip +- +limits +- +map +- +set +- +string +- +type_traits +- +vector +- +gtest/gtest-message.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-message.h +gtest/internal/gtest-filepath.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h +gtest/internal/gtest-type-util.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h +ctype.h +- +cassert +- +iterator +- +memory +- +set +- +tuple +- +type_traits +- +utility +- +vector +- +gtest/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-printers.h +gtest/gtest-test-part.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-test-part.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h +winapifamily.h +- +TargetConditionals.h +- + +_deps/googletest-src/googletest/include/gtest/internal/gtest-port.h +ctype.h +- +stddef.h +- +stdio.h +- +stdlib.h +- +string.h +- +cerrno +- +cstdint +- +iostream +- +limits +- +locale +- +memory +- +string +- +tuple +- +type_traits +- +vector +- +sys/stat.h +- +sys/types.h +- +AvailabilityMacros.h +- +TargetConditionals.h +- +gtest/internal/custom/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h +gtest/internal/gtest-port-arch.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h +absl/flags/declare.h +_deps/googletest-src/googletest/include/gtest/internal/absl/flags/declare.h +absl/flags/flag.h +_deps/googletest-src/googletest/include/gtest/internal/absl/flags/flag.h +absl/flags/reflection.h +_deps/googletest-src/googletest/include/gtest/internal/absl/flags/reflection.h +direct.h +- +io.h +- +unistd.h +- +strings.h +- +unistd.h +- +android/api-level.h +- +absl/strings/string_view.h +_deps/googletest-src/googletest/include/gtest/internal/absl/strings/string_view.h +re2/re2.h +_deps/googletest-src/googletest/include/gtest/internal/re2/re2.h +regex.h +- +typeinfo +- +pthread.h +- +time.h +- +condition_variable +- +mutex +- +absl/types/any.h +_deps/googletest-src/googletest/include/gtest/internal/absl/types/any.h +any +- +absl/types/optional.h +_deps/googletest-src/googletest/include/gtest/internal/absl/types/optional.h +optional +- +absl/strings/string_view.h +_deps/googletest-src/googletest/include/gtest/internal/absl/strings/string_view.h +string_view +- +absl/types/variant.h +_deps/googletest-src/googletest/include/gtest/internal/absl/types/variant.h +variant +- + +_deps/googletest-src/googletest/include/gtest/internal/gtest-string.h +mem.h +- +string.h +- +cstdint +- +string +- +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h +cxxabi.h +- +acxx_demangle.h +- + diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/DependInfo.cmake b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..d1fcbab5007debb07efa89eff7020bf446d58754 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/DependInfo.cmake @@ -0,0 +1,26 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock_main.cc" "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "_deps/googletest-src/googlemock/include" + "_deps/googletest-src/googlemock" + "_deps/googletest-src/googletest/include" + "_deps/googletest-src/googletest" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake" + "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build.make b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..64e36e01293798e7a41c9f9d7c396fc70b581062 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build.make @@ -0,0 +1,99 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# 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 remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build + +# Include any dependencies generated for this target. +include _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/depend.make + +# Include the progress variables for this target. +include _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/progress.make + +# Include the compile flags for this target's objects. +include _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/flags.make + +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/flags.make +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googlemock/src/gmock_main.cc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gmock_main.dir/src/gmock_main.cc.o -c /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock_main.cc + +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gmock_main.dir/src/gmock_main.cc.i" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock_main.cc > CMakeFiles/gmock_main.dir/src/gmock_main.cc.i + +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gmock_main.dir/src/gmock_main.cc.s" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock_main.cc -o CMakeFiles/gmock_main.dir/src/gmock_main.cc.s + +# Object files for target gmock_main +gmock_main_OBJECTS = \ +"CMakeFiles/gmock_main.dir/src/gmock_main.cc.o" + +# External object files for target gmock_main +gmock_main_EXTERNAL_OBJECTS = + +lib/libgmock_main.a: _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o +lib/libgmock_main.a: _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build.make +lib/libgmock_main.a: _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library ../../../lib/libgmock_main.a" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock && $(CMAKE_COMMAND) -P CMakeFiles/gmock_main.dir/cmake_clean_target.cmake + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gmock_main.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build: lib/libgmock_main.a + +.PHONY : _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build + +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/clean: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock && $(CMAKE_COMMAND) -P CMakeFiles/gmock_main.dir/cmake_clean.cmake +.PHONY : _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/clean + +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/depend: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/depend + diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/cmake_clean.cmake b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..1e5bccc11e5b6995aca368e8df40cbd34f29c284 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "../../../bin/libgmock_main.pdb" + "../../../lib/libgmock_main.a" + "CMakeFiles/gmock_main.dir/src/gmock_main.cc.o" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/gmock_main.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/cmake_clean_target.cmake b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/cmake_clean_target.cmake new file mode 100644 index 0000000000000000000000000000000000000000..1c127c0dfa57de869c9578306097155e69477c57 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "../../../lib/libgmock_main.a" +) diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/depend.internal b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..c082897da972f4dab38a30310721a3333b0fc42b --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/depend.internal @@ -0,0 +1,41 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o + /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock_main.cc + _deps/googletest-src/googlemock/include/gmock/gmock-actions.h + _deps/googletest-src/googlemock/include/gmock/gmock-cardinalities.h + _deps/googletest-src/googlemock/include/gmock/gmock-function-mocker.h + _deps/googletest-src/googlemock/include/gmock/gmock-matchers.h + _deps/googletest-src/googlemock/include/gmock/gmock-more-actions.h + _deps/googletest-src/googlemock/include/gmock/gmock-more-matchers.h + _deps/googletest-src/googlemock/include/gmock/gmock-nice-strict.h + _deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h + _deps/googletest-src/googlemock/include/gmock/gmock.h + _deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-generated-actions.h + _deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-matchers.h + _deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-port.h + _deps/googletest-src/googlemock/include/gmock/internal/gmock-internal-utils.h + _deps/googletest-src/googlemock/include/gmock/internal/gmock-port.h + _deps/googletest-src/googlemock/include/gmock/internal/gmock-pp.h + _deps/googletest-src/googletest/include/gtest/gtest-assertion-result.h + _deps/googletest-src/googletest/include/gtest/gtest-death-test.h + _deps/googletest-src/googletest/include/gtest/gtest-matchers.h + _deps/googletest-src/googletest/include/gtest/gtest-message.h + _deps/googletest-src/googletest/include/gtest/gtest-param-test.h + _deps/googletest-src/googletest/include/gtest/gtest-printers.h + _deps/googletest-src/googletest/include/gtest/gtest-test-part.h + _deps/googletest-src/googletest/include/gtest/gtest-typed-test.h + _deps/googletest-src/googletest/include/gtest/gtest.h + _deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h + _deps/googletest-src/googletest/include/gtest/gtest_prod.h + _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h + _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-port.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-string.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/depend.make b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..b5610c56dddff7f87e2845b91171e3b32392020b --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/depend.make @@ -0,0 +1,41 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googlemock/src/gmock_main.cc +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock-actions.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock-cardinalities.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock-function-mocker.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock-matchers.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock-more-actions.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock-more-matchers.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock-nice-strict.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock-spec-builders.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googlemock/include/gmock/gmock.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-generated-actions.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-matchers.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googlemock/include/gmock/internal/custom/gmock-port.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googlemock/include/gmock/internal/gmock-internal-utils.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googlemock/include/gmock/internal/gmock-port.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googlemock/include/gmock/internal/gmock-pp.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-assertion-result.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-death-test.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-matchers.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-message.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-param-test.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-printers.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-test-part.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-typed-test.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest_prod.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-port.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-string.h +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h + diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/flags.make b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/flags.make new file mode 100644 index 0000000000000000000000000000000000000000..b6bfa3aa1e4c8bff2da489da7ca460665cd7aef6 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++17 + +CXX_DEFINES = + +CXX_INCLUDES = -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/include -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/include -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest + diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/link.txt b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..5e1b16176c3ed1e24e5ab5b5cf3331a8142bf1a9 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc ../../../lib/libgmock_main.a CMakeFiles/gmock_main.dir/src/gmock_main.cc.o +/usr/bin/ranlib ../../../lib/libgmock_main.a diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/progress.make b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..8c8fb6fbbc138d8387b9ed9bdb2088ee8aa036f6 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 3 +CMAKE_PROGRESS_2 = 4 + diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o new file mode 100644 index 0000000000000000000000000000000000000000..72372306eb9a138b205855fce1420ce63a504df0 Binary files /dev/null and b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o differ diff --git a/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/progress.marks b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..45a4fb75db864000d01701c0f7a51864bd4daabf --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/progress.marks @@ -0,0 +1 @@ +8 diff --git a/hw1/build/_deps/googletest-build/googlemock/CTestTestfile.cmake b/hw1/build/_deps/googletest-build/googlemock/CTestTestfile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..7952a5e7ec00f290d2d8838d04e6d1164b557ee2 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/CTestTestfile.cmake @@ -0,0 +1,7 @@ +# CMake generated Testfile for +# Source directory: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock +# Build directory: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +subdirs("../googletest") diff --git a/hw1/build/_deps/googletest-build/googlemock/Makefile b/hw1/build/_deps/googletest-build/googlemock/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..4522c706b58ad52e5994ec89463385233ecce0eb --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/Makefile @@ -0,0 +1,278 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# 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: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# 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 remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target 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 + +# The main all target +all: cmake_check_build_system + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock/CMakeFiles/progress.marks + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/googlemock/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/googlemock/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/googlemock/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/googlemock/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -P /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/VerifyGlobs.cmake + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +_deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/rule: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/rule +.PHONY : _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/rule + +# Convenience name for target. +gmock_main: _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/rule + +.PHONY : gmock_main + +# fast build rule for target. +gmock_main/fast: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build +.PHONY : gmock_main/fast + +# Convenience name for target. +_deps/googletest-build/googlemock/CMakeFiles/gmock.dir/rule: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/rule +.PHONY : _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/rule + +# Convenience name for target. +gmock: _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/rule + +.PHONY : gmock + +# fast build rule for target. +gmock/fast: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build +.PHONY : gmock/fast + +src/gmock-all.o: src/gmock-all.cc.o + +.PHONY : src/gmock-all.o + +# target to build an object file +src/gmock-all.cc.o: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o +.PHONY : src/gmock-all.cc.o + +src/gmock-all.i: src/gmock-all.cc.i + +.PHONY : src/gmock-all.i + +# target to preprocess a source file +src/gmock-all.cc.i: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.i +.PHONY : src/gmock-all.cc.i + +src/gmock-all.s: src/gmock-all.cc.s + +.PHONY : src/gmock-all.s + +# target to generate assembly for a file +src/gmock-all.cc.s: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.s +.PHONY : src/gmock-all.cc.s + +src/gmock_main.o: src/gmock_main.cc.o + +.PHONY : src/gmock_main.o + +# target to build an object file +src/gmock_main.cc.o: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o +.PHONY : src/gmock_main.cc.o + +src/gmock_main.i: src/gmock_main.cc.i + +.PHONY : src/gmock_main.i + +# target to preprocess a source file +src/gmock_main.cc.i: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.i +.PHONY : src/gmock_main.cc.i + +src/gmock_main.s: src/gmock_main.cc.s + +.PHONY : src/gmock_main.s + +# target to generate assembly for a file +src/gmock_main.cc.s: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.s +.PHONY : src/gmock_main.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... gmock_main" + @echo "... gmock" + @echo "... src/gmock-all.o" + @echo "... src/gmock-all.i" + @echo "... src/gmock-all.s" + @echo "... src/gmock_main.o" + @echo "... src/gmock_main.i" + @echo "... src/gmock_main.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -P /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/VerifyGlobs.cmake + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/hw1/build/_deps/googletest-build/googlemock/cmake_install.cmake b/hw1/build/_deps/googletest-build/googlemock/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..9a029976d9f87b9952a7e0bef110184443bcc561 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googlemock/cmake_install.cmake @@ -0,0 +1,65 @@ +# Install script for directory: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/include/") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/lib/libgmock.a") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/lib/libgmock_main.a") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/generated/gmock.pc") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/generated/gmock_main.pc") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/cmake_install.cmake") + +endif() + diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/CMakeDirectoryInformation.cmake b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..486075d45433f56f4a56b1f8c49cdf8c6c47a47f --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets-noconfig.cmake b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets-noconfig.cmake new file mode 100644 index 0000000000000000000000000000000000000000..1f8e4349b9d69e84eeb6f591c07542d087708c6c --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets-noconfig.cmake @@ -0,0 +1,49 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "GTest::gtest" for configuration "" +set_property(TARGET GTest::gtest APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(GTest::gtest PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX" + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libgtest.a" + ) + +list(APPEND _IMPORT_CHECK_TARGETS GTest::gtest ) +list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gtest "${_IMPORT_PREFIX}/lib/libgtest.a" ) + +# Import target "GTest::gtest_main" for configuration "" +set_property(TARGET GTest::gtest_main APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(GTest::gtest_main PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX" + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libgtest_main.a" + ) + +list(APPEND _IMPORT_CHECK_TARGETS GTest::gtest_main ) +list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gtest_main "${_IMPORT_PREFIX}/lib/libgtest_main.a" ) + +# Import target "GTest::gmock" for configuration "" +set_property(TARGET GTest::gmock APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(GTest::gmock PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX" + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libgmock.a" + ) + +list(APPEND _IMPORT_CHECK_TARGETS GTest::gmock ) +list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gmock "${_IMPORT_PREFIX}/lib/libgmock.a" ) + +# Import target "GTest::gmock_main" for configuration "" +set_property(TARGET GTest::gmock_main APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(GTest::gmock_main PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX" + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libgmock_main.a" + ) + +list(APPEND _IMPORT_CHECK_TARGETS GTest::gmock_main ) +list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gmock_main "${_IMPORT_PREFIX}/lib/libgmock_main.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets.cmake b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets.cmake new file mode 100644 index 0000000000000000000000000000000000000000..8df79fec7d07d2e015e0bdb5d580b85b49b6ece9 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets.cmake @@ -0,0 +1,131 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_targetsDefined) +set(_targetsNotDefined) +set(_expectedTargets) +foreach(_expectedTarget GTest::gtest GTest::gtest_main GTest::gmock GTest::gmock_main) + list(APPEND _expectedTargets ${_expectedTarget}) + if(NOT TARGET ${_expectedTarget}) + list(APPEND _targetsNotDefined ${_expectedTarget}) + endif() + if(TARGET ${_expectedTarget}) + list(APPEND _targetsDefined ${_expectedTarget}) + endif() +endforeach() +if("${_targetsDefined}" STREQUAL "${_expectedTargets}") + unset(_targetsDefined) + unset(_targetsNotDefined) + unset(_expectedTargets) + set(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT "${_targetsDefined}" STREQUAL "") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") +endif() +unset(_targetsDefined) +unset(_targetsNotDefined) +unset(_expectedTargets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target GTest::gtest +add_library(GTest::gtest STATIC IMPORTED) + +set_target_properties(GTest::gtest PROPERTIES + INTERFACE_COMPILE_FEATURES "cxx_std_11" + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "Threads::Threads" + INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" +) + +# Create imported target GTest::gtest_main +add_library(GTest::gtest_main STATIC IMPORTED) + +set_target_properties(GTest::gtest_main PROPERTIES + INTERFACE_COMPILE_FEATURES "cxx_std_11" + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "Threads::Threads;GTest::gtest" + INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" +) + +# Create imported target GTest::gmock +add_library(GTest::gmock STATIC IMPORTED) + +set_target_properties(GTest::gmock PROPERTIES + INTERFACE_COMPILE_FEATURES "cxx_std_11" + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "Threads::Threads;GTest::gtest" + INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" +) + +# Create imported target GTest::gmock_main +add_library(GTest::gmock_main STATIC IMPORTED) + +set_target_properties(GTest::gmock_main PROPERTIES + INTERFACE_COMPILE_FEATURES "cxx_std_11" + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "Threads::Threads;GTest::gmock" + INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" +) + +if(CMAKE_VERSION VERSION_LESS 2.8.12) + message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") +endif() + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/GTestTargets-*.cmake") +foreach(f ${CONFIG_FILES}) + include(${f}) +endforeach() + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(target ${_IMPORT_CHECK_TARGETS} ) + foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} ) + if(NOT EXISTS "${file}" ) + message(FATAL_ERROR "The imported target \"${target}\" references the file + \"${file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_IMPORT_CHECK_FILES_FOR_${target}) +endforeach() +unset(_IMPORT_CHECK_TARGETS) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/CXX.includecache b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/CXX.includecache new file mode 100644 index 0000000000000000000000000000000000000000..33adb703c6f47f432886673c053b0cdc1ac01338 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/CXX.includecache @@ -0,0 +1,750 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest-all.cc +gtest/gtest.h +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest/gtest.h +src/gtest-assertion-result.cc +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/src/gtest-assertion-result.cc +src/gtest-death-test.cc +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/src/gtest-death-test.cc +src/gtest-filepath.cc +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/src/gtest-filepath.cc +src/gtest-matchers.cc +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/src/gtest-matchers.cc +src/gtest-port.cc +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/src/gtest-port.cc +src/gtest-printers.cc +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/src/gtest-printers.cc +src/gtest-test-part.cc +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/src/gtest-test-part.cc +src/gtest-typed-test.cc +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/src/gtest-typed-test.cc +src/gtest.cc +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/src/gtest.cc + +_deps/googletest-src/googletest/include/gtest/gtest-assertion-result.h +memory +- +ostream +- +string +- +type_traits +- +gtest/gtest-message.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-message.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-death-test.h +gtest/internal/gtest-death-test-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h + +_deps/googletest-src/googletest/include/gtest/gtest-matchers.h +atomic +- +memory +- +ostream +- +string +- +type_traits +- +gtest/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-printers.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-message.h +limits +- +memory +- +sstream +- +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-param-test.h +iterator +- +utility +- +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-param-util.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-param-util.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-printers.h +functional +- +memory +- +ostream +- +sstream +- +string +- +tuple +- +type_traits +- +utility +- +vector +- +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h +gtest/internal/custom/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/custom/gtest-printers.h + +_deps/googletest-src/googletest/include/gtest/gtest-spi.h +gtest/gtest.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest.h + +_deps/googletest-src/googletest/include/gtest/gtest-test-part.h +iosfwd +- +vector +- +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h + +_deps/googletest-src/googletest/include/gtest/gtest-typed-test.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h +gtest/internal/gtest-type-util.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-type-util.h + +_deps/googletest-src/googletest/include/gtest/gtest.h +cstddef +- +limits +- +memory +- +ostream +- +type_traits +- +vector +- +gtest/gtest-assertion-result.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-assertion-result.h +gtest/gtest-death-test.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-death-test.h +gtest/gtest-matchers.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-matchers.h +gtest/gtest-message.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-message.h +gtest/gtest-param-test.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-param-test.h +gtest/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-printers.h +gtest/gtest-test-part.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-test-part.h +gtest/gtest-typed-test.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-typed-test.h +gtest/gtest_pred_impl.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest_pred_impl.h +gtest/gtest_prod.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest_prod.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h + +_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h +gtest/gtest-assertion-result.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-assertion-result.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest_prod.h + +_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h + +_deps/googletest-src/googletest/include/gtest/internal/custom/gtest.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h +stdio.h +- +memory +- +gtest/gtest-matchers.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-matchers.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h +stdlib.h +- +sys/types.h +- +sys/wait.h +- +unistd.h +- +stdexcept +- +ctype.h +- +float.h +- +string.h +- +cstdint +- +iomanip +- +limits +- +map +- +set +- +string +- +type_traits +- +vector +- +gtest/gtest-message.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-message.h +gtest/internal/gtest-filepath.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h +gtest/internal/gtest-type-util.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h +ctype.h +- +cassert +- +iterator +- +memory +- +set +- +tuple +- +type_traits +- +utility +- +vector +- +gtest/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-printers.h +gtest/gtest-test-part.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-test-part.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h +winapifamily.h +- +TargetConditionals.h +- + +_deps/googletest-src/googletest/include/gtest/internal/gtest-port.h +ctype.h +- +stddef.h +- +stdio.h +- +stdlib.h +- +string.h +- +cerrno +- +cstdint +- +iostream +- +limits +- +locale +- +memory +- +string +- +tuple +- +type_traits +- +vector +- +sys/stat.h +- +sys/types.h +- +AvailabilityMacros.h +- +TargetConditionals.h +- +gtest/internal/custom/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h +gtest/internal/gtest-port-arch.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h +absl/flags/declare.h +_deps/googletest-src/googletest/include/gtest/internal/absl/flags/declare.h +absl/flags/flag.h +_deps/googletest-src/googletest/include/gtest/internal/absl/flags/flag.h +absl/flags/reflection.h +_deps/googletest-src/googletest/include/gtest/internal/absl/flags/reflection.h +direct.h +- +io.h +- +unistd.h +- +strings.h +- +unistd.h +- +android/api-level.h +- +absl/strings/string_view.h +_deps/googletest-src/googletest/include/gtest/internal/absl/strings/string_view.h +re2/re2.h +_deps/googletest-src/googletest/include/gtest/internal/re2/re2.h +regex.h +- +typeinfo +- +pthread.h +- +time.h +- +condition_variable +- +mutex +- +absl/types/any.h +_deps/googletest-src/googletest/include/gtest/internal/absl/types/any.h +any +- +absl/types/optional.h +_deps/googletest-src/googletest/include/gtest/internal/absl/types/optional.h +optional +- +absl/strings/string_view.h +_deps/googletest-src/googletest/include/gtest/internal/absl/strings/string_view.h +string_view +- +absl/types/variant.h +_deps/googletest-src/googletest/include/gtest/internal/absl/types/variant.h +variant +- + +_deps/googletest-src/googletest/include/gtest/internal/gtest-string.h +mem.h +- +string.h +- +cstdint +- +string +- +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h +cxxabi.h +- +acxx_demangle.h +- + +_deps/googletest-src/googletest/src/gtest-assertion-result.cc +gtest/gtest-assertion-result.h +_deps/googletest-src/googletest/src/gtest/gtest-assertion-result.h +string +- +utility +- +gtest/gtest-message.h +_deps/googletest-src/googletest/src/gtest/gtest-message.h + +_deps/googletest-src/googletest/src/gtest-death-test.cc +gtest/gtest-death-test.h +_deps/googletest-src/googletest/src/gtest/gtest-death-test.h +functional +- +utility +- +gtest/internal/custom/gtest.h +_deps/googletest-src/googletest/src/gtest/internal/custom/gtest.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/src/gtest/internal/gtest-port.h +crt_externs.h +- +errno.h +- +fcntl.h +- +limits.h +- +signal.h +- +stdarg.h +- +windows.h +- +sys/mman.h +- +sys/wait.h +- +spawn.h +- +lib/fdio/fd.h +- +lib/fdio/io.h +- +lib/fdio/spawn.h +- +lib/zx/channel.h +- +lib/zx/port.h +- +lib/zx/process.h +- +lib/zx/socket.h +- +zircon/processargs.h +- +zircon/syscalls.h +- +zircon/syscalls/policy.h +- +zircon/syscalls/port.h +- +gtest/gtest-message.h +_deps/googletest-src/googletest/src/gtest/gtest-message.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/src/gtest/internal/gtest-string.h +src/gtest-internal-inl.h +_deps/googletest-src/googletest/src/src/gtest-internal-inl.h + +_deps/googletest-src/googletest/src/gtest-filepath.cc +gtest/internal/gtest-filepath.h +_deps/googletest-src/googletest/src/gtest/internal/gtest-filepath.h +stdlib.h +- +gtest/gtest-message.h +_deps/googletest-src/googletest/src/gtest/gtest-message.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/src/gtest/internal/gtest-port.h +windows.h +- +direct.h +- +io.h +- +limits.h +- +climits +- +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/src/gtest/internal/gtest-string.h + +_deps/googletest-src/googletest/src/gtest-internal-inl.h +errno.h +- +stddef.h +- +stdlib.h +- +string.h +- +algorithm +- +cstdint +- +memory +- +string +- +vector +- +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/src/gtest/internal/gtest-port.h +arpa/inet.h +- +netdb.h +- +windows.h +- +gtest/gtest-spi.h +_deps/googletest-src/googletest/src/gtest/gtest-spi.h +gtest/gtest.h +_deps/googletest-src/googletest/src/gtest/gtest.h + +_deps/googletest-src/googletest/src/gtest-matchers.cc +gtest/gtest-matchers.h +_deps/googletest-src/googletest/src/gtest/gtest-matchers.h +string +- +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/src/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/src/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/src/gtest-port.cc +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/src/gtest/internal/gtest-port.h +limits.h +- +stdio.h +- +stdlib.h +- +string.h +- +cstdint +- +fstream +- +memory +- +io.h +- +sys/stat.h +- +windows.h +- +map +- +crtdbg.h +- +unistd.h +- +mach/mach_init.h +- +mach/task.h +- +mach/vm_map.h +- +sys/sysctl.h +- +sys/user.h +- +devctl.h +- +fcntl.h +- +sys/procfs.h +- +procinfo.h +- +sys/types.h +- +zircon/process.h +- +zircon/syscalls.h +- +gtest/gtest-message.h +_deps/googletest-src/googletest/src/gtest/gtest-message.h +gtest/gtest-spi.h +_deps/googletest-src/googletest/src/gtest/gtest-spi.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/src/gtest/internal/gtest-internal.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/src/gtest/internal/gtest-string.h +src/gtest-internal-inl.h +_deps/googletest-src/googletest/src/src/gtest-internal-inl.h + +_deps/googletest-src/googletest/src/gtest-printers.cc +gtest/gtest-printers.h +_deps/googletest-src/googletest/src/gtest/gtest-printers.h +stdio.h +- +cctype +- +cstdint +- +cwchar +- +ostream +- +string +- +type_traits +- +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/src/gtest/internal/gtest-port.h +src/gtest-internal-inl.h +_deps/googletest-src/googletest/src/src/gtest-internal-inl.h + +_deps/googletest-src/googletest/src/gtest-test-part.cc +gtest/gtest-test-part.h +_deps/googletest-src/googletest/src/gtest/gtest-test-part.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/src/gtest/internal/gtest-port.h +src/gtest-internal-inl.h +_deps/googletest-src/googletest/src/src/gtest-internal-inl.h + +_deps/googletest-src/googletest/src/gtest-typed-test.cc +gtest/gtest-typed-test.h +_deps/googletest-src/googletest/src/gtest/gtest-typed-test.h +gtest/gtest.h +_deps/googletest-src/googletest/src/gtest/gtest.h + +_deps/googletest-src/googletest/src/gtest.cc +gtest/gtest.h +_deps/googletest-src/googletest/src/gtest/gtest.h +ctype.h +- +stdarg.h +- +stdio.h +- +stdlib.h +- +time.h +- +wchar.h +- +wctype.h +- +algorithm +- +chrono +- +cmath +- +cstdint +- +initializer_list +- +iomanip +- +iterator +- +limits +- +list +- +map +- +ostream +- +sstream +- +unordered_set +- +vector +- +gtest/gtest-assertion-result.h +_deps/googletest-src/googletest/src/gtest/gtest-assertion-result.h +gtest/gtest-spi.h +_deps/googletest-src/googletest/src/gtest/gtest-spi.h +gtest/internal/custom/gtest.h +_deps/googletest-src/googletest/src/gtest/internal/custom/gtest.h +fcntl.h +- +limits.h +- +sched.h +- +strings.h +- +sys/mman.h +- +sys/time.h +- +unistd.h +- +string +- +sys/time.h +- +strings.h +- +windows.h +- +windows.h +- +crtdbg.h +- +io.h +- +sys/stat.h +- +sys/timeb.h +- +sys/types.h +- +sys/time.h +- +sys/time.h +- +unistd.h +- +stdexcept +- +arpa/inet.h +- +netdb.h +- +sys/socket.h +- +sys/types.h +- +src/gtest-internal-inl.h +_deps/googletest-src/googletest/src/src/gtest-internal-inl.h +crt_externs.h +- +absl/debugging/failure_signal_handler.h +_deps/googletest-src/googletest/src/absl/debugging/failure_signal_handler.h +absl/debugging/stacktrace.h +_deps/googletest-src/googletest/src/absl/debugging/stacktrace.h +absl/debugging/symbolize.h +_deps/googletest-src/googletest/src/absl/debugging/symbolize.h +absl/flags/parse.h +_deps/googletest-src/googletest/src/absl/flags/parse.h +absl/flags/usage.h +_deps/googletest-src/googletest/src/absl/flags/usage.h +absl/strings/str_cat.h +_deps/googletest-src/googletest/src/absl/strings/str_cat.h +absl/strings/str_replace.h +_deps/googletest-src/googletest/src/absl/strings/str_replace.h + diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/DependInfo.cmake b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..d1b639fee49b928b05dced07cc386143fdbc809d --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/DependInfo.cmake @@ -0,0 +1,22 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest-all.cc" "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "_deps/googletest-src/googletest/include" + "_deps/googletest-src/googletest" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/build.make b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..a73da59add478fab32101cafa1f31ae3986fc4cd --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/build.make @@ -0,0 +1,99 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# 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 remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build + +# Include any dependencies generated for this target. +include _deps/googletest-build/googletest/CMakeFiles/gtest.dir/depend.make + +# Include the progress variables for this target. +include _deps/googletest-build/googletest/CMakeFiles/gtest.dir/progress.make + +# Include the compile flags for this target's objects. +include _deps/googletest-build/googletest/CMakeFiles/gtest.dir/flags.make + +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-build/googletest/CMakeFiles/gtest.dir/flags.make +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-all.cc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object _deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest-all.cc + +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest.dir/src/gtest-all.cc.i" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest-all.cc > CMakeFiles/gtest.dir/src/gtest-all.cc.i + +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest.dir/src/gtest-all.cc.s" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest-all.cc -o CMakeFiles/gtest.dir/src/gtest-all.cc.s + +# Object files for target gtest +gtest_OBJECTS = \ +"CMakeFiles/gtest.dir/src/gtest-all.cc.o" + +# External object files for target gtest +gtest_EXTERNAL_OBJECTS = + +lib/libgtest.a: _deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o +lib/libgtest.a: _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build.make +lib/libgtest.a: _deps/googletest-build/googletest/CMakeFiles/gtest.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library ../../../lib/libgtest.a" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean_target.cmake + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/build: lib/libgtest.a + +.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build + +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/clean: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean.cmake +.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest.dir/clean + +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/depend: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest.dir/depend + diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/cmake_clean.cmake b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..bdff75c8c9f953be23c98545a36682ba041bbf31 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "../../../bin/libgtest.pdb" + "../../../lib/libgtest.a" + "CMakeFiles/gtest.dir/src/gtest-all.cc.o" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/gtest.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/cmake_clean_target.cmake b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/cmake_clean_target.cmake new file mode 100644 index 0000000000000000000000000000000000000000..e2ada84f7a6e3ff5fcf5ba00c096d05e609ca255 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "../../../lib/libgtest.a" +) diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/depend.internal b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..52f0c3a4422811a8fbd5daa7214bee35adc73d2e --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/depend.internal @@ -0,0 +1,38 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o + /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest-all.cc + _deps/googletest-src/googletest/include/gtest/gtest-assertion-result.h + _deps/googletest-src/googletest/include/gtest/gtest-death-test.h + _deps/googletest-src/googletest/include/gtest/gtest-matchers.h + _deps/googletest-src/googletest/include/gtest/gtest-message.h + _deps/googletest-src/googletest/include/gtest/gtest-param-test.h + _deps/googletest-src/googletest/include/gtest/gtest-printers.h + _deps/googletest-src/googletest/include/gtest/gtest-spi.h + _deps/googletest-src/googletest/include/gtest/gtest-test-part.h + _deps/googletest-src/googletest/include/gtest/gtest-typed-test.h + _deps/googletest-src/googletest/include/gtest/gtest.h + _deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h + _deps/googletest-src/googletest/include/gtest/gtest_prod.h + _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h + _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h + _deps/googletest-src/googletest/include/gtest/internal/custom/gtest.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-port.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-string.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h + _deps/googletest-src/googletest/src/gtest-assertion-result.cc + _deps/googletest-src/googletest/src/gtest-death-test.cc + _deps/googletest-src/googletest/src/gtest-filepath.cc + _deps/googletest-src/googletest/src/gtest-internal-inl.h + _deps/googletest-src/googletest/src/gtest-matchers.cc + _deps/googletest-src/googletest/src/gtest-port.cc + _deps/googletest-src/googletest/src/gtest-printers.cc + _deps/googletest-src/googletest/src/gtest-test-part.cc + _deps/googletest-src/googletest/src/gtest-typed-test.cc + _deps/googletest-src/googletest/src/gtest.cc diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/depend.make b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..802f321ae0b0d5d313b55b95a9586ad0de4d1854 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/depend.make @@ -0,0 +1,38 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-all.cc +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-assertion-result.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-death-test.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-matchers.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-message.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-param-test.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-printers.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-spi.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-test-part.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-typed-test.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/gtest_prod.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/custom/gtest.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-port.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-string.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-assertion-result.cc +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-death-test.cc +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-filepath.cc +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-internal-inl.h +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-matchers.cc +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-port.cc +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-printers.cc +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-test-part.cc +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest-typed-test.cc +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: _deps/googletest-src/googletest/src/gtest.cc + diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/flags.make b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/flags.make new file mode 100644 index 0000000000000000000000000000000000000000..feb873ad4e8b48e590dc0239bb33ae896cc4fa13 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++17 + +CXX_DEFINES = + +CXX_INCLUDES = -I/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/include -I/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest + diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/link.txt b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..b8837c2090697a45d66b9a36fccab94b58946d6a --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc ../../../lib/libgtest.a CMakeFiles/gtest.dir/src/gtest-all.cc.o +/usr/bin/ranlib ../../../lib/libgtest.a diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/progress.make b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..3a86673aa7c1868ad77aa16c631effd83be0da02 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 5 +CMAKE_PROGRESS_2 = 6 + diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o new file mode 100644 index 0000000000000000000000000000000000000000..6440ebac86396e15dde2457572ced9c0205aeed6 Binary files /dev/null and b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o differ diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/CXX.includecache b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/CXX.includecache new file mode 100644 index 0000000000000000000000000000000000000000..d355b9e842840be2bace514c7023feb597824409 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/CXX.includecache @@ -0,0 +1,374 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest_main.cc +cstdio +- +gtest/gtest.h +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest/gtest.h + +_deps/googletest-src/googletest/include/gtest/gtest-assertion-result.h +memory +- +ostream +- +string +- +type_traits +- +gtest/gtest-message.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-message.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-death-test.h +gtest/internal/gtest-death-test-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h + +_deps/googletest-src/googletest/include/gtest/gtest-matchers.h +atomic +- +memory +- +ostream +- +string +- +type_traits +- +gtest/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-printers.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-message.h +limits +- +memory +- +sstream +- +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-param-test.h +iterator +- +utility +- +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-param-util.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-param-util.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-printers.h +functional +- +memory +- +ostream +- +sstream +- +string +- +tuple +- +type_traits +- +utility +- +vector +- +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h +gtest/internal/custom/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/custom/gtest-printers.h + +_deps/googletest-src/googletest/include/gtest/gtest-test-part.h +iosfwd +- +vector +- +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h + +_deps/googletest-src/googletest/include/gtest/gtest-typed-test.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h +gtest/internal/gtest-type-util.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-type-util.h + +_deps/googletest-src/googletest/include/gtest/gtest.h +cstddef +- +limits +- +memory +- +ostream +- +type_traits +- +vector +- +gtest/gtest-assertion-result.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-assertion-result.h +gtest/gtest-death-test.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-death-test.h +gtest/gtest-matchers.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-matchers.h +gtest/gtest-message.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-message.h +gtest/gtest-param-test.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-param-test.h +gtest/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-printers.h +gtest/gtest-test-part.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-test-part.h +gtest/gtest-typed-test.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-typed-test.h +gtest/gtest_pred_impl.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest_pred_impl.h +gtest/gtest_prod.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest_prod.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h + +_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h +gtest/gtest-assertion-result.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-assertion-result.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest_prod.h + +_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h +stdio.h +- +memory +- +gtest/gtest-matchers.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-matchers.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h +stdlib.h +- +sys/types.h +- +sys/wait.h +- +unistd.h +- +stdexcept +- +ctype.h +- +float.h +- +string.h +- +cstdint +- +iomanip +- +limits +- +map +- +set +- +string +- +type_traits +- +vector +- +gtest/gtest-message.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-message.h +gtest/internal/gtest-filepath.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h +gtest/internal/gtest-type-util.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h +ctype.h +- +cassert +- +iterator +- +memory +- +set +- +tuple +- +type_traits +- +utility +- +vector +- +gtest/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-printers.h +gtest/gtest-test-part.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-test-part.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h +winapifamily.h +- +TargetConditionals.h +- + +_deps/googletest-src/googletest/include/gtest/internal/gtest-port.h +ctype.h +- +stddef.h +- +stdio.h +- +stdlib.h +- +string.h +- +cerrno +- +cstdint +- +iostream +- +limits +- +locale +- +memory +- +string +- +tuple +- +type_traits +- +vector +- +sys/stat.h +- +sys/types.h +- +AvailabilityMacros.h +- +TargetConditionals.h +- +gtest/internal/custom/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h +gtest/internal/gtest-port-arch.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h +absl/flags/declare.h +_deps/googletest-src/googletest/include/gtest/internal/absl/flags/declare.h +absl/flags/flag.h +_deps/googletest-src/googletest/include/gtest/internal/absl/flags/flag.h +absl/flags/reflection.h +_deps/googletest-src/googletest/include/gtest/internal/absl/flags/reflection.h +direct.h +- +io.h +- +unistd.h +- +strings.h +- +unistd.h +- +android/api-level.h +- +absl/strings/string_view.h +_deps/googletest-src/googletest/include/gtest/internal/absl/strings/string_view.h +re2/re2.h +_deps/googletest-src/googletest/include/gtest/internal/re2/re2.h +regex.h +- +typeinfo +- +pthread.h +- +time.h +- +condition_variable +- +mutex +- +absl/types/any.h +_deps/googletest-src/googletest/include/gtest/internal/absl/types/any.h +any +- +absl/types/optional.h +_deps/googletest-src/googletest/include/gtest/internal/absl/types/optional.h +optional +- +absl/strings/string_view.h +_deps/googletest-src/googletest/include/gtest/internal/absl/strings/string_view.h +string_view +- +absl/types/variant.h +_deps/googletest-src/googletest/include/gtest/internal/absl/types/variant.h +variant +- + +_deps/googletest-src/googletest/include/gtest/internal/gtest-string.h +mem.h +- +string.h +- +cstdint +- +string +- +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h +cxxabi.h +- +acxx_demangle.h +- + diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..f1b642d3a5ecc25417703531f456e97eedf4b996 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake @@ -0,0 +1,23 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest_main.cc" "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "_deps/googletest-src/googletest/include" + "_deps/googletest-src/googletest" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build.make b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..1171337366ed9f28a111ed8c8a23dd7dc36d0e9a --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build.make @@ -0,0 +1,99 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# 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 remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build + +# Include any dependencies generated for this target. +include _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/depend.make + +# Include the progress variables for this target. +include _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/progress.make + +# Include the compile flags for this target's objects. +include _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/flags.make + +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/flags.make +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/src/gtest_main.cc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest_main.cc + +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest_main.dir/src/gtest_main.cc.i" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest_main.cc > CMakeFiles/gtest_main.dir/src/gtest_main.cc.i + +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest_main.dir/src/gtest_main.cc.s" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest_main.cc -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.s + +# Object files for target gtest_main +gtest_main_OBJECTS = \ +"CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" + +# External object files for target gtest_main +gtest_main_EXTERNAL_OBJECTS = + +lib/libgtest_main.a: _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o +lib/libgtest_main.a: _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build.make +lib/libgtest_main.a: _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library ../../../lib/libgtest_main.a" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest && $(CMAKE_COMMAND) -P CMakeFiles/gtest_main.dir/cmake_clean_target.cmake + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest_main.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build: lib/libgtest_main.a + +.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build + +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/clean: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest && $(CMAKE_COMMAND) -P CMakeFiles/gtest_main.dir/cmake_clean.cmake +.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/clean + +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/depend: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/depend + diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/cmake_clean.cmake b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..23f3c871e987d998eb2782db01438cab3d0bb67a --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "../../../bin/libgtest_main.pdb" + "../../../lib/libgtest_main.a" + "CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/gtest_main.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/cmake_clean_target.cmake b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/cmake_clean_target.cmake new file mode 100644 index 0000000000000000000000000000000000000000..f09930e9f50551b6d45f1f70757cb749e0f3719d --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "../../../lib/libgtest_main.a" +) diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/depend.internal b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..4b19083ec654e78685cc68db251b0ef55be78921 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/depend.internal @@ -0,0 +1,26 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o + /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest_main.cc + _deps/googletest-src/googletest/include/gtest/gtest-assertion-result.h + _deps/googletest-src/googletest/include/gtest/gtest-death-test.h + _deps/googletest-src/googletest/include/gtest/gtest-matchers.h + _deps/googletest-src/googletest/include/gtest/gtest-message.h + _deps/googletest-src/googletest/include/gtest/gtest-param-test.h + _deps/googletest-src/googletest/include/gtest/gtest-printers.h + _deps/googletest-src/googletest/include/gtest/gtest-test-part.h + _deps/googletest-src/googletest/include/gtest/gtest-typed-test.h + _deps/googletest-src/googletest/include/gtest/gtest.h + _deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h + _deps/googletest-src/googletest/include/gtest/gtest_prod.h + _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h + _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-port.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-string.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/depend.make b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..358d143e4d156fd92102f8c06badbe7e3cf9a20f --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/depend.make @@ -0,0 +1,26 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/src/gtest_main.cc +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-assertion-result.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-death-test.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-matchers.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-message.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-param-test.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-printers.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-test-part.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest-typed-test.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/gtest_prod.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-port.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-string.h +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h + diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/flags.make b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/flags.make new file mode 100644 index 0000000000000000000000000000000000000000..817f63e031c39166d242d37b446e1e6bf94823ed --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++17 + +CXX_DEFINES = + +CXX_INCLUDES = -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/include -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest + diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/link.txt b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..3f4288aca7e6fe3217d2c40b12f5bf91a7af0a0b --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc ../../../lib/libgtest_main.a CMakeFiles/gtest_main.dir/src/gtest_main.cc.o +/usr/bin/ranlib ../../../lib/libgtest_main.a diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/progress.make b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..72bb7dd025afc5824222cbd3a1e64841afc2792c --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 7 +CMAKE_PROGRESS_2 = 8 + diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o new file mode 100644 index 0000000000000000000000000000000000000000..06510c3252247202ea5a773d25478d8e0f45c18b Binary files /dev/null and b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o differ diff --git a/hw1/build/_deps/googletest-build/googletest/CMakeFiles/progress.marks b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..b8626c4cff2849624fb67f87cd0ad72b163671ad --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CMakeFiles/progress.marks @@ -0,0 +1 @@ +4 diff --git a/hw1/build/_deps/googletest-build/googletest/CTestTestfile.cmake b/hw1/build/_deps/googletest-build/googletest/CTestTestfile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..a1a21d4ac474fa40a863939fb7a4c3dae77af93a --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest +# Build directory: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/hw1/build/_deps/googletest-build/googletest/Makefile b/hw1/build/_deps/googletest-build/googletest/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..1ae00e930b695d2e44af869d19b2b4a021b07272 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/Makefile @@ -0,0 +1,278 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# 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: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# 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 remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target 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 + +# The main all target +all: cmake_check_build_system + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/progress.marks + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/googletest/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/googletest/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/googletest/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/googletest/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -P /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/VerifyGlobs.cmake + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/rule: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/rule +.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/rule + +# Convenience name for target. +gtest_main: _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/rule + +.PHONY : gtest_main + +# fast build rule for target. +gtest_main/fast: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build +.PHONY : gtest_main/fast + +# Convenience name for target. +_deps/googletest-build/googletest/CMakeFiles/gtest.dir/rule: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 _deps/googletest-build/googletest/CMakeFiles/gtest.dir/rule +.PHONY : _deps/googletest-build/googletest/CMakeFiles/gtest.dir/rule + +# Convenience name for target. +gtest: _deps/googletest-build/googletest/CMakeFiles/gtest.dir/rule + +.PHONY : gtest + +# fast build rule for target. +gtest/fast: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build +.PHONY : gtest/fast + +src/gtest-all.o: src/gtest-all.cc.o + +.PHONY : src/gtest-all.o + +# target to build an object file +src/gtest-all.cc.o: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o +.PHONY : src/gtest-all.cc.o + +src/gtest-all.i: src/gtest-all.cc.i + +.PHONY : src/gtest-all.i + +# target to preprocess a source file +src/gtest-all.cc.i: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.i +.PHONY : src/gtest-all.cc.i + +src/gtest-all.s: src/gtest-all.cc.s + +.PHONY : src/gtest-all.s + +# target to generate assembly for a file +src/gtest-all.cc.s: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.s +.PHONY : src/gtest-all.cc.s + +src/gtest_main.o: src/gtest_main.cc.o + +.PHONY : src/gtest_main.o + +# target to build an object file +src/gtest_main.cc.o: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o +.PHONY : src/gtest_main.cc.o + +src/gtest_main.i: src/gtest_main.cc.i + +.PHONY : src/gtest_main.i + +# target to preprocess a source file +src/gtest_main.cc.i: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.i +.PHONY : src/gtest_main.cc.i + +src/gtest_main.s: src/gtest_main.cc.s + +.PHONY : src/gtest_main.s + +# target to generate assembly for a file +src/gtest_main.cc.s: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.s +.PHONY : src/gtest_main.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... gtest_main" + @echo "... gtest" + @echo "... src/gtest-all.o" + @echo "... src/gtest-all.i" + @echo "... src/gtest-all.s" + @echo "... src/gtest_main.o" + @echo "... src/gtest_main.i" + @echo "... src/gtest_main.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -P /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/VerifyGlobs.cmake + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/hw1/build/_deps/googletest-build/googletest/cmake_install.cmake b/hw1/build/_deps/googletest-build/googletest/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..e406c31a2b3f885badf10036bf3eac137e729945 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/cmake_install.cmake @@ -0,0 +1,85 @@ +# Install script for directory: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest/GTestTargets.cmake") + file(DIFFERENT EXPORT_FILE_CHANGED FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest/GTestTargets.cmake" + "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets.cmake") + if(EXPORT_FILE_CHANGED) + file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest/GTestTargets-*.cmake") + if(OLD_CONFIG_FILES) + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest/GTestTargets.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") + file(REMOVE ${OLD_CONFIG_FILES}) + endif() + endif() + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest" TYPE FILE FILES "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets.cmake") + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest" TYPE FILE FILES "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets-noconfig.cmake") + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest" TYPE FILE FILES + "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/generated/GTestConfigVersion.cmake" + "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/generated/GTestConfig.cmake" + ) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/include/") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/lib/libgtest.a") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/lib/libgtest_main.a") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/generated/gtest.pc") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/generated/gtest_main.pc") +endif() + diff --git a/hw1/build/_deps/googletest-build/googletest/generated/GTestConfig.cmake b/hw1/build/_deps/googletest-build/googletest/generated/GTestConfig.cmake new file mode 100644 index 0000000000000000000000000000000000000000..771cb7e3e110dbe1d590cdbba83a17ec754ee19a --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/generated/GTestConfig.cmake @@ -0,0 +1,33 @@ + +####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### +####### Any changes to this file will be overwritten by the next CMake run #### +####### The input file was Config.cmake.in ######## + +get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) + +macro(set_and_check _var _file) + set(${_var} "${_file}") + if(NOT EXISTS "${_file}") + message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") + endif() +endmacro() + +macro(check_required_components _NAME) + foreach(comp ${${_NAME}_FIND_COMPONENTS}) + if(NOT ${_NAME}_${comp}_FOUND) + if(${_NAME}_FIND_REQUIRED_${comp}) + set(${_NAME}_FOUND FALSE) + endif() + endif() + endforeach() +endmacro() + +#################################################################################### +include(CMakeFindDependencyMacro) +if (ON) + set(THREADS_PREFER_PTHREAD_FLAG ) + find_dependency(Threads) +endif() + +include("${CMAKE_CURRENT_LIST_DIR}/GTestTargets.cmake") +check_required_components("") diff --git a/hw1/build/_deps/googletest-build/googletest/generated/GTestConfigVersion.cmake b/hw1/build/_deps/googletest-build/googletest/generated/GTestConfigVersion.cmake new file mode 100644 index 0000000000000000000000000000000000000000..3161872e7d3404b678b96051142ca7af71e460f0 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/generated/GTestConfigVersion.cmake @@ -0,0 +1,37 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version. +# The variable CVF_VERSION must be set before calling configure_file(). + +set(PACKAGE_VERSION "1.12.1") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + set(PACKAGE_VERSION_COMPATIBLE TRUE) + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() +endif() + + +# if the installed project requested no architecture check, don't perform the check +if("FALSE") + return() +endif() + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/hw1/build/_deps/googletest-build/googletest/generated/gmock.pc b/hw1/build/_deps/googletest-build/googletest/generated/gmock.pc new file mode 100644 index 0000000000000000000000000000000000000000..2e02a2dde516e5e7b3bb2b7931c9926b5bee1247 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/generated/gmock.pc @@ -0,0 +1,10 @@ +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: gmock +Description: GoogleMock (without main() function) +Version: 1.12.1 +URL: https://github.com/google/googletest +Requires: gtest = 1.12.1 +Libs: -L${libdir} -lgmock -lpthread +Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 diff --git a/hw1/build/_deps/googletest-build/googletest/generated/gmock_main.pc b/hw1/build/_deps/googletest-build/googletest/generated/gmock_main.pc new file mode 100644 index 0000000000000000000000000000000000000000..627ac7e48113e7cfa98ec988d06e537e2c636bef --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/generated/gmock_main.pc @@ -0,0 +1,10 @@ +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: gmock_main +Description: GoogleMock (with main() function) +Version: 1.12.1 +URL: https://github.com/google/googletest +Requires: gmock = 1.12.1 +Libs: -L${libdir} -lgmock_main -lpthread +Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 diff --git a/hw1/build/_deps/googletest-build/googletest/generated/gtest.pc b/hw1/build/_deps/googletest-build/googletest/generated/gtest.pc new file mode 100644 index 0000000000000000000000000000000000000000..4bd57e2907fb84ce0f37b401c291dfd4d9f52f7a --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/generated/gtest.pc @@ -0,0 +1,9 @@ +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: gtest +Description: GoogleTest (without main() function) +Version: 1.12.1 +URL: https://github.com/google/googletest +Libs: -L${libdir} -lgtest -lpthread +Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 diff --git a/hw1/build/_deps/googletest-build/googletest/generated/gtest_main.pc b/hw1/build/_deps/googletest-build/googletest/generated/gtest_main.pc new file mode 100644 index 0000000000000000000000000000000000000000..3b5035980da69182a959280f6fd96b1f19858c78 --- /dev/null +++ b/hw1/build/_deps/googletest-build/googletest/generated/gtest_main.pc @@ -0,0 +1,10 @@ +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: gtest_main +Description: GoogleTest (with main() function) +Version: 1.12.1 +URL: https://github.com/google/googletest +Requires: gtest = 1.12.1 +Libs: -L${libdir} -lgtest_main -lpthread +Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 diff --git a/hw1/build/_deps/googletest-src b/hw1/build/_deps/googletest-src new file mode 160000 index 0000000000000000000000000000000000000000..58d77fa8070e8cec2dc1ed015d66b454c8d78850 --- /dev/null +++ b/hw1/build/_deps/googletest-src @@ -0,0 +1 @@ +Subproject commit 58d77fa8070e8cec2dc1ed015d66b454c8d78850 diff --git a/hw1/build/_deps/googletest-subbuild/CMakeCache.txt b/hw1/build/_deps/googletest-subbuild/CMakeCache.txt new file mode 100644 index 0000000000000000000000000000000000000000..743d05d970f255e8bf37db4fbd41e51977fa44bd --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeCache.txt @@ -0,0 +1,114 @@ +# This is the CMakeCache file. +# For build in directory: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild +# 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 +######################## + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//No help, variable specified on the command line. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make + +//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=googletest-populate + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Git command line client +GIT_EXECUTABLE:FILEPATH=/usr/bin/git + +//Value Computed by CMake +googletest-populate_BINARY_DIR:STATIC=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild + +//Value Computed by CMake +googletest-populate_SOURCE_DIR:STATIC=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild + + +######################## +# INTERNAL cache entries +######################## + +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=16 +//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_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/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.16 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: GIT_EXECUTABLE +GIT_EXECUTABLE-ADVANCED:INTERNAL=1 + diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/3.16.3/CMakeSystem.cmake b/hw1/build/_deps/googletest-subbuild/CMakeFiles/3.16.3/CMakeSystem.cmake new file mode 100644 index 0000000000000000000000000000000000000000..e7e9b9a4c352e7f0be40c617375ad3c17218a578 --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeFiles/3.16.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-5.4.0-42-generic") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "5.4.0-42-generic") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-5.4.0-42-generic") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "5.4.0-42-generic") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/CMakeDirectoryInformation.cmake b/hw1/build/_deps/googletest-subbuild/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..15e2c0732cbd1ad64ee650d3e59bbe274a48a900 --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/CMakeOutput.log b/hw1/build/_deps/googletest-subbuild/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000000000000000000000000000000000000..d430a4e279bbf468c7ca51dfcceb5a9ba6369f02 --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeFiles/CMakeOutput.log @@ -0,0 +1 @@ +The system is: Linux - 5.4.0-42-generic - x86_64 diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/CMakeRuleHashes.txt b/hw1/build/_deps/googletest-subbuild/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 0000000000000000000000000000000000000000..de4815f07f6bc45b6b6695d36e1b8ac5885e900e --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,11 @@ +# Hashes of file build rules. +6c12c3d85bf0589f269ca7cef289eeb4 CMakeFiles/googletest-populate +e2e36d0fe760701f17cd97a5b2402879 CMakeFiles/googletest-populate-complete +f565ba50b5c273aba8fef515f4607e52 googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build +181b9c5a68ced883c80f847c1ceb6c1c googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure +4daef1624a6f4a2ebedb81f8604366af googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download +a73b37c91c08236326f4b27016dc5b99 googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install +a84ed603d7e086cff74532cf8b031a83 googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir +99b629a4cb0d0bc27b6b13f01f6a95c8 googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch +82e0d5ce438971bae654a93c819aa888 googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-test +818dd1e5a89ffeffb5b8366131a34736 googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-update diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/Makefile.cmake b/hw1/build/_deps/googletest-subbuild/CMakeFiles/Makefile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..e65289ec4f7eb391acef861e739c4184cf7b969c --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeFiles/Makefile.cmake @@ -0,0 +1,42 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# 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.16.3/CMakeSystem.cmake" + "CMakeLists.txt" + "googletest-populate-prefix/tmp/googletest-populate-cfgcmd.txt.in" + "/usr/share/cmake-3.16/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-3.16/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake-3.16/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-3.16/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake-3.16/Modules/ExternalProject.cmake" + "/usr/share/cmake-3.16/Modules/FindGit.cmake" + "/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake" + "/usr/share/cmake-3.16/Modules/FindPackageMessage.cmake" + "/usr/share/cmake-3.16/Modules/Platform/Linux.cmake" + "/usr/share/cmake-3.16/Modules/Platform/UnixPaths.cmake" + "/usr/share/cmake-3.16/Modules/RepositoryInfo.txt.in" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-gitinfo.txt" + "googletest-populate-prefix/tmp/googletest-populate-cfgcmd.txt" + "CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/googletest-populate.dir/DependInfo.cmake" + ) diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/Makefile2 b/hw1/build/_deps/googletest-subbuild/CMakeFiles/Makefile2 new file mode 100644 index 0000000000000000000000000000000000000000..69b820d39b43fab1c3085e4c5a8f37b0e336c04c --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeFiles/Makefile2 @@ -0,0 +1,106 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# 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: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# 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 remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/googletest-populate.dir/all + +.PHONY : all + +# The main recursive "preinstall" target. +preinstall: + +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/googletest-populate.dir/clean + +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/googletest-populate.dir + +# All Build rule for target. +CMakeFiles/googletest-populate.dir/all: + $(MAKE) -f CMakeFiles/googletest-populate.dir/build.make CMakeFiles/googletest-populate.dir/depend + $(MAKE) -f CMakeFiles/googletest-populate.dir/build.make CMakeFiles/googletest-populate.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9 "Built target googletest-populate" +.PHONY : CMakeFiles/googletest-populate.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/googletest-populate.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles 9 + $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/googletest-populate.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles 0 +.PHONY : CMakeFiles/googletest-populate.dir/rule + +# Convenience name for target. +googletest-populate: CMakeFiles/googletest-populate.dir/rule + +.PHONY : googletest-populate + +# clean rule for target. +CMakeFiles/googletest-populate.dir/clean: + $(MAKE) -f CMakeFiles/googletest-populate.dir/build.make CMakeFiles/googletest-populate.dir/clean +.PHONY : CMakeFiles/googletest-populate.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/TargetDirectories.txt b/hw1/build/_deps/googletest-subbuild/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000000000000000000000000000000000000..9731737d6f9eaf0571e8ca6bf32e73dda6ed8c31 --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,3 @@ +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles/rebuild_cache.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles/edit_cache.dir +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/cmake.check_cache b/hw1/build/_deps/googletest-subbuild/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000000000000000000000000000000000000..3dccd731726d7faa8b29d8d7dba3b981a53ca497 --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate-complete b/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate-complete new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/DependInfo.cmake b/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..19fab2149bf120962a1699d74b7373348dc4c117 --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/DependInfo.cmake @@ -0,0 +1,11 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) +# The set of files for implicit dependencies of each language: + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/Labels.json b/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/Labels.json new file mode 100644 index 0000000000000000000000000000000000000000..4f117067e1b846ea88705ac33b60fb69de239a42 --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/Labels.json @@ -0,0 +1,46 @@ +{ + "sources" : + [ + { + "file" : "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate" + }, + { + "file" : "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.rule" + }, + { + "file" : "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate-complete.rule" + }, + { + "file" : "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install.rule" + }, + { + "file" : "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir.rule" + }, + { + "file" : "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download.rule" + }, + { + "file" : "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-update.rule" + }, + { + "file" : "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch.rule" + }, + { + "file" : "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure.rule" + }, + { + "file" : "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build.rule" + }, + { + "file" : "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-test.rule" + } + ], + "target" : + { + "labels" : + [ + "googletest-populate" + ], + "name" : "googletest-populate" + } +} \ No newline at end of file diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/Labels.txt b/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/Labels.txt new file mode 100644 index 0000000000000000000000000000000000000000..2999976303e265ee7511a69b18d097e02cfc2da4 --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/Labels.txt @@ -0,0 +1,14 @@ +# Target labels + googletest-populate +# Source files and their labels +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.rule +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate-complete.rule +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install.rule +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir.rule +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download.rule +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-update.rule +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch.rule +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure.rule +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build.rule +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-test.rule diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/build.make b/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..3a16911925bd83e7d2d1ff6d3f96f7bafaf3647f --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/build.make @@ -0,0 +1,147 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# 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 remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild + +# Utility rule file for googletest-populate. + +# Include the progress variables for this target. +include CMakeFiles/googletest-populate.dir/progress.make + +CMakeFiles/googletest-populate: CMakeFiles/googletest-populate-complete + + +CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install +CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir +CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download +CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-update +CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch +CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure +CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build +CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install +CMakeFiles/googletest-populate-complete: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-test + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Completed 'googletest-populate'" + /usr/bin/cmake -E make_directory /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles + /usr/bin/cmake -E touch /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate-complete + /usr/bin/cmake -E touch /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-done + +googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "No install step for 'googletest-populate'" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build && /usr/bin/cmake -E echo_append + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build && /usr/bin/cmake -E touch /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install + +googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Creating directories for 'googletest-populate'" + /usr/bin/cmake -E make_directory /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src + /usr/bin/cmake -E make_directory /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build + /usr/bin/cmake -E make_directory /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix + /usr/bin/cmake -E make_directory /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/tmp + /usr/bin/cmake -E make_directory /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp + /usr/bin/cmake -E make_directory /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src + /usr/bin/cmake -E make_directory /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp + /usr/bin/cmake -E touch /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir + +googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-gitinfo.txt +googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Performing download step (git clone) for 'googletest-populate'" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps && /usr/bin/cmake -P /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/tmp/googletest-populate-gitclone.cmake + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps && /usr/bin/cmake -E touch /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download + +googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-update: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Performing update step for 'googletest-populate'" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src && /usr/bin/cmake -P /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/tmp/googletest-populate-gitupdate.cmake + +googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "No patch step for 'googletest-populate'" + /usr/bin/cmake -E echo_append + /usr/bin/cmake -E touch /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch + +googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure: googletest-populate-prefix/tmp/googletest-populate-cfgcmd.txt +googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-update +googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "No configure step for 'googletest-populate'" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build && /usr/bin/cmake -E echo_append + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build && /usr/bin/cmake -E touch /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure + +googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "No build step for 'googletest-populate'" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build && /usr/bin/cmake -E echo_append + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build && /usr/bin/cmake -E touch /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build + +googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-test: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "No test step for 'googletest-populate'" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build && /usr/bin/cmake -E echo_append + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build && /usr/bin/cmake -E touch /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-test + +googletest-populate: CMakeFiles/googletest-populate +googletest-populate: CMakeFiles/googletest-populate-complete +googletest-populate: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install +googletest-populate: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir +googletest-populate: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download +googletest-populate: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-update +googletest-populate: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch +googletest-populate: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure +googletest-populate: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build +googletest-populate: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-test +googletest-populate: CMakeFiles/googletest-populate.dir/build.make + +.PHONY : googletest-populate + +# Rule to build all files generated by this target. +CMakeFiles/googletest-populate.dir/build: googletest-populate + +.PHONY : CMakeFiles/googletest-populate.dir/build + +CMakeFiles/googletest-populate.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/googletest-populate.dir/cmake_clean.cmake +.PHONY : CMakeFiles/googletest-populate.dir/clean + +CMakeFiles/googletest-populate.dir/depend: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/googletest-populate.dir/depend + diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/cmake_clean.cmake b/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..4a4646d5fb4fd76a41297dc8005f5bc85748eed8 --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/cmake_clean.cmake @@ -0,0 +1,17 @@ +file(REMOVE_RECURSE + "CMakeFiles/googletest-populate" + "CMakeFiles/googletest-populate-complete" + "googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build" + "googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure" + "googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download" + "googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install" + "googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir" + "googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch" + "googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-test" + "googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-update" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/googletest-populate.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/depend.internal b/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..f647855fc483eef4359d230d8e2650c6191dc079 --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/depend.internal @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/depend.make b/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..f647855fc483eef4359d230d8e2650c6191dc079 --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/depend.make @@ -0,0 +1,3 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/progress.make b/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..d4f6ce35d26a4136a4edb4873325a1cadb14ccfe --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeFiles/googletest-populate.dir/progress.make @@ -0,0 +1,10 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 +CMAKE_PROGRESS_4 = 4 +CMAKE_PROGRESS_5 = 5 +CMAKE_PROGRESS_6 = 6 +CMAKE_PROGRESS_7 = 7 +CMAKE_PROGRESS_8 = 8 +CMAKE_PROGRESS_9 = 9 + diff --git a/hw1/build/_deps/googletest-subbuild/CMakeFiles/progress.marks b/hw1/build/_deps/googletest-subbuild/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..ec635144f60048986bc560c5576355344005e6e7 --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeFiles/progress.marks @@ -0,0 +1 @@ +9 diff --git a/hw1/build/_deps/googletest-subbuild/CMakeLists.txt b/hw1/build/_deps/googletest-subbuild/CMakeLists.txt new file mode 100644 index 0000000000000000000000000000000000000000..502545d973ce909d2701c67a5734f51a6f2de7ac --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/CMakeLists.txt @@ -0,0 +1,23 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + +cmake_minimum_required(VERSION 3.16.3) + +# We name the project and the target for the ExternalProject_Add() call +# to something that will highlight to the user what we are working on if +# something goes wrong and an error message is produced. + +project(googletest-populate NONE) + +include(ExternalProject) +ExternalProject_Add(googletest-populate + "UPDATE_DISCONNECTED" "False" "GIT_REPOSITORY" "https://github.com/google/googletest.git" "GIT_TAG" "release-1.12.1" + SOURCE_DIR "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + BINARY_DIR "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build" + CONFIGURE_COMMAND "" + BUILD_COMMAND "" + INSTALL_COMMAND "" + TEST_COMMAND "" + USES_TERMINAL_DOWNLOAD YES + USES_TERMINAL_UPDATE YES +) diff --git a/hw1/build/_deps/googletest-subbuild/Makefile b/hw1/build/_deps/googletest-subbuild/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..cc04b735fe615934792e466c26b7a3a838a9c74c --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/Makefile @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# 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: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# 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 remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild + +#============================================================================= +# Targets provided globally by CMake. + +# 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 -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target 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 + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles/progress.marks + $(MAKE) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) -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 googletest-populate + +# Build rule for target. +googletest-populate: cmake_check_build_system + $(MAKE) -f CMakeFiles/Makefile2 googletest-populate +.PHONY : googletest-populate + +# fast build rule for target. +googletest-populate/fast: + $(MAKE) -f CMakeFiles/googletest-populate.dir/build.make CMakeFiles/googletest-populate.dir/build +.PHONY : googletest-populate/fast + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... googletest-populate" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/hw1/build/_deps/googletest-subbuild/cmake_install.cmake b/hw1/build/_deps/googletest-subbuild/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..ba1b24d350bc2e9e03def22ad43b1016acfe22f5 --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/cmake_install.cmake @@ -0,0 +1,49 @@ +# Install script for directory: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +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/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-build new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-configure new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-done b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-done new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-gitclone-lastrun.txt b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-gitclone-lastrun.txt new file mode 100644 index 0000000000000000000000000000000000000000..477e672023c914a218a6cb69a0ab6d17c68d1d6e --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-gitclone-lastrun.txt @@ -0,0 +1,3 @@ +repository='https://github.com/google/googletest.git' +module='' +tag='origin' diff --git a/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-gitinfo.txt b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-gitinfo.txt new file mode 100644 index 0000000000000000000000000000000000000000..477e672023c914a218a6cb69a0ab6d17c68d1d6e --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-gitinfo.txt @@ -0,0 +1,3 @@ +repository='https://github.com/google/googletest.git' +module='' +tag='origin' diff --git a/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-install new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-mkdir new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-patch new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-test b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-test new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/tmp/googletest-populate-cfgcmd.txt b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/tmp/googletest-populate-cfgcmd.txt new file mode 100644 index 0000000000000000000000000000000000000000..6a6ed5fd2a2f3671b44653100d811d1afbc218c1 --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/tmp/googletest-populate-cfgcmd.txt @@ -0,0 +1 @@ +cmd='' diff --git a/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/tmp/googletest-populate-cfgcmd.txt.in b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/tmp/googletest-populate-cfgcmd.txt.in new file mode 100644 index 0000000000000000000000000000000000000000..b3f09efc8daf97b38ccba24f80ad720698c08a37 --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/tmp/googletest-populate-cfgcmd.txt.in @@ -0,0 +1 @@ +cmd='@cmd@' diff --git a/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/tmp/googletest-populate-gitclone.cmake b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/tmp/googletest-populate-gitclone.cmake new file mode 100644 index 0000000000000000000000000000000000000000..daeb1c2eb0ac1fbc3223d81ff38ce939db106451 --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/tmp/googletest-populate-gitclone.cmake @@ -0,0 +1,66 @@ + +if(NOT "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-gitinfo.txt" IS_NEWER_THAN "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-gitclone-lastrun.txt") + message(STATUS "Avoiding repeated git clone, stamp file is up to date: '/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-gitclone-lastrun.txt'") + return() +endif() + +execute_process( + COMMAND ${CMAKE_COMMAND} -E remove_directory "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + RESULT_VARIABLE error_code + ) +if(error_code) + message(FATAL_ERROR "Failed to remove directory: '/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src'") +endif() + +# try the clone 3 times in case there is an odd git clone issue +set(error_code 1) +set(number_of_tries 0) +while(error_code AND number_of_tries LESS 3) + execute_process( + COMMAND "/usr/bin/git" clone --no-checkout "https://github.com/google/googletest.git" "googletest-src" + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps" + RESULT_VARIABLE error_code + ) + math(EXPR number_of_tries "${number_of_tries} + 1") +endwhile() +if(number_of_tries GREATER 1) + message(STATUS "Had to git clone more than once: + ${number_of_tries} times.") +endif() +if(error_code) + message(FATAL_ERROR "Failed to clone repository: 'https://github.com/google/googletest.git'") +endif() + +execute_process( + COMMAND "/usr/bin/git" checkout release-1.12.1 -- + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + RESULT_VARIABLE error_code + ) +if(error_code) + message(FATAL_ERROR "Failed to checkout tag: 'release-1.12.1'") +endif() + +set(init_submodules TRUE) +if(init_submodules) + execute_process( + COMMAND "/usr/bin/git" submodule update --recursive --init + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + RESULT_VARIABLE error_code + ) +endif() +if(error_code) + message(FATAL_ERROR "Failed to update submodules in: '/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src'") +endif() + +# Complete success, update the script-last-run stamp file: +# +execute_process( + COMMAND ${CMAKE_COMMAND} -E copy + "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-gitinfo.txt" + "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-gitclone-lastrun.txt" + RESULT_VARIABLE error_code + ) +if(error_code) + message(FATAL_ERROR "Failed to copy script-last-run stamp file: '/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-gitclone-lastrun.txt'") +endif() + diff --git a/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/tmp/googletest-populate-gitupdate.cmake b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/tmp/googletest-populate-gitupdate.cmake new file mode 100644 index 0000000000000000000000000000000000000000..2e78f6383ab0ac1915cf496cd9393156eb4e76bd --- /dev/null +++ b/hw1/build/_deps/googletest-subbuild/googletest-populate-prefix/tmp/googletest-populate-gitupdate.cmake @@ -0,0 +1,160 @@ + +execute_process( + COMMAND "/usr/bin/git" rev-list --max-count=1 HEAD + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + RESULT_VARIABLE error_code + OUTPUT_VARIABLE head_sha + OUTPUT_STRIP_TRAILING_WHITESPACE + ) +if(error_code) + message(FATAL_ERROR "Failed to get the hash for HEAD") +endif() + +execute_process( + COMMAND "/usr/bin/git" show-ref release-1.12.1 + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + OUTPUT_VARIABLE show_ref_output + ) +# If a remote ref is asked for, which can possibly move around, +# we must always do a fetch and checkout. +if("${show_ref_output}" MATCHES "remotes") + set(is_remote_ref 1) +else() + set(is_remote_ref 0) +endif() + +# Tag is in the form / (i.e. origin/master) we must strip +# the remote from the tag. +if("${show_ref_output}" MATCHES "refs/remotes/release-1.12.1") + string(REGEX MATCH "^([^/]+)/(.+)$" _unused "release-1.12.1") + set(git_remote "${CMAKE_MATCH_1}") + set(git_tag "${CMAKE_MATCH_2}") +else() + set(git_remote "origin") + set(git_tag "release-1.12.1") +endif() + +# This will fail if the tag does not exist (it probably has not been fetched +# yet). +execute_process( + COMMAND "/usr/bin/git" rev-list --max-count=1 release-1.12.1 + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + RESULT_VARIABLE error_code + OUTPUT_VARIABLE tag_sha + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + +# Is the hash checkout out that we want? +if(error_code OR is_remote_ref OR NOT ("${tag_sha}" STREQUAL "${head_sha}")) + execute_process( + COMMAND "/usr/bin/git" fetch + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + RESULT_VARIABLE error_code + ) + if(error_code) + message(FATAL_ERROR "Failed to fetch repository 'https://github.com/google/googletest.git'") + endif() + + if(is_remote_ref) + # Check if stash is needed + execute_process( + COMMAND "/usr/bin/git" status --porcelain + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + RESULT_VARIABLE error_code + OUTPUT_VARIABLE repo_status + ) + if(error_code) + message(FATAL_ERROR "Failed to get the status") + endif() + string(LENGTH "${repo_status}" need_stash) + + # If not in clean state, stash changes in order to be able to be able to + # perform git pull --rebase + if(need_stash) + execute_process( + COMMAND "/usr/bin/git" stash save --all;--quiet + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + RESULT_VARIABLE error_code + ) + if(error_code) + message(FATAL_ERROR "Failed to stash changes") + endif() + endif() + + # Pull changes from the remote branch + execute_process( + COMMAND "/usr/bin/git" rebase ${git_remote}/${git_tag} + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + RESULT_VARIABLE error_code + ) + if(error_code) + # Rebase failed: Restore previous state. + execute_process( + COMMAND "/usr/bin/git" rebase --abort + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + ) + if(need_stash) + execute_process( + COMMAND "/usr/bin/git" stash pop --index --quiet + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + ) + endif() + message(FATAL_ERROR "\nFailed to rebase in: '/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/'.\nYou will have to resolve the conflicts manually") + endif() + + if(need_stash) + execute_process( + COMMAND "/usr/bin/git" stash pop --index --quiet + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + RESULT_VARIABLE error_code + ) + if(error_code) + # Stash pop --index failed: Try again dropping the index + execute_process( + COMMAND "/usr/bin/git" reset --hard --quiet + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + RESULT_VARIABLE error_code + ) + execute_process( + COMMAND "/usr/bin/git" stash pop --quiet + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + RESULT_VARIABLE error_code + ) + if(error_code) + # Stash pop failed: Restore previous state. + execute_process( + COMMAND "/usr/bin/git" reset --hard --quiet ${head_sha} + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + ) + execute_process( + COMMAND "/usr/bin/git" stash pop --index --quiet + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + ) + message(FATAL_ERROR "\nFailed to unstash changes in: '/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/'.\nYou will have to resolve the conflicts manually") + endif() + endif() + endif() + else() + execute_process( + COMMAND "/usr/bin/git" checkout release-1.12.1 + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src" + RESULT_VARIABLE error_code + ) + if(error_code) + message(FATAL_ERROR "Failed to checkout tag: 'release-1.12.1'") + endif() + endif() + + set(init_submodules TRUE) + if(init_submodules) + execute_process( + COMMAND "/usr/bin/git" submodule update --recursive --init + WORKING_DIRECTORY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/" + RESULT_VARIABLE error_code + ) + endif() + if(error_code) + message(FATAL_ERROR "Failed to update submodules in: '/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/'") + endif() +endif() + diff --git a/hw1/build/cmake_install.cmake b/hw1/build/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..f284a899ef278368754906f703051af8c965d855 --- /dev/null +++ b/hw1/build/cmake_install.cmake @@ -0,0 +1,59 @@ +# Install script for directory: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/src/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/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/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/hw1/build/compile_commands.json b/hw1/build/compile_commands.json new file mode 100644 index 0000000000000000000000000000000000000000..883df5a73865b8eb17f0bd332f76f1cd5dea7aaf --- /dev/null +++ b/hw1/build/compile_commands.json @@ -0,0 +1,27 @@ +[ +{ + "directory": "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test", + "command": "/usr/bin/c++ -I/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/src/include -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/include -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest -std=gnu++17 -o CMakeFiles/matrix_test.dir/matrix_test.cpp.o -c /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/test/matrix_test.cpp", + "file": "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/test/matrix_test.cpp" +}, +{ + "directory": "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock", + "command": "/usr/bin/c++ -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/include -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/include -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++17 -o CMakeFiles/gmock_main.dir/src/gmock_main.cc.o -c /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock_main.cc", + "file": "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock_main.cc" +}, +{ + "directory": "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googlemock", + "command": "/usr/bin/c++ -I/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/include -I/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/include -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++17 -o CMakeFiles/gmock.dir/src/gmock-all.cc.o -c /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock-all.cc", + "file": "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googlemock/src/gmock-all.cc" +}, +{ + "directory": "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest", + "command": "/usr/bin/c++ -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/include -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++17 -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest_main.cc", + "file": "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest_main.cc" +}, +{ + "directory": "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest", + "command": "/usr/bin/c++ -I/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/include -I/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++17 -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest-all.cc", + "file": "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/src/gtest-all.cc" +} +] \ No newline at end of file diff --git a/hw1/build/lib/libgmock.a b/hw1/build/lib/libgmock.a new file mode 100644 index 0000000000000000000000000000000000000000..3ea13541d6288fa05b2862ad4a8da3e25b6f585c Binary files /dev/null and b/hw1/build/lib/libgmock.a differ diff --git a/hw1/build/lib/libgmock_main.a b/hw1/build/lib/libgmock_main.a new file mode 100644 index 0000000000000000000000000000000000000000..fa3d4e80363c8eced6e99dd85e3e622ae81d233d Binary files /dev/null and b/hw1/build/lib/libgmock_main.a differ diff --git a/hw1/build/lib/libgtest.a b/hw1/build/lib/libgtest.a new file mode 100644 index 0000000000000000000000000000000000000000..232d7fb1325fa2e7207904d62508ed3ba0bcf577 Binary files /dev/null and b/hw1/build/lib/libgtest.a differ diff --git a/hw1/build/lib/libgtest_main.a b/hw1/build/lib/libgtest_main.a new file mode 100644 index 0000000000000000000000000000000000000000..e1bac9e80bd4a661711231f5bf3333faabc42bdc Binary files /dev/null and b/hw1/build/lib/libgtest_main.a differ diff --git a/hw1/build/src/CMakeFiles/CMakeDirectoryInformation.cmake b/hw1/build/src/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..486075d45433f56f4a56b1f8c49cdf8c6c47a47f --- /dev/null +++ b/hw1/build/src/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/hw1/build/src/CMakeFiles/progress.marks b/hw1/build/src/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..573541ac9702dd3969c9bc859d2b91ec1f7e6e56 --- /dev/null +++ b/hw1/build/src/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/hw1/build/src/Makefile b/hw1/build/src/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..77871b62955723725e867b37ec86ee5492debc21 --- /dev/null +++ b/hw1/build/src/Makefile @@ -0,0 +1,186 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# 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: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# 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 remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target 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 + +# The main all target +all: cmake_check_build_system + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/src/CMakeFiles/progress.marks + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 src/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 src/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 src/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -P /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/VerifyGlobs.cmake + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -P /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/VerifyGlobs.cmake + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/hw1/build/src/cmake_install.cmake b/hw1/build/src/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..3357d72d81294dd47a6698a4adffb7f3ab376367 --- /dev/null +++ b/hw1/build/src/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + diff --git a/hw1/build/test/CMakeFiles/CMakeDirectoryInformation.cmake b/hw1/build/test/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000000000000000000000000000000000000..486075d45433f56f4a56b1f8c49cdf8c6c47a47f --- /dev/null +++ b/hw1/build/test/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/hw1/build/test/CMakeFiles/matrix_test.dir/CXX.includecache b/hw1/build/test/CMakeFiles/matrix_test.dir/CXX.includecache new file mode 100644 index 0000000000000000000000000000000000000000..6df13af41af7220026b162c23a5e3b234b2c9563 --- /dev/null +++ b/hw1/build/test/CMakeFiles/matrix_test.dir/CXX.includecache @@ -0,0 +1,416 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +../src/include/common/exception.h +cstdio +- +cstdlib +- +iostream +- +memory +- +stdexcept +- +string +- +type/type.h +../src/include/common/type/type.h + +../src/include/matrix.h +memory +- +stdexcept +- +vector +- +common/exception.h +../src/include/common/exception.h + +../src/include/type/type.h +cstdint +- +string +- +type/type_id.h +../src/include/type/type/type_id.h + +../src/include/type/type_id.h + +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/test/matrix_test.cpp +functional +- +numeric +- +common/exception.h +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/test/common/exception.h +gtest/gtest.h +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/test/gtest/gtest.h +matrix.h +/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/test/matrix.h + +_deps/googletest-src/googletest/include/gtest/gtest-assertion-result.h +memory +- +ostream +- +string +- +type_traits +- +gtest/gtest-message.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-message.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-death-test.h +gtest/internal/gtest-death-test-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h + +_deps/googletest-src/googletest/include/gtest/gtest-matchers.h +atomic +- +memory +- +ostream +- +string +- +type_traits +- +gtest/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-printers.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-message.h +limits +- +memory +- +sstream +- +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-param-test.h +iterator +- +utility +- +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-param-util.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-param-util.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest-printers.h +functional +- +memory +- +ostream +- +sstream +- +string +- +tuple +- +type_traits +- +utility +- +vector +- +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h +gtest/internal/custom/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/custom/gtest-printers.h + +_deps/googletest-src/googletest/include/gtest/gtest-test-part.h +iosfwd +- +vector +- +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h + +_deps/googletest-src/googletest/include/gtest/gtest-typed-test.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h +gtest/internal/gtest-type-util.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-type-util.h + +_deps/googletest-src/googletest/include/gtest/gtest.h +cstddef +- +limits +- +memory +- +ostream +- +type_traits +- +vector +- +gtest/gtest-assertion-result.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-assertion-result.h +gtest/gtest-death-test.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-death-test.h +gtest/gtest-matchers.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-matchers.h +gtest/gtest-message.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-message.h +gtest/gtest-param-test.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-param-test.h +gtest/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-printers.h +gtest/gtest-test-part.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-test-part.h +gtest/gtest-typed-test.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-typed-test.h +gtest/gtest_pred_impl.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest_pred_impl.h +gtest/gtest_prod.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest_prod.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-string.h + +_deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h +gtest/gtest-assertion-result.h +_deps/googletest-src/googletest/include/gtest/gtest/gtest-assertion-result.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/gtest_prod.h + +_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h +stdio.h +- +memory +- +gtest/gtest-matchers.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-matchers.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h +stdlib.h +- +sys/types.h +- +sys/wait.h +- +unistd.h +- +stdexcept +- +ctype.h +- +float.h +- +string.h +- +cstdint +- +iomanip +- +limits +- +map +- +set +- +string +- +type_traits +- +vector +- +gtest/gtest-message.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-message.h +gtest/internal/gtest-filepath.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h +gtest/internal/gtest-string.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-string.h +gtest/internal/gtest-type-util.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h +ctype.h +- +cassert +- +iterator +- +memory +- +set +- +tuple +- +type_traits +- +utility +- +vector +- +gtest/gtest-printers.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-printers.h +gtest/gtest-test-part.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/gtest-test-part.h +gtest/internal/gtest-internal.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h +winapifamily.h +- +TargetConditionals.h +- + +_deps/googletest-src/googletest/include/gtest/internal/gtest-port.h +ctype.h +- +stddef.h +- +stdio.h +- +stdlib.h +- +string.h +- +cerrno +- +cstdint +- +iostream +- +limits +- +locale +- +memory +- +string +- +tuple +- +type_traits +- +vector +- +sys/stat.h +- +sys/types.h +- +AvailabilityMacros.h +- +TargetConditionals.h +- +gtest/internal/custom/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h +gtest/internal/gtest-port-arch.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h +absl/flags/declare.h +_deps/googletest-src/googletest/include/gtest/internal/absl/flags/declare.h +absl/flags/flag.h +_deps/googletest-src/googletest/include/gtest/internal/absl/flags/flag.h +absl/flags/reflection.h +_deps/googletest-src/googletest/include/gtest/internal/absl/flags/reflection.h +direct.h +- +io.h +- +unistd.h +- +strings.h +- +unistd.h +- +android/api-level.h +- +absl/strings/string_view.h +_deps/googletest-src/googletest/include/gtest/internal/absl/strings/string_view.h +re2/re2.h +_deps/googletest-src/googletest/include/gtest/internal/re2/re2.h +regex.h +- +typeinfo +- +pthread.h +- +time.h +- +condition_variable +- +mutex +- +absl/types/any.h +_deps/googletest-src/googletest/include/gtest/internal/absl/types/any.h +any +- +absl/types/optional.h +_deps/googletest-src/googletest/include/gtest/internal/absl/types/optional.h +optional +- +absl/strings/string_view.h +_deps/googletest-src/googletest/include/gtest/internal/absl/strings/string_view.h +string_view +- +absl/types/variant.h +_deps/googletest-src/googletest/include/gtest/internal/absl/types/variant.h +variant +- + +_deps/googletest-src/googletest/include/gtest/internal/gtest-string.h +mem.h +- +string.h +- +cstdint +- +string +- +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h + +_deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h +gtest/internal/gtest-port.h +_deps/googletest-src/googletest/include/gtest/internal/gtest/internal/gtest-port.h +cxxabi.h +- +acxx_demangle.h +- + diff --git a/hw1/build/test/CMakeFiles/matrix_test.dir/DependInfo.cmake b/hw1/build/test/CMakeFiles/matrix_test.dir/DependInfo.cmake new file mode 100644 index 0000000000000000000000000000000000000000..13b3ca2360b72fa57d82c97f7642a3c0078b5308 --- /dev/null +++ b/hw1/build/test/CMakeFiles/matrix_test.dir/DependInfo.cmake @@ -0,0 +1,25 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/test/matrix_test.cpp" "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "../src/include" + "_deps/googletest-src/googletest/include" + "_deps/googletest-src/googletest" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake" + "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/googletest/CMakeFiles/gtest.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/hw1/build/test/CMakeFiles/matrix_test.dir/build.make b/hw1/build/test/CMakeFiles/matrix_test.dir/build.make new file mode 100644 index 0000000000000000000000000000000000000000..e59aaae25a07f7e021b222e38c0878b6dc887840 --- /dev/null +++ b/hw1/build/test/CMakeFiles/matrix_test.dir/build.make @@ -0,0 +1,101 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# 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 remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build + +# Include any dependencies generated for this target. +include test/CMakeFiles/matrix_test.dir/depend.make + +# Include the progress variables for this target. +include test/CMakeFiles/matrix_test.dir/progress.make + +# Include the compile flags for this target's objects. +include test/CMakeFiles/matrix_test.dir/flags.make + +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: test/CMakeFiles/matrix_test.dir/flags.make +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: ../test/matrix_test.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/matrix_test.dir/matrix_test.cpp.o -c /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/test/matrix_test.cpp + +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/matrix_test.dir/matrix_test.cpp.i" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/test/matrix_test.cpp > CMakeFiles/matrix_test.dir/matrix_test.cpp.i + +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/matrix_test.dir/matrix_test.cpp.s" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/test/matrix_test.cpp -o CMakeFiles/matrix_test.dir/matrix_test.cpp.s + +# Object files for target matrix_test +matrix_test_OBJECTS = \ +"CMakeFiles/matrix_test.dir/matrix_test.cpp.o" + +# External object files for target matrix_test +matrix_test_EXTERNAL_OBJECTS = + +test/matrix_test: test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o +test/matrix_test: test/CMakeFiles/matrix_test.dir/build.make +test/matrix_test: lib/libgtest_main.a +test/matrix_test: lib/libgtest.a +test/matrix_test: test/CMakeFiles/matrix_test.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable matrix_test" + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/matrix_test.dir/link.txt --verbose=$(VERBOSE) + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test && /usr/bin/cmake -D TEST_TARGET=matrix_test -D TEST_EXECUTABLE=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/matrix_test -D TEST_EXECUTOR= -D TEST_WORKING_DIR=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test -D TEST_EXTRA_ARGS= -D TEST_PROPERTIES= -D TEST_PREFIX= -D TEST_SUFFIX= -D NO_PRETTY_TYPES=FALSE -D NO_PRETTY_VALUES=FALSE -D TEST_LIST=matrix_test_TESTS -D CTEST_FILE=/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/matrix_test[1]_tests.cmake -D TEST_DISCOVERY_TIMEOUT=5 -P /usr/share/cmake-3.16/Modules/GoogleTestAddTests.cmake + +# Rule to build all files generated by this target. +test/CMakeFiles/matrix_test.dir/build: test/matrix_test + +.PHONY : test/CMakeFiles/matrix_test.dir/build + +test/CMakeFiles/matrix_test.dir/clean: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test && $(CMAKE_COMMAND) -P CMakeFiles/matrix_test.dir/cmake_clean.cmake +.PHONY : test/CMakeFiles/matrix_test.dir/clean + +test/CMakeFiles/matrix_test.dir/depend: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/test /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/CMakeFiles/matrix_test.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : test/CMakeFiles/matrix_test.dir/depend + diff --git a/hw1/build/test/CMakeFiles/matrix_test.dir/cmake_clean.cmake b/hw1/build/test/CMakeFiles/matrix_test.dir/cmake_clean.cmake new file mode 100644 index 0000000000000000000000000000000000000000..11dacf29eb08874af6badb228b0774fb45a538f1 --- /dev/null +++ b/hw1/build/test/CMakeFiles/matrix_test.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/matrix_test.dir/matrix_test.cpp.o" + "matrix_test" + "matrix_test.pdb" + "matrix_test[1]_tests.cmake" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/matrix_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/hw1/build/test/CMakeFiles/matrix_test.dir/depend.internal b/hw1/build/test/CMakeFiles/matrix_test.dir/depend.internal new file mode 100644 index 0000000000000000000000000000000000000000..455121688eefc3f96d006ed2acf071fd3d70ff05 --- /dev/null +++ b/hw1/build/test/CMakeFiles/matrix_test.dir/depend.internal @@ -0,0 +1,30 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o + ../src/include/common/exception.h + ../src/include/matrix.h + ../src/include/type/type.h + ../src/include/type/type_id.h + /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/test/matrix_test.cpp + _deps/googletest-src/googletest/include/gtest/gtest-assertion-result.h + _deps/googletest-src/googletest/include/gtest/gtest-death-test.h + _deps/googletest-src/googletest/include/gtest/gtest-matchers.h + _deps/googletest-src/googletest/include/gtest/gtest-message.h + _deps/googletest-src/googletest/include/gtest/gtest-param-test.h + _deps/googletest-src/googletest/include/gtest/gtest-printers.h + _deps/googletest-src/googletest/include/gtest/gtest-test-part.h + _deps/googletest-src/googletest/include/gtest/gtest-typed-test.h + _deps/googletest-src/googletest/include/gtest/gtest.h + _deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h + _deps/googletest-src/googletest/include/gtest/gtest_prod.h + _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h + _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-port.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-string.h + _deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h diff --git a/hw1/build/test/CMakeFiles/matrix_test.dir/depend.make b/hw1/build/test/CMakeFiles/matrix_test.dir/depend.make new file mode 100644 index 0000000000000000000000000000000000000000..195840e45dd0ebb7847be2a2d0f0b3269f95b278 --- /dev/null +++ b/hw1/build/test/CMakeFiles/matrix_test.dir/depend.make @@ -0,0 +1,30 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: ../src/include/common/exception.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: ../src/include/matrix.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: ../src/include/type/type.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: ../src/include/type/type_id.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: ../test/matrix_test.cpp +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/gtest-assertion-result.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/gtest-death-test.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/gtest-matchers.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/gtest-message.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/gtest-param-test.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/gtest-printers.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/gtest-test-part.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/gtest-typed-test.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/gtest.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/gtest_pred_impl.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/gtest_prod.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-port.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/internal/custom/gtest-printers.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-death-test-internal.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-filepath.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-internal.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-param-util.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-port-arch.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-port.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-string.h +test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o: _deps/googletest-src/googletest/include/gtest/internal/gtest-type-util.h + diff --git a/hw1/build/test/CMakeFiles/matrix_test.dir/flags.make b/hw1/build/test/CMakeFiles/matrix_test.dir/flags.make new file mode 100644 index 0000000000000000000000000000000000000000..88bbbeba3861471417a5e08d3c7e47bafa60d65a --- /dev/null +++ b/hw1/build/test/CMakeFiles/matrix_test.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -std=gnu++17 + +CXX_DEFINES = + +CXX_INCLUDES = -I/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/src/include -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest/include -isystem /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-src/googletest + diff --git a/hw1/build/test/CMakeFiles/matrix_test.dir/link.txt b/hw1/build/test/CMakeFiles/matrix_test.dir/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..f6c2b410f698e00390a9199551648936d9f8378f --- /dev/null +++ b/hw1/build/test/CMakeFiles/matrix_test.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ CMakeFiles/matrix_test.dir/matrix_test.cpp.o -o matrix_test ../lib/libgtest_main.a ../lib/libgtest.a -lpthread diff --git a/hw1/build/test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o b/hw1/build/test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o new file mode 100644 index 0000000000000000000000000000000000000000..652a50a8fc7317d634e988ebb2e5d339587ec760 Binary files /dev/null and b/hw1/build/test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o differ diff --git a/hw1/build/test/CMakeFiles/matrix_test.dir/progress.make b/hw1/build/test/CMakeFiles/matrix_test.dir/progress.make new file mode 100644 index 0000000000000000000000000000000000000000..b700c2c902219d74619014853aade0d7ec177030 --- /dev/null +++ b/hw1/build/test/CMakeFiles/matrix_test.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 9 +CMAKE_PROGRESS_2 = 10 + diff --git a/hw1/build/test/CMakeFiles/progress.marks b/hw1/build/test/CMakeFiles/progress.marks new file mode 100644 index 0000000000000000000000000000000000000000..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 --- /dev/null +++ b/hw1/build/test/CMakeFiles/progress.marks @@ -0,0 +1 @@ +10 diff --git a/hw1/build/test/CTestTestfile.cmake b/hw1/build/test/CTestTestfile.cmake new file mode 100644 index 0000000000000000000000000000000000000000..ab5fdb0d11ea25c7590bc8f981b1d37bd763975e --- /dev/null +++ b/hw1/build/test/CTestTestfile.cmake @@ -0,0 +1,8 @@ +# CMake generated Testfile for +# Source directory: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/test +# Build directory: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +include("/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/matrix_test[1]_include.cmake") +subdirs("../_deps/googletest-build") diff --git a/hw1/build/test/Makefile b/hw1/build/test/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..a14c6f595849805d9b04006400d3e875a744a7c9 --- /dev/null +++ b/hw1/build/test/Makefile @@ -0,0 +1,232 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# 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: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# 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 remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target 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 + +# The main all target +all: cmake_check_build_system + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/CMakeFiles/progress.marks + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 test/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 test/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 test/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 test/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -P /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/VerifyGlobs.cmake + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +test/CMakeFiles/matrix_test.dir/rule: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f CMakeFiles/Makefile2 test/CMakeFiles/matrix_test.dir/rule +.PHONY : test/CMakeFiles/matrix_test.dir/rule + +# Convenience name for target. +matrix_test: test/CMakeFiles/matrix_test.dir/rule + +.PHONY : matrix_test + +# fast build rule for target. +matrix_test/fast: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f test/CMakeFiles/matrix_test.dir/build.make test/CMakeFiles/matrix_test.dir/build +.PHONY : matrix_test/fast + +matrix_test.o: matrix_test.cpp.o + +.PHONY : matrix_test.o + +# target to build an object file +matrix_test.cpp.o: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f test/CMakeFiles/matrix_test.dir/build.make test/CMakeFiles/matrix_test.dir/matrix_test.cpp.o +.PHONY : matrix_test.cpp.o + +matrix_test.i: matrix_test.cpp.i + +.PHONY : matrix_test.i + +# target to preprocess a source file +matrix_test.cpp.i: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f test/CMakeFiles/matrix_test.dir/build.make test/CMakeFiles/matrix_test.dir/matrix_test.cpp.i +.PHONY : matrix_test.cpp.i + +matrix_test.s: matrix_test.cpp.s + +.PHONY : matrix_test.s + +# target to generate assembly for a file +matrix_test.cpp.s: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(MAKE) -f test/CMakeFiles/matrix_test.dir/build.make test/CMakeFiles/matrix_test.dir/matrix_test.cpp.s +.PHONY : matrix_test.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 "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... matrix_test" + @echo "... matrix_test.o" + @echo "... matrix_test.i" + @echo "... matrix_test.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -P /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/CMakeFiles/VerifyGlobs.cmake + cd /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/hw1/build/test/cmake_install.cmake b/hw1/build/test/cmake_install.cmake new file mode 100644 index 0000000000000000000000000000000000000000..564c69c6cb2de004750fe9eff100b57311a0587c --- /dev/null +++ b/hw1/build/test/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/test + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/_deps/googletest-build/cmake_install.cmake") +endif() + diff --git a/hw1/build/test/matrix_test b/hw1/build/test/matrix_test new file mode 100644 index 0000000000000000000000000000000000000000..63b6cb8d83dc2fabe3be102019dc1dcb2ba08f58 Binary files /dev/null and b/hw1/build/test/matrix_test differ diff --git a/hw1/build/test/matrix_test[1]_include.cmake b/hw1/build/test/matrix_test[1]_include.cmake new file mode 100644 index 0000000000000000000000000000000000000000..63e1518a38c0f2b58858e05b102c63530d0410f3 --- /dev/null +++ b/hw1/build/test/matrix_test[1]_include.cmake @@ -0,0 +1,5 @@ +if(EXISTS "/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/matrix_test[1]_tests.cmake") + include("/home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/matrix_test[1]_tests.cmake") +else() + add_test(matrix_test_NOT_BUILT matrix_test_NOT_BUILT) +endif() diff --git a/hw1/build/test/matrix_test[1]_tests.cmake b/hw1/build/test/matrix_test[1]_tests.cmake new file mode 100644 index 0000000000000000000000000000000000000000..626778d866e3407fea960a1d97ec84b88e749569 --- /dev/null +++ b/hw1/build/test/matrix_test[1]_tests.cmake @@ -0,0 +1,11 @@ +add_test( StarterTest.SampleTest /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/matrix_test [==[--gtest_filter=StarterTest.SampleTest]==] --gtest_also_run_disabled_tests) +set_tests_properties( StarterTest.SampleTest PROPERTIES WORKING_DIRECTORY /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test) +add_test( StarterTest.InitializationTest /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/matrix_test [==[--gtest_filter=StarterTest.InitializationTest]==] --gtest_also_run_disabled_tests) +set_tests_properties( StarterTest.InitializationTest PROPERTIES WORKING_DIRECTORY /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test) +add_test( StarterTest.ElementAccessTest /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/matrix_test [==[--gtest_filter=StarterTest.ElementAccessTest]==] --gtest_also_run_disabled_tests) +set_tests_properties( StarterTest.ElementAccessTest PROPERTIES WORKING_DIRECTORY /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test) +add_test( StarterTest.AdditionTest /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/matrix_test [==[--gtest_filter=StarterTest.AdditionTest]==] --gtest_also_run_disabled_tests) +set_tests_properties( StarterTest.AdditionTest PROPERTIES WORKING_DIRECTORY /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test) +add_test( StarterTest.MultiplicationTest /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test/matrix_test [==[--gtest_filter=StarterTest.MultiplicationTest]==] --gtest_also_run_disabled_tests) +set_tests_properties( StarterTest.MultiplicationTest PROPERTIES WORKING_DIRECTORY /home/zkr/613-lab-cpp-training-master/613-lab-cpp-training-master/hw1/build/test) +set( matrix_test_TESTS StarterTest.SampleTest StarterTest.InitializationTest StarterTest.ElementAccessTest StarterTest.AdditionTest StarterTest.MultiplicationTest) diff --git a/hw1/src/include/matrix.h b/hw1/src/include/matrix.h index 479ce80d72ff4c6b2787fd29aa5c30f30da42433..5994e0622f0a9b3cf5adbd6356f54d067881a909 100644 --- a/hw1/src/include/matrix.h +++ b/hw1/src/include/matrix.h @@ -16,11 +16,11 @@ #include #include #include -#include "common/exception.h" +#include "common/exception.h" namespace bustub { -/** +/** * The Matrix type defines a common * interface for matrix operations. */ @@ -35,23 +35,29 @@ class Matrix { * @param cols The number of columns * */ - Matrix(int rows, int cols) {} /** The number of rows in the matrix */ int rows_; /** The number of columns in the matrix */ int cols_; - - /** + /** * TODO(P0): Allocate the array in the constructor. * TODO(P0): Deallocate the array in the destructor. * A flattened array containing the elements of the matrix. */ T *linear_; + Matrix(int rows, int cols) { + rows_=rows; + cols_=cols; + linear_=(T*)malloc(sizeof(T)*rows*cols+1); + } + + + public: /** @return The number of rows in the matrix */ - virtual auto GetRowCount() const -> int = 0; + virtual auto GetRowCount()const -> int = 0; /** @return The number of columns in the matrix */ virtual auto GetColumnCount() const -> int = 0; @@ -78,7 +84,7 @@ class Matrix { * @param val The value to insert * @throws OUT_OF_RANGE if either index is out of range */ - virtual void SetElement(int i, int j, T val) = 0; + virtual void SetElement(int i, int j, T val)= 0; /** * Fill the elements of the matrix from `source`. @@ -89,7 +95,7 @@ class Matrix { * @param source The source container * @throws OUT_OF_RANGE if `source` is incorrect size */ - virtual void FillFrom(const std::vector &source) = 0; + virtual void FillFrom(const std::vector &source)= 0; /** * Destroy a matrix instance. @@ -112,19 +118,28 @@ class RowMatrix : public Matrix { * @param rows The number of rows * @param cols The number of columns */ - RowMatrix(int rows, int cols) : Matrix(rows, cols) {} + RowMatrix(int rows, int cols) : Matrix(rows, cols) { + + data_=new T* [rows]; + for(int i=0;i int override { return 0; } + auto GetRowCount() const -> int override { + return this->rows_; + } /** * TODO(P0): Add implementation * @return The number of columns in the matrix */ - auto GetColumnCount() const -> int override { return 0; } + auto GetColumnCount() const -> int override { + return this->cols_; + } /** * TODO(P0): Add implementation @@ -139,7 +154,13 @@ class RowMatrix : public Matrix { * @throws OUT_OF_RANGE if either index is out of range */ auto GetElement(int i, int j) const -> T override { - throw NotImplementedException{"RowMatrix::GetElement() not implemented."}; + if(i>=this->rows_||i<0||j>=this->cols_||j<0) + throw bustub::Exception(bustub::ExceptionType::OUT_OF_RANGE, + "Out of range"); + + return data_[i][j]; + + //throw NotImplementedException{"RowMatrix::GetElement() not implemented."}; } /** @@ -152,7 +173,14 @@ class RowMatrix : public Matrix { * @param val The value to insert * @throws OUT_OF_RANGE if either index is out of range */ - void SetElement(int i, int j, T val) override {} + void SetElement(int i, int j, T val) override { + + if(i>=this->rows_||i<0||j>=this->cols_||j<0) + throw bustub::Exception(bustub::ExceptionType::OUT_OF_RANGE, + "Out of range"); + + data_[i][j]=val; + } /** * TODO(P0): Add implementation @@ -166,7 +194,20 @@ class RowMatrix : public Matrix { * @throws OUT_OF_RANGE if `source` is incorrect size */ void FillFrom(const std::vector &source) override { - throw NotImplementedException{"RowMatrix::FillFrom() not implemented."}; + typename std::vector::const_iterator iter=source.begin(); + + for(int i=0;irows_;i++) + for(int j=0;jcols_;j++){ + data_[i][j]=*iter; + iter++; + } + if(iter!=source.end()){ + throw bustub::Exception + (bustub::ExceptionType::OUT_OF_RANGE,"Out of range"); + } + + + //throw NotImplementedException{"RowMatrix::FillFrom() not implemented."}; } /** @@ -203,8 +244,20 @@ class RowMatrixOperations { * @return The result of matrix addition */ static auto Add(const RowMatrix *matrixA, const RowMatrix *matrixB) -> std::unique_ptr> { + + auto cols=matrixA->GetColumnCount(); + auto rows=matrixB->GetRowCount(); + int val=0; + RowMatrix *p=new RowMatrix(rows,cols); + for(int i=0;iGetElement(i,j)+matrixB->GetElement(i,j); + p->SetElement(i,j,val); + } + // TODO(P0): Add implementation - return std::unique_ptr>(nullptr); + //return std::unique_ptr>(nullptr); + return std::unique_ptr>(p); } /** @@ -215,8 +268,23 @@ class RowMatrixOperations { * @return The result of matrix multiplication */ static auto Multiply(const RowMatrix *matrixA, const RowMatrix *matrixB) -> std::unique_ptr> { + + auto rows=matrixA->GetRowCount(); + auto cols=matrixB->GetColumnCount(); + auto r=matrixA->GetColumnCount(); + int val; + RowMatrix *p=new RowMatrix(rows,cols); + for(int i=0;iGetElement(i,k))*(matrixB->GetElement(k,j)); + p->SetElement(i,j,val); + } + return std::unique_ptr>(p); + // TODO(P0): Add implementation - return std::unique_ptr>(nullptr); + //return std::unique_ptr>(nullptr); } /** @@ -229,8 +297,21 @@ class RowMatrixOperations { */ static auto GEMM(const RowMatrix *matrixA, const RowMatrix *matrixB, const RowMatrix *matrixC) -> std::unique_ptr> { + int rows=matrixC->GetRowCount(); + int cols=matrixC->GetColumnCount(); + RowMatrix matrixr(rows,cols); + RowMatrix *p=&matrixr; + + matrixr=Multiply(matrixA,matrixB); + p=Add(p,matrixC); + + return std::unique_ptr>(p); + + // TODO(P0): Add implementation - return std::unique_ptr>(nullptr); + //return std::unique_ptr>(nullptr); } }; } // namespace bustub + + diff --git a/hw1/test/matrix_test.cpp b/hw1/test/matrix_test.cpp index 7b3853bd4b85ae6b51f2d0e3fd9151580dba8247..453c7718646d639eccc60f64a9fa48d24812bb41 100644 --- a/hw1/test/matrix_test.cpp +++ b/hw1/test/matrix_test.cpp @@ -43,7 +43,7 @@ TEST(StarterTest, SampleTest) { } /** Test that matrix initialization works as expected */ -TEST(StarterTest, DISABLED_InitializationTest) { +TEST(StarterTest, /*DISABLED_*/InitializationTest) { auto matrix = std::make_unique>(2, 2); // Source contains too few elements @@ -69,7 +69,7 @@ TEST(StarterTest, DISABLED_InitializationTest) { } } -TEST(StarterTest, DISABLED_ElementAccessTest) { +TEST(StarterTest,/*DISABLED_*/ElementAccessTest) { auto matrix = std::make_unique>(2, 2); std::vector source(4); @@ -116,7 +116,7 @@ TEST(StarterTest, DISABLED_ElementAccessTest) { } /** Test that matrix addition works as expected */ -TEST(StarterTest, DISABLED_AdditionTest) { +TEST(StarterTest, /*DISABLED_*/AdditionTest) { auto matrix0 = std::make_unique>(3, 3); const std::vector source0{1, 4, 2, 5, 2, -1, 0, 3, 1}; @@ -156,7 +156,7 @@ TEST(StarterTest, DISABLED_AdditionTest) { } /** Test that matrix multiplication works as expected */ -TEST(StarterTest, DISABLED_MultiplicationTest) { +TEST(StarterTest, /*DISABLED_*/MultiplicationTest) { const std::vector source0{1, 2, 3, 4, 5, 6}; auto matrix0 = std::make_unique>(2, 3); matrix0->FillFrom(source0);