diff --git a/cmake-build-debug/.cmake/api/v1/reply/cache-v2-c920856ddae4e21d9d3e.json b/cmake-build-debug/.cmake/api/v1/reply/cache-v2-c920856ddae4e21d9d3e.json deleted file mode 100644 index 311cd03fa12ef41cadfee23ae744c1de9f9c6d6b..0000000000000000000000000000000000000000 --- a/cmake-build-debug/.cmake/api/v1/reply/cache-v2-c920856ddae4e21d9d3e.json +++ /dev/null @@ -1,1119 +0,0 @@ -{ - "entries" : - [ - { - "name" : "CMAKE_ADDR2LINE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/addr2line" - }, - { - "name" : "CMAKE_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ar" - }, - { - "name" : "CMAKE_BUILD_TYPE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." - } - ], - "type" : "STRING", - "value" : "Debug" - }, - { - "name" : "CMAKE_CACHEFILE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "This is the directory where this CMakeCache.txt was created" - } - ], - "type" : "INTERNAL", - "value" : "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug" - }, - { - "name" : "CMAKE_CACHE_MAJOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Major version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "3" - }, - { - "name" : "CMAKE_CACHE_MINOR_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Minor version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "19" - }, - { - "name" : "CMAKE_CACHE_PATCH_VERSION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Patch version of cmake used to create the current loaded cache" - } - ], - "type" : "INTERNAL", - "value" : "2" - }, - { - "name" : "CMAKE_CODEBLOCKS_COMPILER_ID", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Id string of the compiler for the CodeBlocks IDE. Automatically detected when left empty" - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_CODEBLOCKS_EXECUTABLE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "The CodeBlocks executable" - } - ], - "type" : "FILEPATH", - "value" : "CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND" - }, - { - "name" : "CMAKE_CODEBLOCKS_MAKE_ARGUMENTS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Additional command line arguments when CodeBlocks invokes make. Enter e.g. -j to get parallel builds" - } - ], - "type" : "STRING", - "value" : "-j4" - }, - { - "name" : "CMAKE_COLOR_MAKEFILE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable/Disable color output during build." - } - ], - "type" : "BOOL", - "value" : "ON" - }, - { - "name" : "CMAKE_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake executable." - } - ], - "type" : "INTERNAL", - "value" : "/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake" - }, - { - "name" : "CMAKE_CPACK_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to cpack program executable." - } - ], - "type" : "INTERNAL", - "value" : "/opt/clion-2021.1.3/bin/cmake/linux/bin/cpack" - }, - { - "name" : "CMAKE_CTEST_COMMAND", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to ctest program executable." - } - ], - "type" : "INTERNAL", - "value" : "/opt/clion-2021.1.3/bin/cmake/linux/bin/ctest" - }, - { - "name" : "CMAKE_C_COMPILER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "C compiler" - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/cc" - }, - { - "name" : "CMAKE_C_COMPILER_AR", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/gcc-ar" - }, - { - "name" : "CMAKE_C_COMPILER_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/gcc-ranlib" - }, - { - "name" : "CMAKE_C_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_C_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "-g" - }, - { - "name" : "CMAKE_C_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "-Os -DNDEBUG" - }, - { - "name" : "CMAKE_C_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "-O3 -DNDEBUG" - }, - { - "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "-O2 -g -DNDEBUG" - }, - { - "name" : "CMAKE_DLLTOOL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "CMAKE_DLLTOOL-NOTFOUND" - }, - { - "name" : "CMAKE_EXECUTABLE_FORMAT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Executable file format" - } - ], - "type" : "INTERNAL", - "value" : "ELF" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Enable/Disable output of compile commands during generation." - } - ], - "type" : "BOOL", - "value" : "" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of external makefile project generator." - } - ], - "type" : "INTERNAL", - "value" : "CodeBlocks" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR_C_SYSTEM_DEFINED_MACROS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "C compiler system defined macros" - } - ], - "type" : "INTERNAL", - "value" : "__STDC__;1;__STDC_HOSTED__;1;__GNUC__;4;__GNUC_MINOR__;8;__GNUC_PATCHLEVEL__;5;__VERSION__;\"4.8.5 20150623 (Red Hat 4.8.5-44)\";__GNUC_RH_RELEASE__;44;__ATOMIC_RELAXED;0;__ATOMIC_SEQ_CST;5;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_CONSUME;1;__FINITE_MATH_ONLY__;0;_LP64;1;__LP64__;1;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_SIZE_T__;8;__CHAR_BIT__;8;__BIGGEST_ALIGNMENT__;16;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__FLOAT_WORD_ORDER__;__ORDER_LITTLE_ENDIAN__;__SIZEOF_POINTER__;8;__SIZE_TYPE__;long unsigned int;__PTRDIFF_TYPE__;long int;__WCHAR_TYPE__;int;__WINT_TYPE__;unsigned int;__INTMAX_TYPE__;long int;__UINTMAX_TYPE__;long unsigned int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned int;__SIG_ATOMIC_TYPE__;int;__INT8_TYPE__;signed char;__INT16_TYPE__;short int;__INT32_TYPE__;int;__INT64_TYPE__;long int;__UINT8_TYPE__;unsigned char;__UINT16_TYPE__;short unsigned int;__UINT32_TYPE__;unsigned int;__UINT64_TYPE__;long unsigned int;__INT_LEAST8_TYPE__;signed char;__INT_LEAST16_TYPE__;short int;__INT_LEAST32_TYPE__;int;__INT_LEAST64_TYPE__;long int;__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST16_TYPE__;short unsigned int;__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST64_TYPE__;long unsigned int;__INT_FAST8_TYPE__;signed char;__INT_FAST16_TYPE__;long int;__INT_FAST32_TYPE__;long int;__INT_FAST64_TYPE__;long int;__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST16_TYPE__;long unsigned int;__UINT_FAST32_TYPE__;long unsigned int;__UINT_FAST64_TYPE__;long unsigned int;__INTPTR_TYPE__;long int;__UINTPTR_TYPE__;long unsigned int;__GXX_ABI_VERSION;1002;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WCHAR_MIN__;(-__WCHAR_MAX__ - 1);__WINT_MAX__;4294967295U;__WINT_MIN__;0U;__PTRDIFF_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__INTMAX_MAX__;9223372036854775807L;__INTMAX_C(c);c ## L;__UINTMAX_MAX__;18446744073709551615UL;__UINTMAX_C(c);c ## UL;__SIG_ATOMIC_MAX__;2147483647;__SIG_ATOMIC_MIN__;(-__SIG_ATOMIC_MAX__ - 1);__INT8_MAX__;127;__INT16_MAX__;32767;__INT32_MAX__;2147483647;__INT64_MAX__;9223372036854775807L;__UINT8_MAX__;255;__UINT16_MAX__;65535;__UINT32_MAX__;4294967295U;__UINT64_MAX__;18446744073709551615UL;__INT_LEAST8_MAX__;127;__INT8_C(c);c;__INT_LEAST16_MAX__;32767;__INT16_C(c);c;__INT_LEAST32_MAX__;2147483647;__INT32_C(c);c;__INT_LEAST64_MAX__;9223372036854775807L;__INT64_C(c);c ## L;__UINT_LEAST8_MAX__;255;__UINT8_C(c);c;__UINT_LEAST16_MAX__;65535;__UINT16_C(c);c;__UINT_LEAST32_MAX__;4294967295U;__UINT32_C(c);c ## U;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT64_C(c);c ## UL;__INT_FAST8_MAX__;127;__INT_FAST16_MAX__;9223372036854775807L;__INT_FAST32_MAX__;9223372036854775807L;__INT_FAST64_MAX__;9223372036854775807L;__UINT_FAST8_MAX__;255;__UINT_FAST16_MAX__;18446744073709551615UL;__UINT_FAST32_MAX__;18446744073709551615UL;__UINT_FAST64_MAX__;18446744073709551615UL;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__FLT_EVAL_METHOD__;0;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_DECIMAL_DIG__;9;__FLT_MAX__;3.40282346638528859812e+38F;__FLT_MIN__;1.17549435082228750797e-38F;__FLT_EPSILON__;1.19209289550781250000e-7F;__FLT_DENORM_MIN__;1.40129846432481707092e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_DECIMAL_DIG__;17;__DBL_MAX__;((double)1.79769313486231570815e+308L);__DBL_MIN__;((double)2.22507385850720138309e-308L);__DBL_EPSILON__;((double)2.22044604925031308085e-16L);__DBL_DENORM_MIN__;((double)4.94065645841246544177e-324L);__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN__;3.36210314311209350626e-4932L;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__; ;__USER_LABEL_PREFIX__; ;__GNUC_GNU_INLINE__;1;__NO_INLINE__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__GCC_HAVE_DWARF2_CFI_ASM;1;__PRAGMA_REDEFINE_EXTNAME;1;__SIZEOF_INT128__;16;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_PTRDIFF_T__;8;__amd64;1;__amd64__;1;__x86_64;1;__x86_64__;1;__ATOMIC_HLE_ACQUIRE;65536;__ATOMIC_HLE_RELEASE;131072;__k8;1;__k8__;1;__code_model_small__;1;__MMX__;1;__SSE__;1;__SSE2__;1;__FXSR__;1;__SSE_MATH__;1;__SSE2_MATH__;1;__gnu_linux__;1;__linux;1;__linux__;1;linux;1;__unix;1;__unix__;1;unix;1;__ELF__;1;__DECIMAL_BID_FORMAT__;1;_STDC_PREDEF_H;1;__STDC_IEC_559__;1;__STDC_IEC_559_COMPLEX__;1;__STDC_ISO_10646__;201103L;__STDC_NO_THREADS__;1" - }, - { - "name" : "CMAKE_EXTRA_GENERATOR_C_SYSTEM_INCLUDE_DIRS", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "C compiler system include directories" - } - ], - "type" : "INTERNAL", - "value" : "/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include;/usr/local/include;/usr/include" - }, - { - "name" : "CMAKE_GENERATOR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator." - } - ], - "type" : "INTERNAL", - "value" : "Unix Makefiles" - }, - { - "name" : "CMAKE_GENERATOR_INSTANCE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Generator instance identifier." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_GENERATOR_PLATFORM", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator platform." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_GENERATOR_TOOLSET", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Name of generator toolset." - } - ], - "type" : "INTERNAL", - "value" : "" - }, - { - "name" : "CMAKE_HOME_DIRECTORY", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Source directory with the top level CMakeLists.txt file for this project" - } - ], - "type" : "INTERNAL", - "value" : "/home/centos/CLionProjects/ojt-simple-chatting" - }, - { - "name" : "CMAKE_INSTALL_PREFIX", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Install path prefix, prepended onto install directories." - } - ], - "type" : "PATH", - "value" : "/usr/local" - }, - { - "name" : "CMAKE_INSTALL_SO_NO_EXE", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Install .so files without execute permission." - } - ], - "type" : "INTERNAL", - "value" : "0" - }, - { - "name" : "CMAKE_LINKER", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ld" - }, - { - "name" : "CMAKE_MAKE_PROGRAM", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/gmake" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_NM", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/nm" - }, - { - "name" : "CMAKE_NUMBER_OF_MAKEFILES", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "number of local generators" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_OBJCOPY", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/objcopy" - }, - { - "name" : "CMAKE_OBJDUMP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/objdump" - }, - { - "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Platform information initialized" - } - ], - "type" : "INTERNAL", - "value" : "1" - }, - { - "name" : "CMAKE_PROJECT_DESCRIPTION", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_HOMEPAGE_URL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "" - }, - { - "name" : "CMAKE_PROJECT_NAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "simple_chatting_control" - }, - { - "name" : "CMAKE_RANLIB", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/ranlib" - }, - { - "name" : "CMAKE_READELF", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/readelf" - }, - { - "name" : "CMAKE_ROOT", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Path to CMake installation." - } - ], - "type" : "INTERNAL", - "value" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_SKIP_INSTALL_RPATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." - } - ], - "type" : "BOOL", - "value" : "NO" - }, - { - "name" : "CMAKE_SKIP_RPATH", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "If set, runtime paths are not added when using shared libraries." - } - ], - "type" : "BOOL", - "value" : "NO" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during all build types." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." - } - ], - "type" : "STRING", - "value" : "" - }, - { - "name" : "CMAKE_STRIP", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/strip" - }, - { - "name" : "CMAKE_UNAME", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "uname command" - } - ], - "type" : "INTERNAL", - "value" : "/usr/bin/uname" - }, - { - "name" : "CMAKE_VERBOSE_MAKEFILE", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "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." - } - ], - "type" : "BOOL", - "value" : "FALSE" - }, - { - "name" : "ProcessorCount_cmd_nproc", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/bin/nproc" - }, - { - "name" : "ProcessorCount_cmd_sysctl", - "properties" : - [ - { - "name" : "ADVANCED", - "value" : "1" - }, - { - "name" : "HELPSTRING", - "value" : "Path to a program." - } - ], - "type" : "FILEPATH", - "value" : "/usr/sbin/sysctl" - }, - { - "name" : "simple_chatting_control_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug" - }, - { - "name" : "simple_chatting_control_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/centos/CLionProjects/ojt-simple-chatting" - } - ], - "kind" : "cache", - "version" : - { - "major" : 2, - "minor" : 0 - } -} diff --git a/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-19494a933ffbf8570841.json b/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-19494a933ffbf8570841.json deleted file mode 100644 index 54d1a905f62201227813da0d609e73022cace752..0000000000000000000000000000000000000000 --- a/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-19494a933ffbf8570841.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "inputs" : - [ - { - "path" : "CMakeLists.txt" - }, - { - "isGenerated" : true, - "path" : "cmake-build-debug/CMakeFiles/3.19.2/CMakeSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeSystemSpecificInitialize.cmake" - }, - { - "isGenerated" : true, - "path" : "cmake-build-debug/CMakeFiles/3.19.2/CMakeCCompiler.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeSystemSpecificInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeGenericSystem.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeInitializeConfigs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Platform/Linux.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Platform/UnixPaths.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeFindCodeBlocks.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/ProcessorCount.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeLanguageInformation.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/GNU-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Platform/Linux-GNU-C.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Platform/Linux-GNU.cmake" - }, - { - "isCMake" : true, - "isExternal" : true, - "path" : "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCommonLanguageInclude.cmake" - } - ], - "kind" : "cmakeFiles", - "paths" : - { - "build" : "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug", - "source" : "/home/centos/CLionProjects/ojt-simple-chatting" - }, - "version" : - { - "major" : 1, - "minor" : 0 - } -} diff --git a/cmake-build-debug/CMakeCache.txt b/cmake-build-debug/CMakeCache.txt index b05af0b3d12eb2844980b818451940b213f9e0b1..06809ee2bb543378f17e9c00436cfb8bacae2416 100644 --- a/cmake-build-debug/CMakeCache.txt +++ b/cmake-build-debug/CMakeCache.txt @@ -1,5 +1,5 @@ # This is the CMakeCache file. -# For build in directory: /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug +# For build in directory: /home/centos/codes/ojt-simple-chatting/cmake-build-debug # It was generated by CMake: /opt/clion-2021.1.3/bin/cmake/linux/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. @@ -35,11 +35,14 @@ CMAKE_CODEBLOCKS_EXECUTABLE:FILEPATH=CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND // Enter e.g. -j to get parallel builds CMAKE_CODEBLOCKS_MAKE_ARGUMENTS:STRING=-j4 +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=ON + //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON //C compiler -CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc +CMAKE_C_COMPILER:STRING=/usr/bin/cc //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler @@ -85,6 +88,9 @@ CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/pkgRedirects + //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/usr/local @@ -188,6 +194,9 @@ CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_STRIP:FILEPATH=/usr/bin/strip +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual @@ -201,10 +210,13 @@ ProcessorCount_cmd_nproc:FILEPATH=/usr/bin/nproc ProcessorCount_cmd_sysctl:FILEPATH=/usr/sbin/sysctl //Value Computed by CMake -simple_chatting_control_BINARY_DIR:STATIC=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug +simple_chatting_control_BINARY_DIR:STATIC=/home/centos/codes/ojt-simple-chatting/cmake-build-debug + +//Value Computed by CMake +simple_chatting_control_IS_TOP_LEVEL:STATIC=ON //Value Computed by CMake -simple_chatting_control_SOURCE_DIR:STATIC=/home/centos/CLionProjects/ojt-simple-chatting +simple_chatting_control_SOURCE_DIR:STATIC=/home/centos/codes/ojt-simple-chatting ######################## @@ -216,7 +228,7 @@ 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/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug +CMAKE_CACHEFILE_DIR:INTERNAL=/home/centos/codes/ojt-simple-chatting/cmake-build-debug //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 @@ -279,7 +291,7 @@ CMAKE_GENERATOR_PLATFORM:INTERNAL= CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project -CMAKE_HOME_DIRECTORY:INTERNAL=/home/centos/CLionProjects/ojt-simple-chatting +CMAKE_HOME_DIRECTORY:INTERNAL=/home/centos/codes/ojt-simple-chatting //Install .so files without execute permission. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 //ADVANCED property for variable: CMAKE_LINKER @@ -338,6 +350,8 @@ CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/usr/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE @@ -346,4 +360,6 @@ CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 ProcessorCount_cmd_nproc-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ProcessorCount_cmd_sysctl ProcessorCount_cmd_sysctl-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE diff --git a/cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake b/cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake index a8b177026f86ec44c8ab695954d2ac29e75580d5..9396baae708da45bbc22b4ef32c27b6e3047c589 100644 --- a/cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake +++ b/cmake-build-debug/CMakeFiles/CMakeDirectoryInformation.cmake @@ -2,8 +2,8 @@ # Generated by "Unix Makefiles" Generator, CMake Version 3.19 # Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/centos/CLionProjects/ojt-simple-chatting") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug") +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/centos/codes/ojt-simple-chatting") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/centos/codes/ojt-simple-chatting/cmake-build-debug") # Force unix paths in dependencies. set(CMAKE_FORCE_UNIX_PATHS 1) diff --git a/cmake-build-debug/CMakeFiles/CMakeOutput.log b/cmake-build-debug/CMakeFiles/CMakeOutput.log index 15826df09c513dbde9964e978798368a5bdd9f74..81c4b87071512f045a9cf10655b25e8278a96f9b 100644 --- a/cmake-build-debug/CMakeFiles/CMakeOutput.log +++ b/cmake-build-debug/CMakeFiles/CMakeOutput.log @@ -10,23 +10,23 @@ The output was: Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" -The C compiler identification is GNU, found in "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/3.19.2/CompilerIdC/a.out" +The C compiler identification is GNU, found in "/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/3.19.2/CompilerIdC/a.out" Detecting C compiler ABI info compiled with the following output: -Change Dir: /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp +Change Dir: /home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp -Run Build Command(s):/usr/bin/gmake cmTC_f6020/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f6020.dir/build.make CMakeFiles/cmTC_f6020.dir/build -gmake[1]: Entering directory `/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o -/usr/bin/cc -v -o CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o -c /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c +Run Build Command(s):/usr/bin/gmake cmTC_207fd/fast && /usr/bin/gmake -f CMakeFiles/cmTC_207fd.dir/build.make CMakeFiles/cmTC_207fd.dir/build +gmake[1]: Entering directory `/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o +/usr/bin/cc -v -o CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o -c /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c Using built-in specs. COLLECT_GCC=/usr/bin/cc Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' - /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1 -quiet -v /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccn1tHgH.s +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' + /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1 -quiet -v /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccm8pTws.s GNU C (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-44) (x86_64-redhat-linux) compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 @@ -42,15 +42,15 @@ GNU C (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-44) (x86_64-redhat-linux) compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 231b3394950636dbfe0428e88716bc73 -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' - as -v --64 -o CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o /tmp/ccn1tHgH.s +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' + as -v --64 -o CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o /tmp/ccm8pTws.s GNU assembler version 2.27 (x86_64-redhat-linux) using BFD version version 2.27-44.base.el7_9.1 COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/ LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' -Linking C executable cmTC_f6020 -/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6020.dir/link.txt --verbose=1 -/usr/bin/cc -v CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o -o cmTC_f6020 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' +Linking C executable cmTC_207fd +/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_207fd.dir/link.txt --verbose=1 +/usr/bin/cc -v CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o -o cmTC_207fd Using built-in specs. COLLECT_GCC=/usr/bin/cc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper @@ -60,9 +60,9 @@ Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/ LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/ -COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_f6020' '-mtune=generic' '-march=x86-64' - /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_f6020 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o -gmake[1]: Leaving directory `/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp' +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_207fd' '-mtune=generic' '-march=x86-64' + /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_207fd /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o +gmake[1]: Leaving directory `/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp' @@ -81,20 +81,20 @@ Parsed C implicit include dir info from above output: rv=done Parsed C implicit link information from above output: link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp] + ignore line: [Change Dir: /home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp] ignore line: [] - ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_f6020/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f6020.dir/build.make CMakeFiles/cmTC_f6020.dir/build] - ignore line: [gmake[1]: Entering directory `/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp'] - ignore line: [Building C object CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o] - ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o -c /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c] + ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_207fd/fast && /usr/bin/gmake -f CMakeFiles/cmTC_207fd.dir/build.make CMakeFiles/cmTC_207fd.dir/build] + ignore line: [gmake[1]: Entering directory `/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp'] + ignore line: [Building C object CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o -c /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/usr/bin/cc] ignore line: [Target: x86_64-redhat-linux] ignore line: [Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c c++ objc obj-c++ java fortran ada go lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux] ignore line: [Thread model: posix] ignore line: [gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] - ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1 -quiet -v /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccn1tHgH.s] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1 -quiet -v /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccm8pTws.s] ignore line: [GNU C (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-44) (x86_64-redhat-linux)] ignore line: [ compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44) GMP version 6.0.0 MPFR version 3.1.1 MPC version 1.0.1] ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] @@ -110,15 +110,15 @@ Parsed C implicit link information from above output: ignore line: [ compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44) GMP version 6.0.0 MPFR version 3.1.1 MPC version 1.0.1] ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] ignore line: [Compiler executable checksum: 231b3394950636dbfe0428e88716bc73] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] - ignore line: [ as -v --64 -o CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o /tmp/ccn1tHgH.s] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o /tmp/ccm8pTws.s] ignore line: [GNU assembler version 2.27 (x86_64-redhat-linux) using BFD version version 2.27-44.base.el7_9.1] ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/] ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] - ignore line: [Linking C executable cmTC_f6020] - ignore line: [/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6020.dir/link.txt --verbose=1] - ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o -o cmTC_f6020 ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [Linking C executable cmTC_207fd] + ignore line: [/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_207fd.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o -o cmTC_207fd ] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/usr/bin/cc] ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper] @@ -128,8 +128,8 @@ Parsed C implicit link information from above output: ignore line: [gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ] ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/] ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_f6020' '-mtune=generic' '-march=x86-64'] - link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_f6020 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_207fd' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_207fd /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o] arg [/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2] ==> ignore arg [--build-id] ==> ignore arg [--no-add-needed] ==> ignore @@ -140,7 +140,7 @@ Parsed C implicit link information from above output: arg [-dynamic-linker] ==> ignore arg [/lib64/ld-linux-x86-64.so.2] ==> ignore arg [-o] ==> ignore - arg [cmTC_f6020] ==> ignore + arg [cmTC_207fd] ==> ignore arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o] ==> ignore arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o] ==> ignore arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o] ==> ignore @@ -149,7 +149,7 @@ Parsed C implicit link information from above output: arg [-L/lib/../lib64] ==> dir [/lib/../lib64] arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64] arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..] - arg [CMakeFiles/cmTC_f6020.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [CMakeFiles/cmTC_207fd.dir/CMakeCCompilerABI.c.o] ==> ignore arg [-lgcc] ==> lib [gcc] arg [--as-needed] ==> ignore arg [-lgcc_s] ==> lib [gcc_s] diff --git a/cmake-build-debug/CMakeFiles/Makefile.cmake b/cmake-build-debug/CMakeFiles/Makefile.cmake index 3f5364f6f56662115b7d69cd27483d6f85127910..824558713e73840209db9fc15639b537707d6c7e 100644 --- a/cmake-build-debug/CMakeFiles/Makefile.cmake +++ b/cmake-build-debug/CMakeFiles/Makefile.cmake @@ -10,18 +10,68 @@ set(CMAKE_MAKEFILE_DEPENDS "../CMakeLists.txt" "CMakeFiles/3.19.2/CMakeCCompiler.cmake" "CMakeFiles/3.19.2/CMakeSystem.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompiler.cmake.in" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c" "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCInformation.cmake" "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCommonLanguageInclude.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCompilerIdDetection.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeDetermineCCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeDetermineCompileFeatures.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeDetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeDetermineCompilerABI.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeDetermineCompilerId.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeDetermineSystem.cmake" "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeFindBinUtils.cmake" "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeFindCodeBlocks.cmake" "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeGenericSystem.cmake" "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeInitializeConfigs.cmake" "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeLanguageInformation.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeParseImplicitIncludeInfo.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeParseImplicitLinkInfo.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeSystem.cmake.in" "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeSystemSpecificInformation.cmake" "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeSystemSpecificInitialize.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeTestCCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeTestCompilerCommon.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/ADSP-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/Borland-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/Clang-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/Cray-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/GHS-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/GNU-C-DetermineCompiler.cmake" "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/GNU-C.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/GNU-FindBinUtils.cmake" "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/GNU.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/HP-C-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/IAR-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/Intel-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/MSVC-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/PGI-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/PathScale-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/SCO-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/TI-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/Watcom-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/XL-C-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Internal/FeatureTesting.cmake" "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Platform/Linux-GNU-C.cmake" "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Platform/Linux-GNU.cmake" "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Platform/Linux.cmake" @@ -37,6 +87,9 @@ set(CMAKE_MAKEFILE_OUTPUTS # Byproducts of CMake generate step: set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/3.19.2/CMakeSystem.cmake" + "CMakeFiles/3.19.2/CMakeCCompiler.cmake" + "CMakeFiles/3.19.2/CMakeCCompiler.cmake" "CMakeFiles/CMakeDirectoryInformation.cmake" ) diff --git a/cmake-build-debug/CMakeFiles/Makefile2 b/cmake-build-debug/CMakeFiles/Makefile2 index 24d96466b325a08778f6848c8a3aa66a174452a8..5cfccef99d16a13e54b7a00f20744494288ab63f 100644 --- a/cmake-build-debug/CMakeFiles/Makefile2 +++ b/cmake-build-debug/CMakeFiles/Makefile2 @@ -63,10 +63,10 @@ RM = /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E rm -f EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/centos/CLionProjects/ojt-simple-chatting +CMAKE_SOURCE_DIR = /home/centos/codes/ojt-simple-chatting # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug +CMAKE_BINARY_DIR = /home/centos/codes/ojt-simple-chatting/cmake-build-debug #============================================================================= # Directory level rules for the build root directory @@ -99,14 +99,14 @@ clean: CMakeFiles/control.dir/clean CMakeFiles/server.dir/all: $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/depend $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=9,10,11,12 "Built target server" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=9,10,11,12 "Built target server" .PHONY : CMakeFiles/server.dir/all # Build rule for subdir invocation for target. CMakeFiles/server.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles 4 + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles 4 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/server.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles 0 .PHONY : CMakeFiles/server.dir/rule # Convenience name for target. @@ -126,14 +126,14 @@ CMakeFiles/server.dir/clean: CMakeFiles/client.dir/all: $(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/depend $(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=1,2,3,4 "Built target client" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=1,2,3,4 "Built target client" .PHONY : CMakeFiles/client.dir/all # Build rule for subdir invocation for target. CMakeFiles/client.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles 4 + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles 4 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/client.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles 0 .PHONY : CMakeFiles/client.dir/rule # Convenience name for target. @@ -153,14 +153,14 @@ CMakeFiles/client.dir/clean: CMakeFiles/test.dir/all: $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/depend $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=13,14,15,16 "Built target test" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=13,14,15,16 "Built target test" .PHONY : CMakeFiles/test.dir/all # Build rule for subdir invocation for target. CMakeFiles/test.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles 4 + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles 4 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/test.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles 0 .PHONY : CMakeFiles/test.dir/rule # Convenience name for target. @@ -180,14 +180,14 @@ CMakeFiles/test.dir/clean: CMakeFiles/control.dir/all: $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/depend $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=5,6,7,8 "Built target control" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=5,6,7,8 "Built target control" .PHONY : CMakeFiles/control.dir/all # Build rule for subdir invocation for target. CMakeFiles/control.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles 4 + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles 4 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/control.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles 0 .PHONY : CMakeFiles/control.dir/rule # Convenience name for target. diff --git a/cmake-build-debug/CMakeFiles/TargetDirectories.txt b/cmake-build-debug/CMakeFiles/TargetDirectories.txt index 7fd3885749e0a8246685e8e0dcc671b0e155c4ed..42863af64a368dde6fa47643a0ff9587cece5032 100644 --- a/cmake-build-debug/CMakeFiles/TargetDirectories.txt +++ b/cmake-build-debug/CMakeFiles/TargetDirectories.txt @@ -1,6 +1,6 @@ -/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/rebuild_cache.dir -/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/edit_cache.dir -/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/server.dir -/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/client.dir -/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test.dir -/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/control.dir +/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/rebuild_cache.dir +/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/edit_cache.dir +/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/server.dir +/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/client.dir +/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test.dir +/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/control.dir diff --git a/cmake-build-debug/CMakeFiles/client.dir/C.includecache b/cmake-build-debug/CMakeFiles/client.dir/C.includecache index f1c18f9daa199e18e8770a46bfb9994f9ef6d98c..2401ad72c4faaee8e84139bb9378330f0be5c962 100644 --- a/cmake-build-debug/CMakeFiles/client.dir/C.includecache +++ b/cmake-build-debug/CMakeFiles/client.dir/C.includecache @@ -6,7 +6,49 @@ #IncludeRegexTransform: -/home/centos/CLionProjects/ojt-simple-chatting/src/client.c +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c +ipc_msq.h +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.h + +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.h +sys/types.h +- +sys/ipc.h +- +sys/msg.h +- + +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.h +sys/types.h +- +sys/ipc.h +- +sys/shm.h +- +string.h +- stdio.h - +/home/centos/codes/ojt-simple-chatting/src/client.c +global.h +/home/centos/codes/ojt-simple-chatting/src/global.h +unistd.h +- +../ipc_module/ipc_msq.h +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.h +../ipc_module/ipc_shm.h +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.h + +/home/centos/codes/ojt-simple-chatting/src/global.h +stdio.h +- +string.h +- +stdlib.h +- +unistd.h +- +signal.h +- + diff --git a/cmake-build-debug/CMakeFiles/client.dir/DependInfo.cmake b/cmake-build-debug/CMakeFiles/client.dir/DependInfo.cmake index 60433d64313542b14adff5eeaf0cf7257a316574..c658039277c3409dbee6a076093c5e96754b0a52 100644 --- a/cmake-build-debug/CMakeFiles/client.dir/DependInfo.cmake +++ b/cmake-build-debug/CMakeFiles/client.dir/DependInfo.cmake @@ -4,9 +4,9 @@ set(CMAKE_DEPENDS_LANGUAGES ) # The set of files for implicit dependencies of each language: set(CMAKE_DEPENDS_CHECK_C - "/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c" "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/client.dir/ipc_module/ipc_msq.c.o" - "/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c" "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/client.dir/ipc_module/ipc_shm.c.o" - "/home/centos/CLionProjects/ojt-simple-chatting/src/client.c" "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/client.dir/src/client.c.o" + "/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c" "/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/client.dir/ipc_module/ipc_msq.c.o" + "/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c" "/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/client.dir/ipc_module/ipc_shm.c.o" + "/home/centos/codes/ojt-simple-chatting/src/client.c" "/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/client.dir/src/client.c.o" ) set(CMAKE_C_COMPILER_ID "GNU") diff --git a/cmake-build-debug/CMakeFiles/client.dir/build.make b/cmake-build-debug/CMakeFiles/client.dir/build.make index ca90ca091b403ed7c595cda3b190720cbb163920..8ca89e7f8feafd913f17fc7f086eeca766c2998c 100644 --- a/cmake-build-debug/CMakeFiles/client.dir/build.make +++ b/cmake-build-debug/CMakeFiles/client.dir/build.make @@ -62,10 +62,10 @@ RM = /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E rm -f EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/centos/CLionProjects/ojt-simple-chatting +CMAKE_SOURCE_DIR = /home/centos/codes/ojt-simple-chatting # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug +CMAKE_BINARY_DIR = /home/centos/codes/ojt-simple-chatting/cmake-build-debug # Include any dependencies generated for this target. include CMakeFiles/client.dir/depend.make @@ -78,42 +78,42 @@ include CMakeFiles/client.dir/flags.make CMakeFiles/client.dir/src/client.c.o: CMakeFiles/client.dir/flags.make CMakeFiles/client.dir/src/client.c.o: ../src/client.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/client.dir/src/client.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/client.dir/src/client.c.o -c /home/centos/CLionProjects/ojt-simple-chatting/src/client.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/client.dir/src/client.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/client.dir/src/client.c.o -c /home/centos/codes/ojt-simple-chatting/src/client.c CMakeFiles/client.dir/src/client.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/client.dir/src/client.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/CLionProjects/ojt-simple-chatting/src/client.c > CMakeFiles/client.dir/src/client.c.i + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/codes/ojt-simple-chatting/src/client.c > CMakeFiles/client.dir/src/client.c.i CMakeFiles/client.dir/src/client.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/client.dir/src/client.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/CLionProjects/ojt-simple-chatting/src/client.c -o CMakeFiles/client.dir/src/client.c.s + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/codes/ojt-simple-chatting/src/client.c -o CMakeFiles/client.dir/src/client.c.s CMakeFiles/client.dir/ipc_module/ipc_msq.c.o: CMakeFiles/client.dir/flags.make CMakeFiles/client.dir/ipc_module/ipc_msq.c.o: ../ipc_module/ipc_msq.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/client.dir/ipc_module/ipc_msq.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/client.dir/ipc_module/ipc_msq.c.o -c /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/client.dir/ipc_module/ipc_msq.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/client.dir/ipc_module/ipc_msq.c.o -c /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c CMakeFiles/client.dir/ipc_module/ipc_msq.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/client.dir/ipc_module/ipc_msq.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c > CMakeFiles/client.dir/ipc_module/ipc_msq.c.i + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c > CMakeFiles/client.dir/ipc_module/ipc_msq.c.i CMakeFiles/client.dir/ipc_module/ipc_msq.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/client.dir/ipc_module/ipc_msq.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c -o CMakeFiles/client.dir/ipc_module/ipc_msq.c.s + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c -o CMakeFiles/client.dir/ipc_module/ipc_msq.c.s CMakeFiles/client.dir/ipc_module/ipc_shm.c.o: CMakeFiles/client.dir/flags.make CMakeFiles/client.dir/ipc_module/ipc_shm.c.o: ../ipc_module/ipc_shm.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/client.dir/ipc_module/ipc_shm.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/client.dir/ipc_module/ipc_shm.c.o -c /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/client.dir/ipc_module/ipc_shm.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/client.dir/ipc_module/ipc_shm.c.o -c /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c CMakeFiles/client.dir/ipc_module/ipc_shm.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/client.dir/ipc_module/ipc_shm.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c > CMakeFiles/client.dir/ipc_module/ipc_shm.c.i + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c > CMakeFiles/client.dir/ipc_module/ipc_shm.c.i CMakeFiles/client.dir/ipc_module/ipc_shm.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/client.dir/ipc_module/ipc_shm.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c -o CMakeFiles/client.dir/ipc_module/ipc_shm.c.s + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c -o CMakeFiles/client.dir/ipc_module/ipc_shm.c.s # Object files for target client client_OBJECTS = \ @@ -129,7 +129,7 @@ client: CMakeFiles/client.dir/ipc_module/ipc_msq.c.o client: CMakeFiles/client.dir/ipc_module/ipc_shm.c.o client: CMakeFiles/client.dir/build.make client: CMakeFiles/client.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable client" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable client" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/client.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. @@ -142,6 +142,6 @@ CMakeFiles/client.dir/clean: .PHONY : CMakeFiles/client.dir/clean CMakeFiles/client.dir/depend: - cd /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/centos/CLionProjects/ojt-simple-chatting /home/centos/CLionProjects/ojt-simple-chatting /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/client.dir/DependInfo.cmake --color=$(COLOR) + cd /home/centos/codes/ojt-simple-chatting/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/centos/codes/ojt-simple-chatting /home/centos/codes/ojt-simple-chatting /home/centos/codes/ojt-simple-chatting/cmake-build-debug /home/centos/codes/ojt-simple-chatting/cmake-build-debug /home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/client.dir/DependInfo.cmake --color=$(COLOR) .PHONY : CMakeFiles/client.dir/depend diff --git a/cmake-build-debug/CMakeFiles/client.dir/depend.internal b/cmake-build-debug/CMakeFiles/client.dir/depend.internal index d1b89879753da85f323298264945712fd91e360e..0573bd1d519809f08286d0d8846159fa155b8da9 100644 --- a/cmake-build-debug/CMakeFiles/client.dir/depend.internal +++ b/cmake-build-debug/CMakeFiles/client.dir/depend.internal @@ -1,5 +1,14 @@ # CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.19 +CMakeFiles/client.dir/ipc_module/ipc_msq.c.o + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.h +CMakeFiles/client.dir/ipc_module/ipc_shm.c.o + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.h CMakeFiles/client.dir/src/client.c.o - /home/centos/CLionProjects/ojt-simple-chatting/src/client.c + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.h + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.h + /home/centos/codes/ojt-simple-chatting/src/client.c + /home/centos/codes/ojt-simple-chatting/src/global.h diff --git a/cmake-build-debug/CMakeFiles/client.dir/depend.make b/cmake-build-debug/CMakeFiles/client.dir/depend.make index 189b20257f92928b1432d551c955bcb6b49935ae..2552e35889a0c5295cfe3d2cea9e34a70e27c978 100644 --- a/cmake-build-debug/CMakeFiles/client.dir/depend.make +++ b/cmake-build-debug/CMakeFiles/client.dir/depend.make @@ -1,5 +1,14 @@ # CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.19 +CMakeFiles/client.dir/ipc_module/ipc_msq.c.o: ../ipc_module/ipc_msq.c +CMakeFiles/client.dir/ipc_module/ipc_msq.c.o: ../ipc_module/ipc_msq.h + +CMakeFiles/client.dir/ipc_module/ipc_shm.c.o: ../ipc_module/ipc_shm.c +CMakeFiles/client.dir/ipc_module/ipc_shm.c.o: ../ipc_module/ipc_shm.h + +CMakeFiles/client.dir/src/client.c.o: ../ipc_module/ipc_msq.h +CMakeFiles/client.dir/src/client.c.o: ../ipc_module/ipc_shm.h CMakeFiles/client.dir/src/client.c.o: ../src/client.c +CMakeFiles/client.dir/src/client.c.o: ../src/global.h diff --git a/cmake-build-debug/CMakeFiles/client.dir/src/client.c.o b/cmake-build-debug/CMakeFiles/client.dir/src/client.c.o index 711aa02186181d35334ffd460803c0cd7062fea6..a255904d1be6ab1573ac5c90c629100b726ae23f 100644 Binary files a/cmake-build-debug/CMakeFiles/client.dir/src/client.c.o and b/cmake-build-debug/CMakeFiles/client.dir/src/client.c.o differ diff --git a/cmake-build-debug/CMakeFiles/clion-log.txt b/cmake-build-debug/CMakeFiles/clion-log.txt index a1a83ba51b0b620985402a02d609f8b8080d8bfd..2690c729bb30303e618dfdbc52548cd413e0db47 100644 --- a/cmake-build-debug/CMakeFiles/clion-log.txt +++ b/cmake-build-debug/CMakeFiles/clion-log.txt @@ -1,4 +1,10 @@ -/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" /home/centos/CLionProjects/ojt-simple-chatting +/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" /home/centos/codes/ojt-simple-chatting +-- The C compiler identification is GNU 4.8.5 +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Check for working C compiler: /usr/bin/cc - skipped +-- Detecting C compile features +-- Detecting C compile features - done -- Configuring done -- Generating done --- Build files have been written to: /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug +-- Build files have been written to: /home/centos/codes/ojt-simple-chatting/cmake-build-debug diff --git a/cmake-build-debug/CMakeFiles/control.dir/C.includecache b/cmake-build-debug/CMakeFiles/control.dir/C.includecache index 61fdd868993e547f7e1b21346ddc6567bc2d4dca..61d2523d37247ae3e08013b2fd6bb93fd4b63eb4 100644 --- a/cmake-build-debug/CMakeFiles/control.dir/C.includecache +++ b/cmake-build-debug/CMakeFiles/control.dir/C.includecache @@ -6,11 +6,11 @@ #IncludeRegexTransform: -/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c ipc_msq.h -/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.h +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.h -/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.h +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.h sys/types.h - sys/ipc.h @@ -18,33 +18,3 @@ sys/ipc.h sys/msg.h - -/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.h -sys/types.h -- -sys/ipc.h -- -sys/shm.h -- -string.h -- -stdio.h -- - -/home/centos/CLionProjects/ojt-simple-chatting/src/control.c -global.h -/home/centos/CLionProjects/ojt-simple-chatting/src/global.h -../ipc_module/ipc_shm.h -/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.h - -/home/centos/CLionProjects/ojt-simple-chatting/src/global.h -stdio.h -- -string.h -- -stdlib.h -- -unistd.h -- -signal.h -- - diff --git a/cmake-build-debug/CMakeFiles/control.dir/DependInfo.cmake b/cmake-build-debug/CMakeFiles/control.dir/DependInfo.cmake index 72afa4347143927e2ecfe851cebb97250e063608..4ce16de853725047bf470627e950f7874ed57652 100644 --- a/cmake-build-debug/CMakeFiles/control.dir/DependInfo.cmake +++ b/cmake-build-debug/CMakeFiles/control.dir/DependInfo.cmake @@ -4,9 +4,9 @@ set(CMAKE_DEPENDS_LANGUAGES ) # The set of files for implicit dependencies of each language: set(CMAKE_DEPENDS_CHECK_C - "/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c" "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/control.dir/ipc_module/ipc_msq.c.o" - "/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c" "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/control.dir/ipc_module/ipc_shm.c.o" - "/home/centos/CLionProjects/ojt-simple-chatting/src/control.c" "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/control.dir/src/control.c.o" + "/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c" "/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/control.dir/ipc_module/ipc_msq.c.o" + "/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c" "/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/control.dir/ipc_module/ipc_shm.c.o" + "/home/centos/codes/ojt-simple-chatting/src/control.c" "/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/control.dir/src/control.c.o" ) set(CMAKE_C_COMPILER_ID "GNU") diff --git a/cmake-build-debug/CMakeFiles/control.dir/build.make b/cmake-build-debug/CMakeFiles/control.dir/build.make index a9eada162453794013e6e685ad6e4c46795ca57e..1e2738959088f7fef02ddb84e5883274c8df7e78 100644 --- a/cmake-build-debug/CMakeFiles/control.dir/build.make +++ b/cmake-build-debug/CMakeFiles/control.dir/build.make @@ -62,10 +62,10 @@ RM = /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E rm -f EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/centos/CLionProjects/ojt-simple-chatting +CMAKE_SOURCE_DIR = /home/centos/codes/ojt-simple-chatting # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug +CMAKE_BINARY_DIR = /home/centos/codes/ojt-simple-chatting/cmake-build-debug # Include any dependencies generated for this target. include CMakeFiles/control.dir/depend.make @@ -78,42 +78,42 @@ include CMakeFiles/control.dir/flags.make CMakeFiles/control.dir/src/control.c.o: CMakeFiles/control.dir/flags.make CMakeFiles/control.dir/src/control.c.o: ../src/control.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/control.dir/src/control.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/control.dir/src/control.c.o -c /home/centos/CLionProjects/ojt-simple-chatting/src/control.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/control.dir/src/control.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/control.dir/src/control.c.o -c /home/centos/codes/ojt-simple-chatting/src/control.c CMakeFiles/control.dir/src/control.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/control.dir/src/control.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/CLionProjects/ojt-simple-chatting/src/control.c > CMakeFiles/control.dir/src/control.c.i + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/codes/ojt-simple-chatting/src/control.c > CMakeFiles/control.dir/src/control.c.i CMakeFiles/control.dir/src/control.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/control.dir/src/control.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/CLionProjects/ojt-simple-chatting/src/control.c -o CMakeFiles/control.dir/src/control.c.s + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/codes/ojt-simple-chatting/src/control.c -o CMakeFiles/control.dir/src/control.c.s CMakeFiles/control.dir/ipc_module/ipc_msq.c.o: CMakeFiles/control.dir/flags.make CMakeFiles/control.dir/ipc_module/ipc_msq.c.o: ../ipc_module/ipc_msq.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/control.dir/ipc_module/ipc_msq.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/control.dir/ipc_module/ipc_msq.c.o -c /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/control.dir/ipc_module/ipc_msq.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/control.dir/ipc_module/ipc_msq.c.o -c /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c CMakeFiles/control.dir/ipc_module/ipc_msq.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/control.dir/ipc_module/ipc_msq.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c > CMakeFiles/control.dir/ipc_module/ipc_msq.c.i + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c > CMakeFiles/control.dir/ipc_module/ipc_msq.c.i CMakeFiles/control.dir/ipc_module/ipc_msq.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/control.dir/ipc_module/ipc_msq.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c -o CMakeFiles/control.dir/ipc_module/ipc_msq.c.s + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c -o CMakeFiles/control.dir/ipc_module/ipc_msq.c.s CMakeFiles/control.dir/ipc_module/ipc_shm.c.o: CMakeFiles/control.dir/flags.make CMakeFiles/control.dir/ipc_module/ipc_shm.c.o: ../ipc_module/ipc_shm.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/control.dir/ipc_module/ipc_shm.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/control.dir/ipc_module/ipc_shm.c.o -c /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/control.dir/ipc_module/ipc_shm.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/control.dir/ipc_module/ipc_shm.c.o -c /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c CMakeFiles/control.dir/ipc_module/ipc_shm.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/control.dir/ipc_module/ipc_shm.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c > CMakeFiles/control.dir/ipc_module/ipc_shm.c.i + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c > CMakeFiles/control.dir/ipc_module/ipc_shm.c.i CMakeFiles/control.dir/ipc_module/ipc_shm.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/control.dir/ipc_module/ipc_shm.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c -o CMakeFiles/control.dir/ipc_module/ipc_shm.c.s + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c -o CMakeFiles/control.dir/ipc_module/ipc_shm.c.s # Object files for target control control_OBJECTS = \ @@ -129,7 +129,7 @@ control: CMakeFiles/control.dir/ipc_module/ipc_msq.c.o control: CMakeFiles/control.dir/ipc_module/ipc_shm.c.o control: CMakeFiles/control.dir/build.make control: CMakeFiles/control.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable control" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable control" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/control.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. @@ -142,6 +142,6 @@ CMakeFiles/control.dir/clean: .PHONY : CMakeFiles/control.dir/clean CMakeFiles/control.dir/depend: - cd /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/centos/CLionProjects/ojt-simple-chatting /home/centos/CLionProjects/ojt-simple-chatting /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/control.dir/DependInfo.cmake --color=$(COLOR) + cd /home/centos/codes/ojt-simple-chatting/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/centos/codes/ojt-simple-chatting /home/centos/codes/ojt-simple-chatting /home/centos/codes/ojt-simple-chatting/cmake-build-debug /home/centos/codes/ojt-simple-chatting/cmake-build-debug /home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/control.dir/DependInfo.cmake --color=$(COLOR) .PHONY : CMakeFiles/control.dir/depend diff --git a/cmake-build-debug/CMakeFiles/control.dir/depend.internal b/cmake-build-debug/CMakeFiles/control.dir/depend.internal index 4b2162721fc7e8b40e6b7d37aef2cd353c3c12dc..315b6459d6eb089a44697c4ecb485505923372af 100644 --- a/cmake-build-debug/CMakeFiles/control.dir/depend.internal +++ b/cmake-build-debug/CMakeFiles/control.dir/depend.internal @@ -2,12 +2,12 @@ # Generated by "Unix Makefiles" Generator, CMake Version 3.19 CMakeFiles/control.dir/ipc_module/ipc_msq.c.o - /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c - /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.h + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.h CMakeFiles/control.dir/ipc_module/ipc_shm.c.o - /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c - /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.h + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.h CMakeFiles/control.dir/src/control.c.o - /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.h - /home/centos/CLionProjects/ojt-simple-chatting/src/control.c - /home/centos/CLionProjects/ojt-simple-chatting/src/global.h + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.h + /home/centos/codes/ojt-simple-chatting/src/control.c + /home/centos/codes/ojt-simple-chatting/src/global.h diff --git a/cmake-build-debug/CMakeFiles/control.dir/ipc_module/ipc_shm.c.o b/cmake-build-debug/CMakeFiles/control.dir/ipc_module/ipc_shm.c.o index a1b2692940d94ac3133fd44dc25073558012182f..56c6833e9acdbe13f798ace6a7e44428005d93ad 100644 Binary files a/cmake-build-debug/CMakeFiles/control.dir/ipc_module/ipc_shm.c.o and b/cmake-build-debug/CMakeFiles/control.dir/ipc_module/ipc_shm.c.o differ diff --git a/cmake-build-debug/CMakeFiles/control.dir/src/control.c.o b/cmake-build-debug/CMakeFiles/control.dir/src/control.c.o index 587026881240fa43d981a94477aa0282fbd5925d..47c1e6422b6aab379791e8db31f1e972603ed832 100644 Binary files a/cmake-build-debug/CMakeFiles/control.dir/src/control.c.o and b/cmake-build-debug/CMakeFiles/control.dir/src/control.c.o differ diff --git a/cmake-build-debug/CMakeFiles/server.dir/C.includecache b/cmake-build-debug/CMakeFiles/server.dir/C.includecache index cbf661462acb4f9faf3daa53af6f66a2e06bf0c3..06cc7bfd0784f995cb55d0eaa5f07b74a6a3e930 100644 --- a/cmake-build-debug/CMakeFiles/server.dir/C.includecache +++ b/cmake-build-debug/CMakeFiles/server.dir/C.includecache @@ -6,7 +6,11 @@ #IncludeRegexTransform: -/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.h +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c +ipc_msq.h +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.h + +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.h sys/types.h - sys/ipc.h @@ -14,11 +18,7 @@ sys/ipc.h sys/msg.h - -/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c -ipc_shm.h -/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.h - -/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.h +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.h sys/types.h - sys/ipc.h @@ -30,7 +30,7 @@ string.h stdio.h - -/home/centos/CLionProjects/ojt-simple-chatting/src/global.h +/home/centos/codes/ojt-simple-chatting/src/global.h stdio.h - string.h @@ -42,11 +42,11 @@ unistd.h signal.h - -/home/centos/CLionProjects/ojt-simple-chatting/src/server.c +/home/centos/codes/ojt-simple-chatting/src/server.c global.h -/home/centos/CLionProjects/ojt-simple-chatting/src/global.h +/home/centos/codes/ojt-simple-chatting/src/global.h ../ipc_module/ipc_msq.h -/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.h +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.h ../ipc_module/ipc_shm.h -/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.h +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.h diff --git a/cmake-build-debug/CMakeFiles/server.dir/DependInfo.cmake b/cmake-build-debug/CMakeFiles/server.dir/DependInfo.cmake index fabde1524b62496f8021192eef6f108cc767731b..979f9264ce69155652db41344ee43bf06d867f5f 100644 --- a/cmake-build-debug/CMakeFiles/server.dir/DependInfo.cmake +++ b/cmake-build-debug/CMakeFiles/server.dir/DependInfo.cmake @@ -4,9 +4,9 @@ set(CMAKE_DEPENDS_LANGUAGES ) # The set of files for implicit dependencies of each language: set(CMAKE_DEPENDS_CHECK_C - "/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c" "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/server.dir/ipc_module/ipc_msq.c.o" - "/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c" "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/server.dir/ipc_module/ipc_shm.c.o" - "/home/centos/CLionProjects/ojt-simple-chatting/src/server.c" "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/server.dir/src/server.c.o" + "/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c" "/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/server.dir/ipc_module/ipc_msq.c.o" + "/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c" "/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/server.dir/ipc_module/ipc_shm.c.o" + "/home/centos/codes/ojt-simple-chatting/src/server.c" "/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/server.dir/src/server.c.o" ) set(CMAKE_C_COMPILER_ID "GNU") diff --git a/cmake-build-debug/CMakeFiles/server.dir/build.make b/cmake-build-debug/CMakeFiles/server.dir/build.make index 16943c6810cd9aadfdfcea04beeef96991a5b9fa..f0d3a8d16a2a888a628c8cfc9f010cd22a42aa5b 100644 --- a/cmake-build-debug/CMakeFiles/server.dir/build.make +++ b/cmake-build-debug/CMakeFiles/server.dir/build.make @@ -62,10 +62,10 @@ RM = /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E rm -f EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/centos/CLionProjects/ojt-simple-chatting +CMAKE_SOURCE_DIR = /home/centos/codes/ojt-simple-chatting # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug +CMAKE_BINARY_DIR = /home/centos/codes/ojt-simple-chatting/cmake-build-debug # Include any dependencies generated for this target. include CMakeFiles/server.dir/depend.make @@ -78,42 +78,42 @@ include CMakeFiles/server.dir/flags.make CMakeFiles/server.dir/src/server.c.o: CMakeFiles/server.dir/flags.make CMakeFiles/server.dir/src/server.c.o: ../src/server.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/server.dir/src/server.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/server.dir/src/server.c.o -c /home/centos/CLionProjects/ojt-simple-chatting/src/server.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/server.dir/src/server.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/server.dir/src/server.c.o -c /home/centos/codes/ojt-simple-chatting/src/server.c CMakeFiles/server.dir/src/server.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/server.dir/src/server.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/CLionProjects/ojt-simple-chatting/src/server.c > CMakeFiles/server.dir/src/server.c.i + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/codes/ojt-simple-chatting/src/server.c > CMakeFiles/server.dir/src/server.c.i CMakeFiles/server.dir/src/server.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/server.dir/src/server.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/CLionProjects/ojt-simple-chatting/src/server.c -o CMakeFiles/server.dir/src/server.c.s + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/codes/ojt-simple-chatting/src/server.c -o CMakeFiles/server.dir/src/server.c.s CMakeFiles/server.dir/ipc_module/ipc_msq.c.o: CMakeFiles/server.dir/flags.make CMakeFiles/server.dir/ipc_module/ipc_msq.c.o: ../ipc_module/ipc_msq.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/server.dir/ipc_module/ipc_msq.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/server.dir/ipc_module/ipc_msq.c.o -c /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/server.dir/ipc_module/ipc_msq.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/server.dir/ipc_module/ipc_msq.c.o -c /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c CMakeFiles/server.dir/ipc_module/ipc_msq.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/server.dir/ipc_module/ipc_msq.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c > CMakeFiles/server.dir/ipc_module/ipc_msq.c.i + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c > CMakeFiles/server.dir/ipc_module/ipc_msq.c.i CMakeFiles/server.dir/ipc_module/ipc_msq.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/server.dir/ipc_module/ipc_msq.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c -o CMakeFiles/server.dir/ipc_module/ipc_msq.c.s + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c -o CMakeFiles/server.dir/ipc_module/ipc_msq.c.s CMakeFiles/server.dir/ipc_module/ipc_shm.c.o: CMakeFiles/server.dir/flags.make CMakeFiles/server.dir/ipc_module/ipc_shm.c.o: ../ipc_module/ipc_shm.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/server.dir/ipc_module/ipc_shm.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/server.dir/ipc_module/ipc_shm.c.o -c /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/server.dir/ipc_module/ipc_shm.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/server.dir/ipc_module/ipc_shm.c.o -c /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c CMakeFiles/server.dir/ipc_module/ipc_shm.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/server.dir/ipc_module/ipc_shm.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c > CMakeFiles/server.dir/ipc_module/ipc_shm.c.i + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c > CMakeFiles/server.dir/ipc_module/ipc_shm.c.i CMakeFiles/server.dir/ipc_module/ipc_shm.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/server.dir/ipc_module/ipc_shm.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c -o CMakeFiles/server.dir/ipc_module/ipc_shm.c.s + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c -o CMakeFiles/server.dir/ipc_module/ipc_shm.c.s # Object files for target server server_OBJECTS = \ @@ -129,7 +129,7 @@ server: CMakeFiles/server.dir/ipc_module/ipc_msq.c.o server: CMakeFiles/server.dir/ipc_module/ipc_shm.c.o server: CMakeFiles/server.dir/build.make server: CMakeFiles/server.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable server" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable server" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/server.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. @@ -142,6 +142,6 @@ CMakeFiles/server.dir/clean: .PHONY : CMakeFiles/server.dir/clean CMakeFiles/server.dir/depend: - cd /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/centos/CLionProjects/ojt-simple-chatting /home/centos/CLionProjects/ojt-simple-chatting /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/server.dir/DependInfo.cmake --color=$(COLOR) + cd /home/centos/codes/ojt-simple-chatting/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/centos/codes/ojt-simple-chatting /home/centos/codes/ojt-simple-chatting /home/centos/codes/ojt-simple-chatting/cmake-build-debug /home/centos/codes/ojt-simple-chatting/cmake-build-debug /home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/server.dir/DependInfo.cmake --color=$(COLOR) .PHONY : CMakeFiles/server.dir/depend diff --git a/cmake-build-debug/CMakeFiles/server.dir/depend.internal b/cmake-build-debug/CMakeFiles/server.dir/depend.internal index fe7a035558e2d2124c10043f9858cb742e26d87d..40d2b75ca1898ca86e5c0f35bbc00a4711c2e5f6 100644 --- a/cmake-build-debug/CMakeFiles/server.dir/depend.internal +++ b/cmake-build-debug/CMakeFiles/server.dir/depend.internal @@ -2,13 +2,13 @@ # Generated by "Unix Makefiles" Generator, CMake Version 3.19 CMakeFiles/server.dir/ipc_module/ipc_msq.c.o - /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c - /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.h + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.h CMakeFiles/server.dir/ipc_module/ipc_shm.c.o - /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c - /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.h + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.h CMakeFiles/server.dir/src/server.c.o - /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.h - /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.h - /home/centos/CLionProjects/ojt-simple-chatting/src/global.h - /home/centos/CLionProjects/ojt-simple-chatting/src/server.c + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.h + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.h + /home/centos/codes/ojt-simple-chatting/src/global.h + /home/centos/codes/ojt-simple-chatting/src/server.c diff --git a/cmake-build-debug/CMakeFiles/server.dir/src/server.c.o b/cmake-build-debug/CMakeFiles/server.dir/src/server.c.o index c316f0ca43262c7d1442bbb77429680881a60590..2c4c05d245bbc8946833e05d5edc8baf9e5e09b4 100644 Binary files a/cmake-build-debug/CMakeFiles/server.dir/src/server.c.o and b/cmake-build-debug/CMakeFiles/server.dir/src/server.c.o differ diff --git a/cmake-build-debug/CMakeFiles/test.dir/C.includecache b/cmake-build-debug/CMakeFiles/test.dir/C.includecache index 84af50a60a76b61076d6fb049237360070a221fd..c08b9ba828c612f759cfa910b7365f09e96b9152 100644 --- a/cmake-build-debug/CMakeFiles/test.dir/C.includecache +++ b/cmake-build-debug/CMakeFiles/test.dir/C.includecache @@ -6,7 +6,7 @@ #IncludeRegexTransform: -/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.h +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.h sys/types.h - sys/ipc.h @@ -14,7 +14,7 @@ sys/ipc.h sys/msg.h - -/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.h +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.h sys/types.h - sys/ipc.h @@ -26,7 +26,7 @@ string.h stdio.h - -/home/centos/CLionProjects/ojt-simple-chatting/src/test.c +/home/centos/codes/ojt-simple-chatting/src/test.c stdio.h - stdlib.h @@ -39,10 +39,12 @@ sys/ipc.h - sys/shm.h - +unistd.h +- string.h - ../ipc_module/ipc_msq.h -/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.h +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.h ../ipc_module/ipc_shm.h -/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.h +/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.h diff --git a/cmake-build-debug/CMakeFiles/test.dir/DependInfo.cmake b/cmake-build-debug/CMakeFiles/test.dir/DependInfo.cmake index 623cd84a719794e9ac8a9aa14d5563d82f6bd21a..ae6d19a494a49585c0b4377b82b2c299ee5ce9d6 100644 --- a/cmake-build-debug/CMakeFiles/test.dir/DependInfo.cmake +++ b/cmake-build-debug/CMakeFiles/test.dir/DependInfo.cmake @@ -4,9 +4,9 @@ set(CMAKE_DEPENDS_LANGUAGES ) # The set of files for implicit dependencies of each language: set(CMAKE_DEPENDS_CHECK_C - "/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c" "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test.dir/ipc_module/ipc_msq.c.o" - "/home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c" "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test.dir/ipc_module/ipc_shm.c.o" - "/home/centos/CLionProjects/ojt-simple-chatting/src/test.c" "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test.dir/src/test.c.o" + "/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c" "/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test.dir/ipc_module/ipc_msq.c.o" + "/home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c" "/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test.dir/ipc_module/ipc_shm.c.o" + "/home/centos/codes/ojt-simple-chatting/src/test.c" "/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test.dir/src/test.c.o" ) set(CMAKE_C_COMPILER_ID "GNU") diff --git a/cmake-build-debug/CMakeFiles/test.dir/build.make b/cmake-build-debug/CMakeFiles/test.dir/build.make index 4fb085de78f0e4c1ef60f51c51b36064447b0d6d..3c45ee376b40a48aa4768811dc68822f864034e4 100644 --- a/cmake-build-debug/CMakeFiles/test.dir/build.make +++ b/cmake-build-debug/CMakeFiles/test.dir/build.make @@ -62,10 +62,10 @@ RM = /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E rm -f EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/centos/CLionProjects/ojt-simple-chatting +CMAKE_SOURCE_DIR = /home/centos/codes/ojt-simple-chatting # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug +CMAKE_BINARY_DIR = /home/centos/codes/ojt-simple-chatting/cmake-build-debug # Include any dependencies generated for this target. include CMakeFiles/test.dir/depend.make @@ -78,42 +78,42 @@ include CMakeFiles/test.dir/flags.make CMakeFiles/test.dir/src/test.c.o: CMakeFiles/test.dir/flags.make CMakeFiles/test.dir/src/test.c.o: ../src/test.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/test.dir/src/test.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/test.dir/src/test.c.o -c /home/centos/CLionProjects/ojt-simple-chatting/src/test.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/test.dir/src/test.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/test.dir/src/test.c.o -c /home/centos/codes/ojt-simple-chatting/src/test.c CMakeFiles/test.dir/src/test.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/test.dir/src/test.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/CLionProjects/ojt-simple-chatting/src/test.c > CMakeFiles/test.dir/src/test.c.i + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/codes/ojt-simple-chatting/src/test.c > CMakeFiles/test.dir/src/test.c.i CMakeFiles/test.dir/src/test.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/test.dir/src/test.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/CLionProjects/ojt-simple-chatting/src/test.c -o CMakeFiles/test.dir/src/test.c.s + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/codes/ojt-simple-chatting/src/test.c -o CMakeFiles/test.dir/src/test.c.s CMakeFiles/test.dir/ipc_module/ipc_msq.c.o: CMakeFiles/test.dir/flags.make CMakeFiles/test.dir/ipc_module/ipc_msq.c.o: ../ipc_module/ipc_msq.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/test.dir/ipc_module/ipc_msq.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/test.dir/ipc_module/ipc_msq.c.o -c /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/test.dir/ipc_module/ipc_msq.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/test.dir/ipc_module/ipc_msq.c.o -c /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c CMakeFiles/test.dir/ipc_module/ipc_msq.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/test.dir/ipc_module/ipc_msq.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c > CMakeFiles/test.dir/ipc_module/ipc_msq.c.i + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c > CMakeFiles/test.dir/ipc_module/ipc_msq.c.i CMakeFiles/test.dir/ipc_module/ipc_msq.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/test.dir/ipc_module/ipc_msq.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c -o CMakeFiles/test.dir/ipc_module/ipc_msq.c.s + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c -o CMakeFiles/test.dir/ipc_module/ipc_msq.c.s CMakeFiles/test.dir/ipc_module/ipc_shm.c.o: CMakeFiles/test.dir/flags.make CMakeFiles/test.dir/ipc_module/ipc_shm.c.o: ../ipc_module/ipc_shm.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/test.dir/ipc_module/ipc_shm.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/test.dir/ipc_module/ipc_shm.c.o -c /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/test.dir/ipc_module/ipc_shm.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/test.dir/ipc_module/ipc_shm.c.o -c /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c CMakeFiles/test.dir/ipc_module/ipc_shm.c.i: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/test.dir/ipc_module/ipc_shm.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c > CMakeFiles/test.dir/ipc_module/ipc_shm.c.i + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c > CMakeFiles/test.dir/ipc_module/ipc_shm.c.i CMakeFiles/test.dir/ipc_module/ipc_shm.c.s: cmake_force @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/test.dir/ipc_module/ipc_shm.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c -o CMakeFiles/test.dir/ipc_module/ipc_shm.c.s + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c -o CMakeFiles/test.dir/ipc_module/ipc_shm.c.s # Object files for target test test_OBJECTS = \ @@ -129,7 +129,7 @@ test: CMakeFiles/test.dir/ipc_module/ipc_msq.c.o test: CMakeFiles/test.dir/ipc_module/ipc_shm.c.o test: CMakeFiles/test.dir/build.make test: CMakeFiles/test.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable test" + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable test" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. @@ -142,6 +142,6 @@ CMakeFiles/test.dir/clean: .PHONY : CMakeFiles/test.dir/clean CMakeFiles/test.dir/depend: - cd /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/centos/CLionProjects/ojt-simple-chatting /home/centos/CLionProjects/ojt-simple-chatting /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test.dir/DependInfo.cmake --color=$(COLOR) + cd /home/centos/codes/ojt-simple-chatting/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/centos/codes/ojt-simple-chatting /home/centos/codes/ojt-simple-chatting /home/centos/codes/ojt-simple-chatting/cmake-build-debug /home/centos/codes/ojt-simple-chatting/cmake-build-debug /home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test.dir/DependInfo.cmake --color=$(COLOR) .PHONY : CMakeFiles/test.dir/depend diff --git a/cmake-build-debug/CMakeFiles/test.dir/depend.internal b/cmake-build-debug/CMakeFiles/test.dir/depend.internal index 191ed037d1d6c086f44ce81f2d534a969490da27..4ebd72cd0073da8a3f741a0223c0b97d39a03f31 100644 --- a/cmake-build-debug/CMakeFiles/test.dir/depend.internal +++ b/cmake-build-debug/CMakeFiles/test.dir/depend.internal @@ -2,12 +2,12 @@ # Generated by "Unix Makefiles" Generator, CMake Version 3.19 CMakeFiles/test.dir/ipc_module/ipc_msq.c.o - /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.c - /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.h + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.c + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.h CMakeFiles/test.dir/ipc_module/ipc_shm.c.o - /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.c - /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.h + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.c + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.h CMakeFiles/test.dir/src/test.c.o - /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_msq.h - /home/centos/CLionProjects/ojt-simple-chatting/ipc_module/ipc_shm.h - /home/centos/CLionProjects/ojt-simple-chatting/src/test.c + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_msq.h + /home/centos/codes/ojt-simple-chatting/ipc_module/ipc_shm.h + /home/centos/codes/ojt-simple-chatting/src/test.c diff --git a/cmake-build-debug/CMakeFiles/test.dir/src/test.c.o b/cmake-build-debug/CMakeFiles/test.dir/src/test.c.o index 7401a52406400eb0af968993a10bb805ae38dd00..9ef3913d7afcce36f67f99509b080cdb3858e9cc 100644 Binary files a/cmake-build-debug/CMakeFiles/test.dir/src/test.c.o and b/cmake-build-debug/CMakeFiles/test.dir/src/test.c.o differ diff --git a/cmake-build-debug/CMakeFiles/test1.dir/C.includecache b/cmake-build-debug/CMakeFiles/test1.dir/C.includecache deleted file mode 100644 index 84a5ad0f195a67ef1cbabc9fd28bd06e79654bbd..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/test1.dir/C.includecache +++ /dev/null @@ -1,22 +0,0 @@ -#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -/home/centos/CLionProjects/ojt-simple-chatting/src/test1.c -stdio.h -- -stdlib.h -- -unistd.h -- -sys/types.h -- -sys/ipc.h -- -sys/shm.h -- - diff --git a/cmake-build-debug/CMakeFiles/test1.dir/DependInfo.cmake b/cmake-build-debug/CMakeFiles/test1.dir/DependInfo.cmake deleted file mode 100644 index 7a948727975061e2ecfcb36d6ee3541e3e6d3608..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/test1.dir/DependInfo.cmake +++ /dev/null @@ -1,20 +0,0 @@ -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - "C" - ) -# The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_C - "/home/centos/CLionProjects/ojt-simple-chatting/src/test1.c" "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test1.dir/src/test1.c.o" - ) -set(CMAKE_C_COMPILER_ID "GNU") - -# The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH - ) - -# 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/cmake-build-debug/CMakeFiles/test1.dir/build.make b/cmake-build-debug/CMakeFiles/test1.dir/build.make deleted file mode 100644 index e3eb50bc2067592b7ddfa12e876070882a519995..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/test1.dir/build.make +++ /dev/null @@ -1,117 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.19 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Disable VCS-based implicit rules. -% : %,v - - -# Disable VCS-based implicit rules. -% : RCS/% - - -# Disable VCS-based implicit rules. -% : RCS/%,v - - -# Disable VCS-based implicit rules. -% : SCCS/s.% - - -# Disable VCS-based implicit rules. -% : s.% - - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake - -# The command to remove a file. -RM = /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/centos/CLionProjects/ojt-simple-chatting - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug - -# Include any dependencies generated for this target. -include CMakeFiles/test1.dir/depend.make - -# Include the progress variables for this target. -include CMakeFiles/test1.dir/progress.make - -# Include the compile flags for this target's objects. -include CMakeFiles/test1.dir/flags.make - -CMakeFiles/test1.dir/src/test1.c.o: CMakeFiles/test1.dir/flags.make -CMakeFiles/test1.dir/src/test1.c.o: ../src/test1.c - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/test1.dir/src/test1.c.o" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/test1.dir/src/test1.c.o -c /home/centos/CLionProjects/ojt-simple-chatting/src/test1.c - -CMakeFiles/test1.dir/src/test1.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/test1.dir/src/test1.c.i" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/centos/CLionProjects/ojt-simple-chatting/src/test1.c > CMakeFiles/test1.dir/src/test1.c.i - -CMakeFiles/test1.dir/src/test1.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/test1.dir/src/test1.c.s" - /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/centos/CLionProjects/ojt-simple-chatting/src/test1.c -o CMakeFiles/test1.dir/src/test1.c.s - -# Object files for target test1 -test1_OBJECTS = \ -"CMakeFiles/test1.dir/src/test1.c.o" - -# External object files for target test1 -test1_EXTERNAL_OBJECTS = - -test1: CMakeFiles/test1.dir/src/test1.c.o -test1: CMakeFiles/test1.dir/build.make -test1: CMakeFiles/test1.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable test1" - $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test1.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -CMakeFiles/test1.dir/build: test1 - -.PHONY : CMakeFiles/test1.dir/build - -CMakeFiles/test1.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/test1.dir/cmake_clean.cmake -.PHONY : CMakeFiles/test1.dir/clean - -CMakeFiles/test1.dir/depend: - cd /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/centos/CLionProjects/ojt-simple-chatting /home/centos/CLionProjects/ojt-simple-chatting /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test1.dir/DependInfo.cmake --color=$(COLOR) -.PHONY : CMakeFiles/test1.dir/depend - diff --git a/cmake-build-debug/CMakeFiles/test1.dir/cmake_clean.cmake b/cmake-build-debug/CMakeFiles/test1.dir/cmake_clean.cmake deleted file mode 100644 index 90619c74e4222cce81d8efb624e33425fa0c6b98..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/test1.dir/cmake_clean.cmake +++ /dev/null @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/test1.dir/src/test1.c.o" - "test1" - "test1.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/test1.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/cmake-build-debug/CMakeFiles/test1.dir/depend.internal b/cmake-build-debug/CMakeFiles/test1.dir/depend.internal deleted file mode 100644 index 2e780bc45b6134c8b3462f6785df45a3bf0b0dd3..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/test1.dir/depend.internal +++ /dev/null @@ -1,5 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.19 - -CMakeFiles/test1.dir/src/test1.c.o - /home/centos/CLionProjects/ojt-simple-chatting/src/test1.c diff --git a/cmake-build-debug/CMakeFiles/test1.dir/depend.make b/cmake-build-debug/CMakeFiles/test1.dir/depend.make deleted file mode 100644 index d3e0b3f6776252ffef9401dcf9b9704961ef9099..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/test1.dir/depend.make +++ /dev/null @@ -1,5 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.19 - -CMakeFiles/test1.dir/src/test1.c.o: ../src/test1.c - diff --git a/cmake-build-debug/CMakeFiles/test1.dir/flags.make b/cmake-build-debug/CMakeFiles/test1.dir/flags.make deleted file mode 100644 index 93f76e0932701af0811b0912c9956e593a280d54..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/test1.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.19 - -# compile C with /usr/bin/cc -C_DEFINES = - -C_INCLUDES = - -C_FLAGS = -g -std=gnu99 - diff --git a/cmake-build-debug/CMakeFiles/test1.dir/link.txt b/cmake-build-debug/CMakeFiles/test1.dir/link.txt deleted file mode 100644 index c9ca53797287a54a22cb3451eea264ccf879f64b..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/test1.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/cc -g CMakeFiles/test1.dir/src/test1.c.o -o test1 diff --git a/cmake-build-debug/CMakeFiles/test1.dir/progress.make b/cmake-build-debug/CMakeFiles/test1.dir/progress.make deleted file mode 100644 index 17875e3238da3ecdefe39c6875b6b441dc576689..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/test1.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = 10 -CMAKE_PROGRESS_2 = 11 - diff --git a/cmake-build-debug/CMakeFiles/test1.dir/src/test1.c.o b/cmake-build-debug/CMakeFiles/test1.dir/src/test1.c.o deleted file mode 100644 index 3485e4d4564d6c9f230dbef72d911954b97343de..0000000000000000000000000000000000000000 Binary files a/cmake-build-debug/CMakeFiles/test1.dir/src/test1.c.o and /dev/null differ diff --git a/cmake-build-debug/Makefile b/cmake-build-debug/Makefile index b426db3e7c9e57653eed284b2a399d54f93101db..351c2ad617b82373a8caeabaab08f6a250e5d982 100644 --- a/cmake-build-debug/Makefile +++ b/cmake-build-debug/Makefile @@ -67,10 +67,10 @@ RM = /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E rm -f EQUALS = = # The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/centos/CLionProjects/ojt-simple-chatting +CMAKE_SOURCE_DIR = /home/centos/codes/ojt-simple-chatting # The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug +CMAKE_BINARY_DIR = /home/centos/codes/ojt-simple-chatting/cmake-build-debug #============================================================================= # Targets provided globally by CMake. @@ -99,9 +99,9 @@ edit_cache/fast: edit_cache # The main all target all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug//CMakeFiles/progress.marks + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles /home/centos/codes/ojt-simple-chatting/cmake-build-debug//CMakeFiles/progress.marks $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/CMakeFiles 0 + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/codes/ojt-simple-chatting/cmake-build-debug/CMakeFiles 0 .PHONY : all # The main clean target diff --git a/cmake-build-debug/Testing/Temporary/LastTest.log b/cmake-build-debug/Testing/Temporary/LastTest.log index f2a7b71ffcdb5047c3864b90603308a8541d525b..7cb70a32efa2960f0eaae021c05fbf821cb42111 100644 --- a/cmake-build-debug/Testing/Temporary/LastTest.log +++ b/cmake-build-debug/Testing/Temporary/LastTest.log @@ -1,3 +1,3 @@ -Start testing: Oct 20 01:54 EDT +Start testing: Oct 22 13:17 EDT ---------------------------------------------------------- -End testing: Oct 20 01:54 EDT +End testing: Oct 22 13:17 EDT diff --git a/cmake-build-debug/client b/cmake-build-debug/client index ec5006f55f25be92810e7b76c83482ac880ef56c..57501dac0cf6bfe57f0b7e3e92cf43e7a807e884 100755 Binary files a/cmake-build-debug/client and b/cmake-build-debug/client differ diff --git a/cmake-build-debug/cmake_install.cmake b/cmake-build-debug/cmake_install.cmake index 2e73160de9de6ae73c45f3231df8cf5907396a6b..d8c8934b734f1f95da6dfc072ba82d4bde319b43 100644 --- a/cmake-build-debug/cmake_install.cmake +++ b/cmake-build-debug/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/centos/CLionProjects/ojt-simple-chatting +# Install script for directory: /home/centos/codes/ojt-simple-chatting # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) @@ -50,5 +50,5 @@ endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "/home/centos/CLionProjects/ojt-simple-chatting/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}" +file(WRITE "/home/centos/codes/ojt-simple-chatting/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/cmake-build-debug/control b/cmake-build-debug/control index d8a18fdb77eb5c09b07cabb9b6f63a6693b9e3e6..69aa5c2592968263e3cfcedb500e87aaf74132d7 100755 Binary files a/cmake-build-debug/control and b/cmake-build-debug/control differ diff --git a/cmake-build-debug/server b/cmake-build-debug/server index e12587bb937e0fa6013277e7d302f75670234c1b..b753cfc11e1363e530d43df38d471fecf83de54e 100755 Binary files a/cmake-build-debug/server and b/cmake-build-debug/server differ diff --git a/cmake-build-debug/simple_chatting_control.cbp b/cmake-build-debug/simple_chatting_control.cbp index 1ac5a2dc98e64073fe30935de44bb330aab19688..250f5709ee771433a06e5b4d9e87899d36c08b77 100644 --- a/cmake-build-debug/simple_chatting_control.cbp +++ b/cmake-build-debug/simple_chatting_control.cbp @@ -8,38 +8,38 @@