diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ff9047ed8113c22d4a2a69adda685b83873b2dd2..0000000000000000000000000000000000000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/cmake-build-debug/ diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index c16c5c3313e46bb33f05de244f05b2d776b4f511..0000000000000000000000000000000000000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -simple_chatting_control \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index d50b57d9b888d2da410b69d810abb6553e055fca..636a8001d00be4c847555850b345c974315859db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.19) -project(simple_chatting_control C) +project(simple_chatting2) -set(CMAKE_C_STANDARD 99) -SET(CMAKE_C_FLAGS_DEBUG "-D_DEBUG") -add_executable(test src/test.c ipc_module/ipc_msq.c ipc_module/ipc_msq.h ipc_module/ipc_shm.c ipc_module/ipc_shm.h) -add_executable(server src/server.c ipc_module/ipc_msq.c ipc_module/ipc_msq.h ipc_module/ipc_shm.c ipc_module/ipc_shm.h) -add_executable(client src/client.c ipc_module/ipc_msq.c ipc_module/ipc_msq.h ipc_module/ipc_shm.c ipc_module/ipc_shm.h) -add_executable(control src/control.c ipc_module/ipc_msq.c ipc_module/ipc_msq.h ipc_module/ipc_shm.c ipc_module/ipc_shm.h) \ No newline at end of file +set(CMAKE_CXX_STANDARD 14) + +add_executable(control src/control.cpp function/ipc_module.cpp function/ipc_module.h function/define.h) +add_executable(client src/client.cpp function/ipc_module.cpp function/ipc_module.h function/define.h) +add_executable(server src/server.cpp function/ipc_module.cpp function/ipc_module.h function/define.h) +add_executable(test src/test.cpp) \ No newline at end of file diff --git a/cmake-build-debug/.cmake/api/v1/query/cache-v2 b/cmake-build-debug/.cmake/api/v1/query/cache-v2 deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 b/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 b/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 b/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/cmake-build-debug/CMakeCache.txt b/cmake-build-debug/CMakeCache.txt index 642e8cc8af67784ac5f7137241b5c2af1bf1e3d7..77702d798c2de212f2b3198b99d190a2551ce5c8 100644 --- a/cmake-build-debug/CMakeCache.txt +++ b/cmake-build-debug/CMakeCache.txt @@ -38,6 +38,32 @@ CMAKE_CODEBLOCKS_MAKE_ARGUMENTS:STRING=-j4 //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + //C compiler CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc @@ -130,7 +156,7 @@ CMAKE_PROJECT_DESCRIPTION:STATIC= CMAKE_PROJECT_HOMEPAGE_URL:STATIC= //Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=simple_chatting_control +CMAKE_PROJECT_NAME:STATIC=simple_chatting2 //Path to a program. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib @@ -201,10 +227,10 @@ 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/code/ojt-simple-chatting/cmake-build-debug +simple_chatting2_BINARY_DIR:STATIC=/home/centos/code/ojt-simple-chatting/cmake-build-debug //Value Computed by CMake -simple_chatting_control_SOURCE_DIR:STATIC=/home/centos/code/ojt-simple-chatting +simple_chatting2_SOURCE_DIR:STATIC=/home/centos/code/ojt-simple-chatting ######################## @@ -231,6 +257,22 @@ CMAKE_COMMAND:INTERNAL=/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake CMAKE_CPACK_COMMAND:INTERNAL=/opt/clion-2021.1.3/bin/cmake/linux/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/opt/clion-2021.1.3/bin/cmake/linux/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER_AR @@ -265,6 +307,10 @@ CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL=CodeBlocks +//CXX compiler system defined macros +CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS:INTERNAL=__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;__STDC__;1;__cplusplus;199711L;__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;__GNUG__;4;__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_WEAK__;1;__DEPRECATED;1;__GXX_RTTI;1;__EXCEPTIONS;1;__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;_GNU_SOURCE;1;_STDC_PREDEF_H;1;__STDC_IEC_559__;1;__STDC_IEC_559_COMPLEX__;1;__STDC_ISO_10646__;201103L;__STDC_NO_THREADS__;1 +//CXX compiler system include directories +CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS:INTERNAL=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5;/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/x86_64-redhat-linux;/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/backward;/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include;/usr/local/include;/usr/include //C compiler system defined macros CMAKE_EXTRA_GENERATOR_C_SYSTEM_DEFINED_MACROS:INTERNAL=__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 //C compiler system include directories diff --git a/cmake-build-debug/CMakeFiles/3.19.2/CMakeCXXCompiler.cmake b/cmake-build-debug/CMakeFiles/3.19.2/CMakeCXXCompiler.cmake new file mode 100644 index 0000000000000000000000000000000000000000..c334b2e0ca5a8fecde76b0ee0953073b77563888 --- /dev/null +++ b/cmake-build-debug/CMakeFiles/3.19.2/CMakeCXXCompiler.cmake @@ -0,0 +1,89 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "4.8.5") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_template_template_parameters") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_template_template_parameters") +set(CMAKE_CXX17_COMPILE_FEATURES "") +set(CMAKE_CXX20_COMPILE_FEATURES "") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) +set(CMAKE_COMPILER_IS_MINGW ) +set(CMAKE_COMPILER_IS_CYGWIN ) +if(CMAKE_COMPILER_IS_CYGWIN) + set(CYGWIN 1) + set(UNIX 1) +endif() + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +if(CMAKE_COMPILER_IS_MINGW) + set(MINGW 1) +endif() +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/4.8.5;/usr/include/c++/4.8.5/x86_64-redhat-linux;/usr/include/c++/4.8.5/backward;/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include;/usr/local/include;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-redhat-linux/4.8.5;/usr/lib64;/lib64;/usr/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-debug/CMakeFiles/3.19.2/CMakeDetermineCompilerABI_CXX.bin b/cmake-build-debug/CMakeFiles/3.19.2/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000000000000000000000000000000000000..118b2ec1af4cb592a83042da52a1186dc77fd99f Binary files /dev/null and b/cmake-build-debug/CMakeFiles/3.19.2/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/cmake-build-debug/CMakeFiles/3.19.2/CMakeSystem.cmake b/cmake-build-debug/CMakeFiles/3.19.2/CMakeSystem.cmake index 2dea8b758e4a815c3d5927dadd112ca7c6c76a8a..d19c795cee2b7bf41da36a83a1834e8599d58629 100644 --- a/cmake-build-debug/CMakeFiles/3.19.2/CMakeSystem.cmake +++ b/cmake-build-debug/CMakeFiles/3.19.2/CMakeSystem.cmake @@ -1,13 +1,13 @@ -set(CMAKE_HOST_SYSTEM "Linux-3.10.0-1160.102.1.el7.x86_64") +set(CMAKE_HOST_SYSTEM "Linux-3.10.0-1160.105.1.el7.x86_64") set(CMAKE_HOST_SYSTEM_NAME "Linux") -set(CMAKE_HOST_SYSTEM_VERSION "3.10.0-1160.102.1.el7.x86_64") +set(CMAKE_HOST_SYSTEM_VERSION "3.10.0-1160.105.1.el7.x86_64") set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") -set(CMAKE_SYSTEM "Linux-3.10.0-1160.102.1.el7.x86_64") +set(CMAKE_SYSTEM "Linux-3.10.0-1160.105.1.el7.x86_64") set(CMAKE_SYSTEM_NAME "Linux") -set(CMAKE_SYSTEM_VERSION "3.10.0-1160.102.1.el7.x86_64") +set(CMAKE_SYSTEM_VERSION "3.10.0-1160.105.1.el7.x86_64") set(CMAKE_SYSTEM_PROCESSOR "x86_64") set(CMAKE_CROSSCOMPILING "FALSE") diff --git a/cmake-build-debug/CMakeFiles/3.19.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cmake-build-debug/CMakeFiles/3.19.2/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000000000000000000000000000000000000..0c63d62d9592414d5b63044d49d2fbabe9bca183 --- /dev/null +++ b/cmake-build-debug/CMakeFiles/3.19.2/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,680 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version) +# define COMPILER_ID "Fujitsu" + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(_CRAYC) || defined(__cray__) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number components. */ +#ifdef COMPILER_VERSION_MAJOR +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_dialect_default = "INFO" ":" "dialect_default[" +#if CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(_CRAYC) || defined(__cray__) + require += info_cray[argc]; +#endif + require += info_language_dialect_default[argc]; + (void)argv; + return require; +} diff --git a/cmake-build-debug/CMakeFiles/3.19.2/CompilerIdCXX/a.out b/cmake-build-debug/CMakeFiles/3.19.2/CompilerIdCXX/a.out new file mode 100755 index 0000000000000000000000000000000000000000..fdc60f877a2dab1ab191944f784463edae18ffe7 Binary files /dev/null and b/cmake-build-debug/CMakeFiles/3.19.2/CompilerIdCXX/a.out differ diff --git a/cmake-build-debug/CMakeFiles/CMakeOutput.log b/cmake-build-debug/CMakeFiles/CMakeOutput.log index b52573fbb4002dd1c0e434565e694c9c5005c8ae..d62a374128d1df84f445c5996dfb7ba063952fdd 100644 --- a/cmake-build-debug/CMakeFiles/CMakeOutput.log +++ b/cmake-build-debug/CMakeFiles/CMakeOutput.log @@ -1,4 +1,4 @@ -The system is: Linux - 3.10.0-1160.102.1.el7.x86_64 - x86_64 +The system is: Linux - 3.10.0-1160.105.1.el7.x86_64 - x86_64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: /usr/bin/cc Build flags: @@ -12,21 +12,34 @@ Compilation of the C compiler identification source "CMakeCCompilerId.c" produce The C compiler identification is GNU, found in "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/3.19.2/CompilerIdC/a.out" +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is GNU, found in "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/3.19.2/CompilerIdCXX/a.out" + Detecting C compiler ABI info compiled with the following output: Change Dir: /home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp -Run Build Command(s):/usr/bin/gmake cmTC_b9bd0/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b9bd0.dir/build.make CMakeFiles/cmTC_b9bd0.dir/build +Run Build Command(s):/usr/bin/gmake cmTC_a68d5/fast && /usr/bin/gmake -f CMakeFiles/cmTC_a68d5.dir/build.make CMakeFiles/cmTC_a68d5.dir/build gmake[1]: Entering directory `/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp' -Building C object CMakeFiles/cmTC_b9bd0.dir/CMakeCCompilerABI.c.o -/usr/bin/cc -v -o CMakeFiles/cmTC_b9bd0.dir/CMakeCCompilerABI.c.o -c /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c +Building C object CMakeFiles/cmTC_a68d5.dir/CMakeCCompilerABI.c.o +/usr/bin/cc -v -o CMakeFiles/cmTC_a68d5.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_b9bd0.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_b9bd0.dir/CMakeCCompilerABI.c.o -version -o /tmp/cc4FiyCn.s +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a68d5.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_a68d5.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccR0eMs4.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 +55,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_b9bd0.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' - as -v --64 -o CMakeFiles/cmTC_b9bd0.dir/CMakeCCompilerABI.c.o /tmp/cc4FiyCn.s +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a68d5.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' + as -v --64 -o CMakeFiles/cmTC_a68d5.dir/CMakeCCompilerABI.c.o /tmp/ccR0eMs4.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_b9bd0.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' -Linking C executable cmTC_b9bd0 -/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b9bd0.dir/link.txt --verbose=1 -/usr/bin/cc -v CMakeFiles/cmTC_b9bd0.dir/CMakeCCompilerABI.c.o -o cmTC_b9bd0 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a68d5.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' +Linking C executable cmTC_a68d5 +/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a68d5.dir/link.txt --verbose=1 +/usr/bin/cc -v CMakeFiles/cmTC_a68d5.dir/CMakeCCompilerABI.c.o -o cmTC_a68d5 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,8 +73,8 @@ 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_b9bd0' '-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_b9bd0 /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_b9bd0.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 +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a68d5' '-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_a68d5 /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_a68d5.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/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp' @@ -83,18 +96,18 @@ Parsed C implicit link information from above output: link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] ignore line: [Change Dir: /home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp] ignore line: [] - ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_b9bd0/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b9bd0.dir/build.make CMakeFiles/cmTC_b9bd0.dir/build] + ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_a68d5/fast && /usr/bin/gmake -f CMakeFiles/cmTC_a68d5.dir/build.make CMakeFiles/cmTC_a68d5.dir/build] ignore line: [gmake[1]: Entering directory `/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp'] - ignore line: [Building C object CMakeFiles/cmTC_b9bd0.dir/CMakeCCompilerABI.c.o] - ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_b9bd0.dir/CMakeCCompilerABI.c.o -c /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCCompilerABI.c] + ignore line: [Building C object CMakeFiles/cmTC_a68d5.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_a68d5.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_b9bd0.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_b9bd0.dir/CMakeCCompilerABI.c.o -version -o /tmp/cc4FiyCn.s] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a68d5.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_a68d5.dir/CMakeCCompilerABI.c.o -version -o /tmp/ccR0eMs4.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 +123,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_b9bd0.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] - ignore line: [ as -v --64 -o CMakeFiles/cmTC_b9bd0.dir/CMakeCCompilerABI.c.o /tmp/cc4FiyCn.s] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a68d5.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_a68d5.dir/CMakeCCompilerABI.c.o /tmp/ccR0eMs4.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_b9bd0.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] - ignore line: [Linking C executable cmTC_b9bd0] - ignore line: [/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b9bd0.dir/link.txt --verbose=1] - ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_b9bd0.dir/CMakeCCompilerABI.c.o -o cmTC_b9bd0 ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_a68d5.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [Linking C executable cmTC_a68d5] + ignore line: [/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a68d5.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_a68d5.dir/CMakeCCompilerABI.c.o -o cmTC_a68d5 ] 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 +141,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_b9bd0' '-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_b9bd0 /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_b9bd0.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_a68d5' '-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_a68d5 /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_a68d5.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 +153,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_b9bd0] ==> ignore + arg [cmTC_a68d5] ==> 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 +162,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_b9bd0.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [CMakeFiles/cmTC_a68d5.dir/CMakeCCompilerABI.c.o] ==> ignore arg [-lgcc] ==> lib [gcc] arg [--as-needed] ==> ignore arg [-lgcc_s] ==> lib [gcc_s] @@ -171,3 +184,245 @@ Parsed C implicit link information from above output: implicit fwks: [] +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake cmTC_2ad1b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2ad1b.dir/build.make CMakeFiles/cmTC_2ad1b.dir/build +gmake[1]: Entering directory `/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_2ad1b.dir/CMakeCXXCompilerABI.cpp.o +/usr/bin/c++ -v -o CMakeFiles/cmTC_2ad1b.dir/CMakeCXXCompilerABI.cpp.o -c /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCXXCompilerABI.cpp +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +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_2ad1b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1plus -quiet -v -D_GNU_SOURCE /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_2ad1b.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/cc222485.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 +ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../x86_64-redhat-linux/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5 + /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/x86_64-redhat-linux + /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/backward + /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include + /usr/local/include + /usr/include +End of search list. +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: 51b2dcccf6085e5bfbbf3932e5685252 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_2ad1b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + as -v --64 -o CMakeFiles/cmTC_2ad1b.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc222485.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_2ad1b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' +Linking CXX executable cmTC_2ad1b +/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2ad1b.dir/link.txt --verbose=1 +/usr/bin/c++ -v CMakeFiles/cmTC_2ad1b.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_2ad1b +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper +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) +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_2ad1b' '-shared-libgcc' '-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_2ad1b /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_2ad1b.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /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/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5] + add: [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/x86_64-redhat-linux] + add: [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/backward] + add: [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include] + add: [/usr/local/include] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5] ==> [/usr/include/c++/4.8.5] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/x86_64-redhat-linux] ==> [/usr/include/c++/4.8.5/x86_64-redhat-linux] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/backward] ==> [/usr/include/c++/4.8.5/backward] + collapse include dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/4.8.5;/usr/include/c++/4.8.5/x86_64-redhat-linux;/usr/include/c++/4.8.5/backward;/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include;/usr/local/include;/usr/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_2ad1b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2ad1b.dir/build.make CMakeFiles/cmTC_2ad1b.dir/build] + ignore line: [gmake[1]: Entering directory `/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp'] + ignore line: [Building CXX object CMakeFiles/cmTC_2ad1b.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_2ad1b.dir/CMakeCXXCompilerABI.cpp.o -c /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + 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_2ad1b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/cc1plus -quiet -v -D_GNU_SOURCE /opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_2ad1b.dir/CMakeCXXCompilerABI.cpp.o -version -o /tmp/cc222485.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] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../x86_64-redhat-linux/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/x86_64-redhat-linux] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/backward] + ignore line: [ /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include] + ignore line: [End of search list.] + 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] + ignore line: [Compiler executable checksum: 51b2dcccf6085e5bfbbf3932e5685252] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_2ad1b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_2ad1b.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc222485.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_2ad1b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [Linking CXX executable cmTC_2ad1b] + ignore line: [/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2ad1b.dir/link.txt --verbose=1] + ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_2ad1b.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_2ad1b ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper] + 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: [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_2ad1b' '-shared-libgcc' '-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_2ad1b /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_2ad1b.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /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 + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-o] ==> ignore + arg [cmTC_2ad1b] ==> 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 + arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5] + arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64] + 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_2ad1b.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o] ==> ignore + arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o] ==> ignore + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.8.5] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64] ==> [/usr/lib64] + collapse library dir [/lib/../lib64] ==> [/lib64] + collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64] + collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/4.8.5;/usr/lib64;/lib64;/usr/lib] + implicit fwks: [] + + + + +Detecting CXX [-std=c++1y] compiler features compiled with the following output: +Change Dir: /home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/gmake cmTC_ed4f0/fast && /usr/bin/gmake -f CMakeFiles/cmTC_ed4f0.dir/build.make CMakeFiles/cmTC_ed4f0.dir/build +gmake[1]: Entering directory `/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_ed4f0.dir/feature_tests.cxx.o +/usr/bin/c++ -std=c++1y -o CMakeFiles/cmTC_ed4f0.dir/feature_tests.cxx.o -c /home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/feature_tests.cxx +Linking CXX executable cmTC_ed4f0 +/opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ed4f0.dir/link.txt --verbose=1 +/usr/bin/c++ CMakeFiles/cmTC_ed4f0.dir/feature_tests.cxx.o -o cmTC_ed4f0 +gmake[1]: Leaving directory `/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/CMakeTmp' + + + + Feature record: CXX_FEATURE:1cxx_template_template_parameters + Feature record: CXX_FEATURE:1cxx_alias_templates + Feature record: CXX_FEATURE:1cxx_alignas + Feature record: CXX_FEATURE:1cxx_alignof + Feature record: CXX_FEATURE:1cxx_attributes + Feature record: CXX_FEATURE:1cxx_auto_type + Feature record: CXX_FEATURE:1cxx_constexpr + Feature record: CXX_FEATURE:1cxx_decltype + Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types + Feature record: CXX_FEATURE:1cxx_default_function_template_args + Feature record: CXX_FEATURE:1cxx_defaulted_functions + Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers + Feature record: CXX_FEATURE:1cxx_delegating_constructors + Feature record: CXX_FEATURE:1cxx_deleted_functions + Feature record: CXX_FEATURE:1cxx_enum_forward_declarations + Feature record: CXX_FEATURE:1cxx_explicit_conversions + Feature record: CXX_FEATURE:1cxx_extended_friend_declarations + Feature record: CXX_FEATURE:1cxx_extern_templates + Feature record: CXX_FEATURE:1cxx_final + Feature record: CXX_FEATURE:1cxx_func_identifier + Feature record: CXX_FEATURE:1cxx_generalized_initializers + Feature record: CXX_FEATURE:1cxx_inheriting_constructors + Feature record: CXX_FEATURE:1cxx_inline_namespaces + Feature record: CXX_FEATURE:1cxx_lambdas + Feature record: CXX_FEATURE:1cxx_local_type_template_args + Feature record: CXX_FEATURE:1cxx_long_long_type + Feature record: CXX_FEATURE:1cxx_noexcept + Feature record: CXX_FEATURE:1cxx_nonstatic_member_init + Feature record: CXX_FEATURE:1cxx_nullptr + Feature record: CXX_FEATURE:1cxx_override + Feature record: CXX_FEATURE:1cxx_range_for + Feature record: CXX_FEATURE:1cxx_raw_string_literals + Feature record: CXX_FEATURE:1cxx_reference_qualified_functions + Feature record: CXX_FEATURE:1cxx_right_angle_brackets + Feature record: CXX_FEATURE:1cxx_rvalue_references + Feature record: CXX_FEATURE:1cxx_sizeof_member + Feature record: CXX_FEATURE:1cxx_static_assert + Feature record: CXX_FEATURE:1cxx_strong_enums + Feature record: CXX_FEATURE:1cxx_thread_local + Feature record: CXX_FEATURE:1cxx_trailing_return_types + Feature record: CXX_FEATURE:1cxx_unicode_literals + Feature record: CXX_FEATURE:1cxx_uniform_initialization + Feature record: CXX_FEATURE:1cxx_unrestricted_unions + Feature record: CXX_FEATURE:1cxx_user_literals + Feature record: CXX_FEATURE:1cxx_variadic_macros + Feature record: CXX_FEATURE:1cxx_variadic_templates + Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers + Feature record: CXX_FEATURE:0cxx_attribute_deprecated + Feature record: CXX_FEATURE:0cxx_binary_literals + Feature record: CXX_FEATURE:0cxx_contextual_conversions + Feature record: CXX_FEATURE:0cxx_decltype_auto + Feature record: CXX_FEATURE:0cxx_digit_separators + Feature record: CXX_FEATURE:0cxx_generic_lambdas + Feature record: CXX_FEATURE:0cxx_lambda_init_captures + Feature record: CXX_FEATURE:0cxx_relaxed_constexpr + Feature record: CXX_FEATURE:0cxx_return_type_deduction + Feature record: CXX_FEATURE:0cxx_variable_templates diff --git a/cmake-build-debug/CMakeFiles/Makefile.cmake b/cmake-build-debug/CMakeFiles/Makefile.cmake index 01ff67756e836dc3625caf63f425e8425e2aca40..bb2fbb6715ec1b30dc3c48e3b3096029541fa067 100644 --- a/cmake-build-debug/CMakeFiles/Makefile.cmake +++ b/cmake-build-debug/CMakeFiles/Makefile.cmake @@ -9,71 +9,24 @@ set(CMAKE_MAKEFILE_DEPENDS "CMakeCache.txt" "../CMakeLists.txt" "CMakeFiles/3.19.2/CMakeCCompiler.cmake" + "CMakeFiles/3.19.2/CMakeCXXCompiler.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/CMakeCXXInformation.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/CMakeUnixFindMake.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-CXX.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-CXX.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" "/opt/clion-2021.1.3/bin/cmake/linux/share/cmake-3.19/Modules/Platform/UnixPaths.cmake" @@ -88,16 +41,13 @@ 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" ) # Dependency information for all targets: set(CMAKE_DEPEND_INFO_FILES - "CMakeFiles/server.dir/DependInfo.cmake" "CMakeFiles/client.dir/DependInfo.cmake" - "CMakeFiles/test.dir/DependInfo.cmake" + "CMakeFiles/server.dir/DependInfo.cmake" "CMakeFiles/control.dir/DependInfo.cmake" + "CMakeFiles/test.dir/DependInfo.cmake" ) diff --git a/cmake-build-debug/CMakeFiles/Makefile2 b/cmake-build-debug/CMakeFiles/Makefile2 index 1e8ad597fcfa9de176a2618f32724b18358dd568..2d76ef28a3a30c353c5ccc8a6edc8f00ccaead5a 100644 --- a/cmake-build-debug/CMakeFiles/Makefile2 +++ b/cmake-build-debug/CMakeFiles/Makefile2 @@ -72,10 +72,10 @@ CMAKE_BINARY_DIR = /home/centos/code/ojt-simple-chatting/cmake-build-debug # Directory level rules for the build root directory # The main recursive "all" target. -all: CMakeFiles/server.dir/all all: CMakeFiles/client.dir/all -all: CMakeFiles/test.dir/all +all: CMakeFiles/server.dir/all all: CMakeFiles/control.dir/all +all: CMakeFiles/test.dir/all .PHONY : all @@ -85,40 +85,13 @@ preinstall: .PHONY : preinstall # The main recursive "clean" target. -clean: CMakeFiles/server.dir/clean clean: CMakeFiles/client.dir/clean -clean: CMakeFiles/test.dir/clean +clean: CMakeFiles/server.dir/clean clean: CMakeFiles/control.dir/clean +clean: CMakeFiles/test.dir/clean .PHONY : clean -#============================================================================= -# Target rules for target CMakeFiles/server.dir - -# All Build rule for target. -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/code/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/code/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/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles 0 -.PHONY : CMakeFiles/server.dir/rule - -# Convenience name for target. -server: CMakeFiles/server.dir/rule - -.PHONY : server - -# clean rule for target. -CMakeFiles/server.dir/clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/clean -.PHONY : CMakeFiles/server.dir/clean - #============================================================================= # Target rules for target CMakeFiles/client.dir @@ -126,12 +99,12 @@ 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/code/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/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=1,2,3 "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/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles 4 + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles 3 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/client.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles 0 .PHONY : CMakeFiles/client.dir/rule @@ -147,31 +120,31 @@ CMakeFiles/client.dir/clean: .PHONY : CMakeFiles/client.dir/clean #============================================================================= -# Target rules for target CMakeFiles/test.dir +# Target rules for target CMakeFiles/server.dir # All Build rule for target. -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/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=13,14,15,16 "Built target test" -.PHONY : CMakeFiles/test.dir/all +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/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=7,8,9 "Built target server" +.PHONY : CMakeFiles/server.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/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles 4 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/test.dir/all +CMakeFiles/server.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/server.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles 0 -.PHONY : CMakeFiles/test.dir/rule +.PHONY : CMakeFiles/server.dir/rule # Convenience name for target. -test: CMakeFiles/test.dir/rule +server: CMakeFiles/server.dir/rule -.PHONY : test +.PHONY : server # clean rule for target. -CMakeFiles/test.dir/clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/clean -.PHONY : CMakeFiles/test.dir/clean +CMakeFiles/server.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/clean +.PHONY : CMakeFiles/server.dir/clean #============================================================================= # Target rules for target CMakeFiles/control.dir @@ -180,12 +153,12 @@ 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/code/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/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=4,5,6 "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/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles 4 + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles 3 $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/control.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles 0 .PHONY : CMakeFiles/control.dir/rule @@ -200,6 +173,33 @@ CMakeFiles/control.dir/clean: $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/clean .PHONY : CMakeFiles/control.dir/clean +#============================================================================= +# Target rules for target CMakeFiles/test.dir + +# All Build rule for target. +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/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=10,11 "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/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles 2 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/test.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles 0 +.PHONY : CMakeFiles/test.dir/rule + +# Convenience name for target. +test: CMakeFiles/test.dir/rule + +.PHONY : test + +# clean rule for target. +CMakeFiles/test.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/clean +.PHONY : CMakeFiles/test.dir/clean + #============================================================================= # Special targets to cleanup operation of make. diff --git a/cmake-build-debug/CMakeFiles/TargetDirectories.txt b/cmake-build-debug/CMakeFiles/TargetDirectories.txt index 201909f255c238022183deffae413206c7fd1091..787979ff9e5d23da1a6a194489f1295b7190e35e 100644 --- a/cmake-build-debug/CMakeFiles/TargetDirectories.txt +++ b/cmake-build-debug/CMakeFiles/TargetDirectories.txt @@ -1,6 +1,6 @@ /home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/rebuild_cache.dir /home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/edit_cache.dir -/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/server.dir /home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/client.dir -/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test.dir +/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/server.dir /home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/control.dir +/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test.dir diff --git a/cmake-build-debug/CMakeFiles/client.dir/C.includecache b/cmake-build-debug/CMakeFiles/client.dir/C.includecache deleted file mode 100644 index c0204098c9bfcac41fdf6fe86b7521364a250164..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/client.dir/C.includecache +++ /dev/null @@ -1,64 +0,0 @@ -#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.c -ipc_msq.h -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h -ipc_shm.h -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h - -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h -sys/types.h -- -sys/ipc.h -- -sys/msg.h -- - -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.c -ipc_shm.h -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h -stdlib.h -- - -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h -sys/types.h -- -sys/ipc.h -- -sys/shm.h -- -string.h -- -stdio.h -- -ipc_msq.h -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h - -/home/centos/code/ojt-simple-chatting/src/client.c -global.h -/home/centos/code/ojt-simple-chatting/src/global.h -unistd.h -- -../ipc_module/ipc_msq.h -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h -../ipc_module/ipc_shm.h -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h - -/home/centos/code/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 3bfe29cf8291d2f8e174210fdbb9e0cb2994ee82..cb5cdebc44f04179dbec0fed86055808ded68656 100644 --- a/cmake-build-debug/CMakeFiles/client.dir/DependInfo.cmake +++ b/cmake-build-debug/CMakeFiles/client.dir/DependInfo.cmake @@ -1,17 +1,16 @@ # The set of languages for which implicit dependencies are needed: set(CMAKE_DEPENDS_LANGUAGES - "C" + "CXX" ) # The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_C - "/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.c" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/client.dir/ipc_module/ipc_msq.c.o" - "/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.c" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/client.dir/ipc_module/ipc_shm.c.o" - "/home/centos/code/ojt-simple-chatting/src/client.c" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/client.dir/src/client.c.o" +set(CMAKE_DEPENDS_CHECK_CXX + "/home/centos/code/ojt-simple-chatting/function/ipc_module.cpp" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/client.dir/function/ipc_module.cpp.o" + "/home/centos/code/ojt-simple-chatting/src/client.cpp" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/client.dir/src/client.cpp.o" ) -set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_ID "GNU") # The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH +set(CMAKE_CXX_TARGET_INCLUDE_PATH ) # Targets to which this target links. diff --git a/cmake-build-debug/CMakeFiles/client.dir/build.make b/cmake-build-debug/CMakeFiles/client.dir/build.make index b96e2b7cfb20fe58c54e29587cad2fdb1486b25a..1f8f832f313f1a9f8614a8e7ac3791bd903a130f 100644 --- a/cmake-build-debug/CMakeFiles/client.dir/build.make +++ b/cmake-build-debug/CMakeFiles/client.dir/build.make @@ -76,60 +76,45 @@ include CMakeFiles/client.dir/progress.make # Include the compile flags for this target's objects. 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/code/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/code/ojt-simple-chatting/src/client.c +CMakeFiles/client.dir/src/client.cpp.o: CMakeFiles/client.dir/flags.make +CMakeFiles/client.dir/src/client.cpp.o: ../src/client.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/client.dir/src/client.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/client.dir/src/client.cpp.o -c /home/centos/code/ojt-simple-chatting/src/client.cpp -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/code/ojt-simple-chatting/src/client.c > CMakeFiles/client.dir/src/client.c.i +CMakeFiles/client.dir/src/client.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/client.dir/src/client.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/centos/code/ojt-simple-chatting/src/client.cpp > CMakeFiles/client.dir/src/client.cpp.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/code/ojt-simple-chatting/src/client.c -o CMakeFiles/client.dir/src/client.c.s +CMakeFiles/client.dir/src/client.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/client.dir/src/client.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/centos/code/ojt-simple-chatting/src/client.cpp -o CMakeFiles/client.dir/src/client.cpp.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/code/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/code/ojt-simple-chatting/ipc_module/ipc_msq.c +CMakeFiles/client.dir/function/ipc_module.cpp.o: CMakeFiles/client.dir/flags.make +CMakeFiles/client.dir/function/ipc_module.cpp.o: ../function/ipc_module.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/client.dir/function/ipc_module.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/client.dir/function/ipc_module.cpp.o -c /home/centos/code/ojt-simple-chatting/function/ipc_module.cpp -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/code/ojt-simple-chatting/ipc_module/ipc_msq.c > CMakeFiles/client.dir/ipc_module/ipc_msq.c.i +CMakeFiles/client.dir/function/ipc_module.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/client.dir/function/ipc_module.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/centos/code/ojt-simple-chatting/function/ipc_module.cpp > CMakeFiles/client.dir/function/ipc_module.cpp.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/code/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/code/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/code/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/code/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/code/ojt-simple-chatting/ipc_module/ipc_shm.c -o CMakeFiles/client.dir/ipc_module/ipc_shm.c.s +CMakeFiles/client.dir/function/ipc_module.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/client.dir/function/ipc_module.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/centos/code/ojt-simple-chatting/function/ipc_module.cpp -o CMakeFiles/client.dir/function/ipc_module.cpp.s # Object files for target client client_OBJECTS = \ -"CMakeFiles/client.dir/src/client.c.o" \ -"CMakeFiles/client.dir/ipc_module/ipc_msq.c.o" \ -"CMakeFiles/client.dir/ipc_module/ipc_shm.c.o" +"CMakeFiles/client.dir/src/client.cpp.o" \ +"CMakeFiles/client.dir/function/ipc_module.cpp.o" # External object files for target client client_EXTERNAL_OBJECTS = -client: CMakeFiles/client.dir/src/client.c.o -client: CMakeFiles/client.dir/ipc_module/ipc_msq.c.o -client: CMakeFiles/client.dir/ipc_module/ipc_shm.c.o +client: CMakeFiles/client.dir/src/client.cpp.o +client: CMakeFiles/client.dir/function/ipc_module.cpp.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/code/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/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable client" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/client.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. diff --git a/cmake-build-debug/CMakeFiles/client.dir/cmake_clean.cmake b/cmake-build-debug/CMakeFiles/client.dir/cmake_clean.cmake index 647b21cd56504e884c3ab558167e792f9d58faed..2841d25b08f33f1ab9ccf5d91510ef3108d3106f 100644 --- a/cmake-build-debug/CMakeFiles/client.dir/cmake_clean.cmake +++ b/cmake-build-debug/CMakeFiles/client.dir/cmake_clean.cmake @@ -1,12 +1,11 @@ file(REMOVE_RECURSE - "CMakeFiles/client.dir/ipc_module/ipc_msq.c.o" - "CMakeFiles/client.dir/ipc_module/ipc_shm.c.o" - "CMakeFiles/client.dir/src/client.c.o" + "CMakeFiles/client.dir/function/ipc_module.cpp.o" + "CMakeFiles/client.dir/src/client.cpp.o" "client" "client.pdb" ) # Per-language clean rules from dependency scanning. -foreach(lang C) +foreach(lang CXX) include(CMakeFiles/client.dir/cmake_clean_${lang}.cmake OPTIONAL) endforeach() diff --git a/cmake-build-debug/CMakeFiles/client.dir/depend.internal b/cmake-build-debug/CMakeFiles/client.dir/depend.internal deleted file mode 100644 index 3353ebded8d67e640813a3352249a7d1ce48fb27..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/client.dir/depend.internal +++ /dev/null @@ -1,16 +0,0 @@ -# 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/code/ojt-simple-chatting/ipc_module/ipc_msq.c - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h -CMakeFiles/client.dir/ipc_module/ipc_shm.c.o - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.c - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h -CMakeFiles/client.dir/src/client.c.o - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h - /home/centos/code/ojt-simple-chatting/src/client.c - /home/centos/code/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 f0e0229341676352f980de1edc1c36138f3761fd..8a28b9f7ff6b19154278026e393076c71351cbce 100644 --- a/cmake-build-debug/CMakeFiles/client.dir/depend.make +++ b/cmake-build-debug/CMakeFiles/client.dir/depend.make @@ -1,16 +1,2 @@ -# 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_msq.c.o: ../ipc_module/ipc_shm.h - -CMakeFiles/client.dir/ipc_module/ipc_shm.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 - +# Empty dependencies file for client. +# This may be replaced when dependencies are built. diff --git a/cmake-build-debug/CMakeFiles/client.dir/flags.make b/cmake-build-debug/CMakeFiles/client.dir/flags.make index f388e394304c0b59ff21bb973df79bbc27666fa1..a37ab5380cf605318c455354542348ff2e0d961b 100644 --- a/cmake-build-debug/CMakeFiles/client.dir/flags.make +++ b/cmake-build-debug/CMakeFiles/client.dir/flags.make @@ -1,10 +1,10 @@ # CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.19 -# compile C with /usr/bin/cc -C_DEFINES = +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -C_INCLUDES = +CXX_INCLUDES = -C_FLAGS = -D_DEBUG -std=gnu99 +CXX_FLAGS = -g -std=gnu++1y diff --git a/cmake-build-debug/CMakeFiles/client.dir/link.txt b/cmake-build-debug/CMakeFiles/client.dir/link.txt index 8969127ad656f3a2b708def7927a10f031018dc0..9dcfe1c837e5c6d1d6c5457dea7b4492545cbc76 100644 --- a/cmake-build-debug/CMakeFiles/client.dir/link.txt +++ b/cmake-build-debug/CMakeFiles/client.dir/link.txt @@ -1 +1 @@ -/usr/bin/cc -D_DEBUG CMakeFiles/client.dir/src/client.c.o CMakeFiles/client.dir/ipc_module/ipc_msq.c.o CMakeFiles/client.dir/ipc_module/ipc_shm.c.o -o client +/usr/bin/c++ -g CMakeFiles/client.dir/src/client.cpp.o CMakeFiles/client.dir/function/ipc_module.cpp.o -o client diff --git a/cmake-build-debug/CMakeFiles/client.dir/progress.make b/cmake-build-debug/CMakeFiles/client.dir/progress.make index a69a57e8e4ffee737b6054e9068354426a41030f..6a9dc74f48190611094be92ae37d081d83beb533 100644 --- a/cmake-build-debug/CMakeFiles/client.dir/progress.make +++ b/cmake-build-debug/CMakeFiles/client.dir/progress.make @@ -1,5 +1,4 @@ CMAKE_PROGRESS_1 = 1 CMAKE_PROGRESS_2 = 2 CMAKE_PROGRESS_3 = 3 -CMAKE_PROGRESS_4 = 4 diff --git a/cmake-build-debug/CMakeFiles/client.dir/src/client.c.o b/cmake-build-debug/CMakeFiles/client.dir/src/client.c.o deleted file mode 100644 index 1de95af4458c5fadcdc4e01f01d06a334884eb02..0000000000000000000000000000000000000000 Binary files a/cmake-build-debug/CMakeFiles/client.dir/src/client.c.o and /dev/null differ diff --git a/cmake-build-debug/CMakeFiles/clion-log.txt b/cmake-build-debug/CMakeFiles/clion-log.txt index 17efbdecf86a79c66755fabae2ef9ed33f104bb2..9fc21ff4c75cd586279dacfcaa9f962cecff6fbf 100644 --- a/cmake-build-debug/CMakeFiles/clion-log.txt +++ b/cmake-build-debug/CMakeFiles/clion-log.txt @@ -1,10 +1,4 @@ /opt/clion-2021.1.3/bin/cmake/linux/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" /home/centos/code/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/code/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 deleted file mode 100644 index 6da8f1985b3adc7d48bf8302e968dceaa5fad4c5..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/control.dir/C.includecache +++ /dev/null @@ -1,60 +0,0 @@ -#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.c -ipc_msq.h -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h -ipc_shm.h -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h - -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h -sys/types.h -- -sys/ipc.h -- -sys/msg.h -- - -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.c -ipc_shm.h -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h -stdlib.h -- - -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h -sys/types.h -- -sys/ipc.h -- -sys/shm.h -- -string.h -- -stdio.h -- -ipc_msq.h -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h - -/home/centos/code/ojt-simple-chatting/src/control.c -global.h -/home/centos/code/ojt-simple-chatting/src/global.h -../ipc_module/ipc_shm.h -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h - -/home/centos/code/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 6979ce747d1d9e2d69d9a203a143a84afc902cf7..5a82ca9851495f2c5e4149316aa5a70095177516 100644 --- a/cmake-build-debug/CMakeFiles/control.dir/DependInfo.cmake +++ b/cmake-build-debug/CMakeFiles/control.dir/DependInfo.cmake @@ -1,17 +1,16 @@ # The set of languages for which implicit dependencies are needed: set(CMAKE_DEPENDS_LANGUAGES - "C" + "CXX" ) # The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_C - "/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.c" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/control.dir/ipc_module/ipc_msq.c.o" - "/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.c" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/control.dir/ipc_module/ipc_shm.c.o" - "/home/centos/code/ojt-simple-chatting/src/control.c" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/control.dir/src/control.c.o" +set(CMAKE_DEPENDS_CHECK_CXX + "/home/centos/code/ojt-simple-chatting/function/ipc_module.cpp" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/control.dir/function/ipc_module.cpp.o" + "/home/centos/code/ojt-simple-chatting/src/control.cpp" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/control.dir/src/control.cpp.o" ) -set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_ID "GNU") # The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH +set(CMAKE_CXX_TARGET_INCLUDE_PATH ) # Targets to which this target links. diff --git a/cmake-build-debug/CMakeFiles/control.dir/build.make b/cmake-build-debug/CMakeFiles/control.dir/build.make index e0a0c63c117ea9ed06ae0bbe56296d620b91ce61..b6a2f47ae60dde7d607e37cc43b87f289677b8e5 100644 --- a/cmake-build-debug/CMakeFiles/control.dir/build.make +++ b/cmake-build-debug/CMakeFiles/control.dir/build.make @@ -76,60 +76,45 @@ include CMakeFiles/control.dir/progress.make # Include the compile flags for this target's objects. 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/code/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/code/ojt-simple-chatting/src/control.c +CMakeFiles/control.dir/src/control.cpp.o: CMakeFiles/control.dir/flags.make +CMakeFiles/control.dir/src/control.cpp.o: ../src/control.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/control.dir/src/control.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/control.dir/src/control.cpp.o -c /home/centos/code/ojt-simple-chatting/src/control.cpp -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/code/ojt-simple-chatting/src/control.c > CMakeFiles/control.dir/src/control.c.i +CMakeFiles/control.dir/src/control.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/control.dir/src/control.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/centos/code/ojt-simple-chatting/src/control.cpp > CMakeFiles/control.dir/src/control.cpp.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/code/ojt-simple-chatting/src/control.c -o CMakeFiles/control.dir/src/control.c.s +CMakeFiles/control.dir/src/control.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/control.dir/src/control.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/centos/code/ojt-simple-chatting/src/control.cpp -o CMakeFiles/control.dir/src/control.cpp.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/code/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/code/ojt-simple-chatting/ipc_module/ipc_msq.c +CMakeFiles/control.dir/function/ipc_module.cpp.o: CMakeFiles/control.dir/flags.make +CMakeFiles/control.dir/function/ipc_module.cpp.o: ../function/ipc_module.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/control.dir/function/ipc_module.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/control.dir/function/ipc_module.cpp.o -c /home/centos/code/ojt-simple-chatting/function/ipc_module.cpp -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/code/ojt-simple-chatting/ipc_module/ipc_msq.c > CMakeFiles/control.dir/ipc_module/ipc_msq.c.i +CMakeFiles/control.dir/function/ipc_module.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/control.dir/function/ipc_module.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/centos/code/ojt-simple-chatting/function/ipc_module.cpp > CMakeFiles/control.dir/function/ipc_module.cpp.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/code/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/code/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/code/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/code/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/code/ojt-simple-chatting/ipc_module/ipc_shm.c -o CMakeFiles/control.dir/ipc_module/ipc_shm.c.s +CMakeFiles/control.dir/function/ipc_module.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/control.dir/function/ipc_module.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/centos/code/ojt-simple-chatting/function/ipc_module.cpp -o CMakeFiles/control.dir/function/ipc_module.cpp.s # Object files for target control control_OBJECTS = \ -"CMakeFiles/control.dir/src/control.c.o" \ -"CMakeFiles/control.dir/ipc_module/ipc_msq.c.o" \ -"CMakeFiles/control.dir/ipc_module/ipc_shm.c.o" +"CMakeFiles/control.dir/src/control.cpp.o" \ +"CMakeFiles/control.dir/function/ipc_module.cpp.o" # External object files for target control control_EXTERNAL_OBJECTS = -control: CMakeFiles/control.dir/src/control.c.o -control: CMakeFiles/control.dir/ipc_module/ipc_msq.c.o -control: CMakeFiles/control.dir/ipc_module/ipc_shm.c.o +control: CMakeFiles/control.dir/src/control.cpp.o +control: CMakeFiles/control.dir/function/ipc_module.cpp.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/code/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/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable control" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/control.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. diff --git a/cmake-build-debug/CMakeFiles/control.dir/cmake_clean.cmake b/cmake-build-debug/CMakeFiles/control.dir/cmake_clean.cmake index 43f2bc91b189ae0021941ce88e1b125c92490ca6..9e8dc229e854bf428f5034b440009bd7c600bcf9 100644 --- a/cmake-build-debug/CMakeFiles/control.dir/cmake_clean.cmake +++ b/cmake-build-debug/CMakeFiles/control.dir/cmake_clean.cmake @@ -1,12 +1,11 @@ file(REMOVE_RECURSE - "CMakeFiles/control.dir/ipc_module/ipc_msq.c.o" - "CMakeFiles/control.dir/ipc_module/ipc_shm.c.o" - "CMakeFiles/control.dir/src/control.c.o" + "CMakeFiles/control.dir/function/ipc_module.cpp.o" + "CMakeFiles/control.dir/src/control.cpp.o" "control" "control.pdb" ) # Per-language clean rules from dependency scanning. -foreach(lang C) +foreach(lang CXX) include(CMakeFiles/control.dir/cmake_clean_${lang}.cmake OPTIONAL) endforeach() diff --git a/cmake-build-debug/CMakeFiles/control.dir/depend.internal b/cmake-build-debug/CMakeFiles/control.dir/depend.internal deleted file mode 100644 index 308aaeb5d5ce69299fe11c6163341a6691985ee5..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/control.dir/depend.internal +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.19 - -CMakeFiles/control.dir/ipc_module/ipc_msq.c.o - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.c - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h -CMakeFiles/control.dir/ipc_module/ipc_shm.c.o - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.c - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h -CMakeFiles/control.dir/src/control.c.o - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h - /home/centos/code/ojt-simple-chatting/src/control.c - /home/centos/code/ojt-simple-chatting/src/global.h diff --git a/cmake-build-debug/CMakeFiles/control.dir/depend.make b/cmake-build-debug/CMakeFiles/control.dir/depend.make index 79ca7000668021b058b53b0afd69825785128c31..3c0d190203e3df26905b2515d60318265be5ea70 100644 --- a/cmake-build-debug/CMakeFiles/control.dir/depend.make +++ b/cmake-build-debug/CMakeFiles/control.dir/depend.make @@ -1,16 +1,2 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.19 - -CMakeFiles/control.dir/ipc_module/ipc_msq.c.o: ../ipc_module/ipc_msq.c -CMakeFiles/control.dir/ipc_module/ipc_msq.c.o: ../ipc_module/ipc_msq.h -CMakeFiles/control.dir/ipc_module/ipc_msq.c.o: ../ipc_module/ipc_shm.h - -CMakeFiles/control.dir/ipc_module/ipc_shm.c.o: ../ipc_module/ipc_msq.h -CMakeFiles/control.dir/ipc_module/ipc_shm.c.o: ../ipc_module/ipc_shm.c -CMakeFiles/control.dir/ipc_module/ipc_shm.c.o: ../ipc_module/ipc_shm.h - -CMakeFiles/control.dir/src/control.c.o: ../ipc_module/ipc_msq.h -CMakeFiles/control.dir/src/control.c.o: ../ipc_module/ipc_shm.h -CMakeFiles/control.dir/src/control.c.o: ../src/control.c -CMakeFiles/control.dir/src/control.c.o: ../src/global.h - +# Empty dependencies file for control. +# This may be replaced when dependencies are built. diff --git a/cmake-build-debug/CMakeFiles/control.dir/flags.make b/cmake-build-debug/CMakeFiles/control.dir/flags.make index f388e394304c0b59ff21bb973df79bbc27666fa1..a37ab5380cf605318c455354542348ff2e0d961b 100644 --- a/cmake-build-debug/CMakeFiles/control.dir/flags.make +++ b/cmake-build-debug/CMakeFiles/control.dir/flags.make @@ -1,10 +1,10 @@ # CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.19 -# compile C with /usr/bin/cc -C_DEFINES = +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -C_INCLUDES = +CXX_INCLUDES = -C_FLAGS = -D_DEBUG -std=gnu99 +CXX_FLAGS = -g -std=gnu++1y 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 deleted file mode 100644 index 0b6ba3ce8c4290c6881cd19231d377f529770bd8..0000000000000000000000000000000000000000 Binary files a/cmake-build-debug/CMakeFiles/control.dir/ipc_module/ipc_shm.c.o and /dev/null differ diff --git a/cmake-build-debug/CMakeFiles/control.dir/link.txt b/cmake-build-debug/CMakeFiles/control.dir/link.txt index 1124673cff98e4830a1718a34dc6654e577ddefe..e8645c3d5fc3891f7e425af5730bf2ba1b206876 100644 --- a/cmake-build-debug/CMakeFiles/control.dir/link.txt +++ b/cmake-build-debug/CMakeFiles/control.dir/link.txt @@ -1 +1 @@ -/usr/bin/cc -D_DEBUG CMakeFiles/control.dir/src/control.c.o CMakeFiles/control.dir/ipc_module/ipc_msq.c.o CMakeFiles/control.dir/ipc_module/ipc_shm.c.o -o control +/usr/bin/c++ -g CMakeFiles/control.dir/src/control.cpp.o CMakeFiles/control.dir/function/ipc_module.cpp.o -o control diff --git a/cmake-build-debug/CMakeFiles/control.dir/progress.make b/cmake-build-debug/CMakeFiles/control.dir/progress.make index 245cd69982ad260564c615df885f31fb50b34e0a..2088a4d40a063c9500a080c215b1bbd7381d237c 100644 --- a/cmake-build-debug/CMakeFiles/control.dir/progress.make +++ b/cmake-build-debug/CMakeFiles/control.dir/progress.make @@ -1,5 +1,4 @@ -CMAKE_PROGRESS_1 = 5 -CMAKE_PROGRESS_2 = 6 -CMAKE_PROGRESS_3 = 7 -CMAKE_PROGRESS_4 = 8 +CMAKE_PROGRESS_1 = 4 +CMAKE_PROGRESS_2 = 5 +CMAKE_PROGRESS_3 = 6 diff --git a/cmake-build-debug/CMakeFiles/control.dir/src/control.c.o b/cmake-build-debug/CMakeFiles/control.dir/src/control.c.o deleted file mode 100644 index fa56ae16817d24e4ace925192634b235e5c731f3..0000000000000000000000000000000000000000 Binary files a/cmake-build-debug/CMakeFiles/control.dir/src/control.c.o and /dev/null differ diff --git a/cmake-build-debug/CMakeFiles/feature_tests.bin b/cmake-build-debug/CMakeFiles/feature_tests.bin new file mode 100755 index 0000000000000000000000000000000000000000..0d95675674dd60f2968105a3d6ba41f7feae4fe3 Binary files /dev/null and b/cmake-build-debug/CMakeFiles/feature_tests.bin differ diff --git a/cmake-build-debug/CMakeFiles/feature_tests.cxx b/cmake-build-debug/CMakeFiles/feature_tests.cxx new file mode 100644 index 0000000000000000000000000000000000000000..ea528b446e66fae620d372874358f7e438fc3306 --- /dev/null +++ b/cmake-build-debug/CMakeFiles/feature_tests.cxx @@ -0,0 +1,405 @@ + + const char features[] = {"\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && __cplusplus +"1" +#else +"0" +#endif +"cxx_template_template_parameters\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_alias_templates\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_alignas\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_alignof\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_attributes\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_auto_type\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_constexpr\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_decltype\n" +"CXX_FEATURE:" +#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_decltype_incomplete_return_types\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_default_function_template_args\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_defaulted_functions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_defaulted_move_initializers\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_delegating_constructors\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_deleted_functions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_enum_forward_declarations\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_explicit_conversions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_extended_friend_declarations\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_extern_templates\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_final\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_func_identifier\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_generalized_initializers\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_inheriting_constructors\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_inline_namespaces\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_lambdas\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_local_type_template_args\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_long_long_type\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_noexcept\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_nonstatic_member_init\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_nullptr\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_override\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_range_for\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_raw_string_literals\n" +"CXX_FEATURE:" +#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_reference_qualified_functions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_right_angle_brackets\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_rvalue_references\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_sizeof_member\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_static_assert\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_strong_enums\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_thread_local\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_trailing_return_types\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_unicode_literals\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_uniform_initialization\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_unrestricted_unions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L +"1" +#else +"0" +#endif +"cxx_user_literals\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_variadic_macros\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__)) +"1" +#else +"0" +#endif +"cxx_variadic_templates\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L +"1" +#else +"0" +#endif +"cxx_aggregate_default_initializers\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_attribute_deprecated\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_binary_literals\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_contextual_conversions\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_decltype_auto\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_digit_separators\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_generic_lambdas\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_lambda_init_captures\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L +"1" +#else +"0" +#endif +"cxx_relaxed_constexpr\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L +"1" +#else +"0" +#endif +"cxx_return_type_deduction\n" +"CXX_FEATURE:" +#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L +"1" +#else +"0" +#endif +"cxx_variable_templates\n" + +}; + +int main(int argc, char** argv) { (void)argv; return features[argc]; } diff --git a/cmake-build-debug/CMakeFiles/progress.marks b/cmake-build-debug/CMakeFiles/progress.marks index b6a7d89c68e0ca66e96a9a51892cc33db66fb8a3..b4de3947675361a7770d29b8982c407b0ec6b2a0 100644 --- a/cmake-build-debug/CMakeFiles/progress.marks +++ b/cmake-build-debug/CMakeFiles/progress.marks @@ -1 +1 @@ -16 +11 diff --git a/cmake-build-debug/CMakeFiles/server.dir/C.includecache b/cmake-build-debug/CMakeFiles/server.dir/C.includecache deleted file mode 100644 index f529fcbe6ece1cf2587d10e8fa15eca6630be1b5..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/server.dir/C.includecache +++ /dev/null @@ -1,62 +0,0 @@ -#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) - -#IncludeRegexScan: ^.*$ - -#IncludeRegexComplain: ^$ - -#IncludeRegexTransform: - -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.c -ipc_msq.h -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h -ipc_shm.h -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h - -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h -sys/types.h -- -sys/ipc.h -- -sys/msg.h -- - -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.c -ipc_shm.h -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h -stdlib.h -- - -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h -sys/types.h -- -sys/ipc.h -- -sys/shm.h -- -string.h -- -stdio.h -- -ipc_msq.h -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h - -/home/centos/code/ojt-simple-chatting/src/global.h -stdio.h -- -string.h -- -stdlib.h -- -unistd.h -- -signal.h -- - -/home/centos/code/ojt-simple-chatting/src/server.c -global.h -/home/centos/code/ojt-simple-chatting/src/global.h -../ipc_module/ipc_msq.h -/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h -../ipc_module/ipc_shm.h -/home/centos/code/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 fbf6c9b911c3a5c97dcf9b3b7f71c9f5e567717a..462d82244e94ded37fcd85f7262ef5d534497c86 100644 --- a/cmake-build-debug/CMakeFiles/server.dir/DependInfo.cmake +++ b/cmake-build-debug/CMakeFiles/server.dir/DependInfo.cmake @@ -1,17 +1,16 @@ # The set of languages for which implicit dependencies are needed: set(CMAKE_DEPENDS_LANGUAGES - "C" + "CXX" ) # The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_C - "/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.c" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/server.dir/ipc_module/ipc_msq.c.o" - "/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.c" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/server.dir/ipc_module/ipc_shm.c.o" - "/home/centos/code/ojt-simple-chatting/src/server.c" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/server.dir/src/server.c.o" +set(CMAKE_DEPENDS_CHECK_CXX + "/home/centos/code/ojt-simple-chatting/function/ipc_module.cpp" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/server.dir/function/ipc_module.cpp.o" + "/home/centos/code/ojt-simple-chatting/src/server.cpp" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/server.dir/src/server.cpp.o" ) -set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_ID "GNU") # The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH +set(CMAKE_CXX_TARGET_INCLUDE_PATH ) # Targets to which this target links. diff --git a/cmake-build-debug/CMakeFiles/server.dir/build.make b/cmake-build-debug/CMakeFiles/server.dir/build.make index 816beb362afe0398a5f22e2bfcdf948ba11e5bea..0d0c16fcc598f3f024637f37491b58e058c16fe1 100644 --- a/cmake-build-debug/CMakeFiles/server.dir/build.make +++ b/cmake-build-debug/CMakeFiles/server.dir/build.make @@ -76,60 +76,45 @@ include CMakeFiles/server.dir/progress.make # Include the compile flags for this target's objects. 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/code/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/code/ojt-simple-chatting/src/server.c +CMakeFiles/server.dir/src/server.cpp.o: CMakeFiles/server.dir/flags.make +CMakeFiles/server.dir/src/server.cpp.o: ../src/server.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/server.dir/src/server.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/server.dir/src/server.cpp.o -c /home/centos/code/ojt-simple-chatting/src/server.cpp -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/code/ojt-simple-chatting/src/server.c > CMakeFiles/server.dir/src/server.c.i +CMakeFiles/server.dir/src/server.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/server.dir/src/server.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/centos/code/ojt-simple-chatting/src/server.cpp > CMakeFiles/server.dir/src/server.cpp.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/code/ojt-simple-chatting/src/server.c -o CMakeFiles/server.dir/src/server.c.s +CMakeFiles/server.dir/src/server.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/server.dir/src/server.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/centos/code/ojt-simple-chatting/src/server.cpp -o CMakeFiles/server.dir/src/server.cpp.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/code/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/code/ojt-simple-chatting/ipc_module/ipc_msq.c +CMakeFiles/server.dir/function/ipc_module.cpp.o: CMakeFiles/server.dir/flags.make +CMakeFiles/server.dir/function/ipc_module.cpp.o: ../function/ipc_module.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/server.dir/function/ipc_module.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/server.dir/function/ipc_module.cpp.o -c /home/centos/code/ojt-simple-chatting/function/ipc_module.cpp -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/code/ojt-simple-chatting/ipc_module/ipc_msq.c > CMakeFiles/server.dir/ipc_module/ipc_msq.c.i +CMakeFiles/server.dir/function/ipc_module.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/server.dir/function/ipc_module.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/centos/code/ojt-simple-chatting/function/ipc_module.cpp > CMakeFiles/server.dir/function/ipc_module.cpp.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/code/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/code/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/code/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/code/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/code/ojt-simple-chatting/ipc_module/ipc_shm.c -o CMakeFiles/server.dir/ipc_module/ipc_shm.c.s +CMakeFiles/server.dir/function/ipc_module.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/server.dir/function/ipc_module.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/centos/code/ojt-simple-chatting/function/ipc_module.cpp -o CMakeFiles/server.dir/function/ipc_module.cpp.s # Object files for target server server_OBJECTS = \ -"CMakeFiles/server.dir/src/server.c.o" \ -"CMakeFiles/server.dir/ipc_module/ipc_msq.c.o" \ -"CMakeFiles/server.dir/ipc_module/ipc_shm.c.o" +"CMakeFiles/server.dir/src/server.cpp.o" \ +"CMakeFiles/server.dir/function/ipc_module.cpp.o" # External object files for target server server_EXTERNAL_OBJECTS = -server: CMakeFiles/server.dir/src/server.c.o -server: CMakeFiles/server.dir/ipc_module/ipc_msq.c.o -server: CMakeFiles/server.dir/ipc_module/ipc_shm.c.o +server: CMakeFiles/server.dir/src/server.cpp.o +server: CMakeFiles/server.dir/function/ipc_module.cpp.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/code/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/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable server" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/server.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. diff --git a/cmake-build-debug/CMakeFiles/server.dir/cmake_clean.cmake b/cmake-build-debug/CMakeFiles/server.dir/cmake_clean.cmake index 1321f476ab6756086a4e665ebfd739082d31b073..5ffdebdb914ef88e5f8a00a74d7c2af88eb67cef 100644 --- a/cmake-build-debug/CMakeFiles/server.dir/cmake_clean.cmake +++ b/cmake-build-debug/CMakeFiles/server.dir/cmake_clean.cmake @@ -1,12 +1,11 @@ file(REMOVE_RECURSE - "CMakeFiles/server.dir/ipc_module/ipc_msq.c.o" - "CMakeFiles/server.dir/ipc_module/ipc_shm.c.o" - "CMakeFiles/server.dir/src/server.c.o" + "CMakeFiles/server.dir/function/ipc_module.cpp.o" + "CMakeFiles/server.dir/src/server.cpp.o" "server" "server.pdb" ) # Per-language clean rules from dependency scanning. -foreach(lang C) +foreach(lang CXX) include(CMakeFiles/server.dir/cmake_clean_${lang}.cmake OPTIONAL) endforeach() diff --git a/cmake-build-debug/CMakeFiles/server.dir/depend.internal b/cmake-build-debug/CMakeFiles/server.dir/depend.internal deleted file mode 100644 index abdd6e3fd7df56a4614b33c0a3dfe6d66e39ee47..0000000000000000000000000000000000000000 --- a/cmake-build-debug/CMakeFiles/server.dir/depend.internal +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.19 - -CMakeFiles/server.dir/ipc_module/ipc_msq.c.o - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.c - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h -CMakeFiles/server.dir/ipc_module/ipc_shm.c.o - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.c - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h -CMakeFiles/server.dir/src/server.c.o - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.h - /home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.h - /home/centos/code/ojt-simple-chatting/src/global.h - /home/centos/code/ojt-simple-chatting/src/server.c diff --git a/cmake-build-debug/CMakeFiles/server.dir/depend.make b/cmake-build-debug/CMakeFiles/server.dir/depend.make index d1e2d95e0103c95291cd2541c50790447f8edf2d..519938d8e9d53b8b4d97c940f71d2cb223e3f420 100644 --- a/cmake-build-debug/CMakeFiles/server.dir/depend.make +++ b/cmake-build-debug/CMakeFiles/server.dir/depend.make @@ -1,16 +1,2 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.19 - -CMakeFiles/server.dir/ipc_module/ipc_msq.c.o: ../ipc_module/ipc_msq.c -CMakeFiles/server.dir/ipc_module/ipc_msq.c.o: ../ipc_module/ipc_msq.h -CMakeFiles/server.dir/ipc_module/ipc_msq.c.o: ../ipc_module/ipc_shm.h - -CMakeFiles/server.dir/ipc_module/ipc_shm.c.o: ../ipc_module/ipc_msq.h -CMakeFiles/server.dir/ipc_module/ipc_shm.c.o: ../ipc_module/ipc_shm.c -CMakeFiles/server.dir/ipc_module/ipc_shm.c.o: ../ipc_module/ipc_shm.h - -CMakeFiles/server.dir/src/server.c.o: ../ipc_module/ipc_msq.h -CMakeFiles/server.dir/src/server.c.o: ../ipc_module/ipc_shm.h -CMakeFiles/server.dir/src/server.c.o: ../src/global.h -CMakeFiles/server.dir/src/server.c.o: ../src/server.c - +# Empty dependencies file for server. +# This may be replaced when dependencies are built. diff --git a/cmake-build-debug/CMakeFiles/server.dir/flags.make b/cmake-build-debug/CMakeFiles/server.dir/flags.make index f388e394304c0b59ff21bb973df79bbc27666fa1..a37ab5380cf605318c455354542348ff2e0d961b 100644 --- a/cmake-build-debug/CMakeFiles/server.dir/flags.make +++ b/cmake-build-debug/CMakeFiles/server.dir/flags.make @@ -1,10 +1,10 @@ # CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.19 -# compile C with /usr/bin/cc -C_DEFINES = +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -C_INCLUDES = +CXX_INCLUDES = -C_FLAGS = -D_DEBUG -std=gnu99 +CXX_FLAGS = -g -std=gnu++1y diff --git a/cmake-build-debug/CMakeFiles/server.dir/link.txt b/cmake-build-debug/CMakeFiles/server.dir/link.txt index 394af13a1d62a19493cc30c07fec4f4ed9227cd9..502ea2ac87e53a9e2f969a6ca1a86178a5a89c63 100644 --- a/cmake-build-debug/CMakeFiles/server.dir/link.txt +++ b/cmake-build-debug/CMakeFiles/server.dir/link.txt @@ -1 +1 @@ -/usr/bin/cc -D_DEBUG CMakeFiles/server.dir/src/server.c.o CMakeFiles/server.dir/ipc_module/ipc_msq.c.o CMakeFiles/server.dir/ipc_module/ipc_shm.c.o -o server +/usr/bin/c++ -g CMakeFiles/server.dir/src/server.cpp.o CMakeFiles/server.dir/function/ipc_module.cpp.o -o server diff --git a/cmake-build-debug/CMakeFiles/server.dir/progress.make b/cmake-build-debug/CMakeFiles/server.dir/progress.make index c31b8d796df5a1e5f4114041afeacd7d92789a2e..cd5d6f7eaf9b8ee42cb77621bdc06eb14e4b2276 100644 --- a/cmake-build-debug/CMakeFiles/server.dir/progress.make +++ b/cmake-build-debug/CMakeFiles/server.dir/progress.make @@ -1,5 +1,4 @@ -CMAKE_PROGRESS_1 = 9 -CMAKE_PROGRESS_2 = 10 -CMAKE_PROGRESS_3 = 11 -CMAKE_PROGRESS_4 = 12 +CMAKE_PROGRESS_1 = 7 +CMAKE_PROGRESS_2 = 8 +CMAKE_PROGRESS_3 = 9 diff --git a/cmake-build-debug/CMakeFiles/server.dir/src/server.c.o b/cmake-build-debug/CMakeFiles/server.dir/src/server.c.o deleted file mode 100644 index 58c43e4cf50ce3b39f4a2b458f29343b345b9971..0000000000000000000000000000000000000000 Binary files a/cmake-build-debug/CMakeFiles/server.dir/src/server.c.o and /dev/null differ diff --git a/cmake-build-debug/CMakeFiles/test.dir/DependInfo.cmake b/cmake-build-debug/CMakeFiles/test.dir/DependInfo.cmake index 32949b9fbb525e5dfab0147e49fe39b1d0cd8c07..f902cc73bd787dc5dfd8cb67d1bec12e1425dbe7 100644 --- a/cmake-build-debug/CMakeFiles/test.dir/DependInfo.cmake +++ b/cmake-build-debug/CMakeFiles/test.dir/DependInfo.cmake @@ -1,17 +1,15 @@ # The set of languages for which implicit dependencies are needed: set(CMAKE_DEPENDS_LANGUAGES - "C" + "CXX" ) # The set of files for implicit dependencies of each language: -set(CMAKE_DEPENDS_CHECK_C - "/home/centos/code/ojt-simple-chatting/ipc_module/ipc_msq.c" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test.dir/ipc_module/ipc_msq.c.o" - "/home/centos/code/ojt-simple-chatting/ipc_module/ipc_shm.c" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test.dir/ipc_module/ipc_shm.c.o" - "/home/centos/code/ojt-simple-chatting/src/test.c" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test.dir/src/test.c.o" +set(CMAKE_DEPENDS_CHECK_CXX + "/home/centos/code/ojt-simple-chatting/src/test.cpp" "/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles/test.dir/src/test.cpp.o" ) -set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_ID "GNU") # The include file search paths: -set(CMAKE_C_TARGET_INCLUDE_PATH +set(CMAKE_CXX_TARGET_INCLUDE_PATH ) # Targets to which this target links. diff --git a/cmake-build-debug/CMakeFiles/test.dir/build.make b/cmake-build-debug/CMakeFiles/test.dir/build.make index 1a2d96b6992e02a8153555bfa578051fabad7f2e..6620b5e64775f92e416b07d78a3e333acffbaf95 100644 --- a/cmake-build-debug/CMakeFiles/test.dir/build.make +++ b/cmake-build-debug/CMakeFiles/test.dir/build.make @@ -76,60 +76,30 @@ include CMakeFiles/test.dir/progress.make # Include the compile flags for this target's objects. 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/code/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/code/ojt-simple-chatting/src/test.c +CMakeFiles/test.dir/src/test.cpp.o: CMakeFiles/test.dir/flags.make +CMakeFiles/test.dir/src/test.cpp.o: ../src/test.cpp + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/centos/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/test.dir/src/test.cpp.o" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/test.dir/src/test.cpp.o -c /home/centos/code/ojt-simple-chatting/src/test.cpp -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/code/ojt-simple-chatting/src/test.c > CMakeFiles/test.dir/src/test.c.i +CMakeFiles/test.dir/src/test.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/test.dir/src/test.cpp.i" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/centos/code/ojt-simple-chatting/src/test.cpp > CMakeFiles/test.dir/src/test.cpp.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/code/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/code/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/code/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/code/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/code/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/code/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/code/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/code/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/code/ojt-simple-chatting/ipc_module/ipc_shm.c -o CMakeFiles/test.dir/ipc_module/ipc_shm.c.s +CMakeFiles/test.dir/src/test.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/test.dir/src/test.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/centos/code/ojt-simple-chatting/src/test.cpp -o CMakeFiles/test.dir/src/test.cpp.s # Object files for target test test_OBJECTS = \ -"CMakeFiles/test.dir/src/test.c.o" \ -"CMakeFiles/test.dir/ipc_module/ipc_msq.c.o" \ -"CMakeFiles/test.dir/ipc_module/ipc_shm.c.o" +"CMakeFiles/test.dir/src/test.cpp.o" # External object files for target test test_EXTERNAL_OBJECTS = -test: CMakeFiles/test.dir/src/test.c.o -test: CMakeFiles/test.dir/ipc_module/ipc_msq.c.o -test: CMakeFiles/test.dir/ipc_module/ipc_shm.c.o +test: CMakeFiles/test.dir/src/test.cpp.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/code/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/code/ojt-simple-chatting/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable test" $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test.dir/link.txt --verbose=$(VERBOSE) # Rule to build all files generated by this target. diff --git a/cmake-build-debug/CMakeFiles/test.dir/cmake_clean.cmake b/cmake-build-debug/CMakeFiles/test.dir/cmake_clean.cmake index 4ce04c4917769326168d832041abfdec453c4007..87f49d06ab8335c25c9e8762401b8517e38c02eb 100644 --- a/cmake-build-debug/CMakeFiles/test.dir/cmake_clean.cmake +++ b/cmake-build-debug/CMakeFiles/test.dir/cmake_clean.cmake @@ -1,12 +1,10 @@ file(REMOVE_RECURSE - "CMakeFiles/test.dir/ipc_module/ipc_msq.c.o" - "CMakeFiles/test.dir/ipc_module/ipc_shm.c.o" - "CMakeFiles/test.dir/src/test.c.o" + "CMakeFiles/test.dir/src/test.cpp.o" "test" "test.pdb" ) # Per-language clean rules from dependency scanning. -foreach(lang C) +foreach(lang CXX) include(CMakeFiles/test.dir/cmake_clean_${lang}.cmake OPTIONAL) endforeach() diff --git a/cmake-build-debug/CMakeFiles/test.dir/flags.make b/cmake-build-debug/CMakeFiles/test.dir/flags.make index f388e394304c0b59ff21bb973df79bbc27666fa1..a37ab5380cf605318c455354542348ff2e0d961b 100644 --- a/cmake-build-debug/CMakeFiles/test.dir/flags.make +++ b/cmake-build-debug/CMakeFiles/test.dir/flags.make @@ -1,10 +1,10 @@ # CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.19 -# compile C with /usr/bin/cc -C_DEFINES = +# compile CXX with /usr/bin/c++ +CXX_DEFINES = -C_INCLUDES = +CXX_INCLUDES = -C_FLAGS = -D_DEBUG -std=gnu99 +CXX_FLAGS = -g -std=gnu++1y diff --git a/cmake-build-debug/CMakeFiles/test.dir/link.txt b/cmake-build-debug/CMakeFiles/test.dir/link.txt index 88ab9484a7d3240f04ed8ab989d926e015cdd6ba..92975e2535a1d0da8eff1979ab28b4f0221f54da 100644 --- a/cmake-build-debug/CMakeFiles/test.dir/link.txt +++ b/cmake-build-debug/CMakeFiles/test.dir/link.txt @@ -1 +1 @@ -/usr/bin/cc -D_DEBUG CMakeFiles/test.dir/src/test.c.o CMakeFiles/test.dir/ipc_module/ipc_msq.c.o CMakeFiles/test.dir/ipc_module/ipc_shm.c.o -o test +/usr/bin/c++ -g CMakeFiles/test.dir/src/test.cpp.o -o test diff --git a/cmake-build-debug/CMakeFiles/test.dir/progress.make b/cmake-build-debug/CMakeFiles/test.dir/progress.make index 38e82d4db7d3e31f28e816aacc00a2076bc53206..17875e3238da3ecdefe39c6875b6b441dc576689 100644 --- a/cmake-build-debug/CMakeFiles/test.dir/progress.make +++ b/cmake-build-debug/CMakeFiles/test.dir/progress.make @@ -1,5 +1,3 @@ -CMAKE_PROGRESS_1 = 13 -CMAKE_PROGRESS_2 = 14 -CMAKE_PROGRESS_3 = 15 -CMAKE_PROGRESS_4 = 16 +CMAKE_PROGRESS_1 = 10 +CMAKE_PROGRESS_2 = 11 diff --git a/cmake-build-debug/Makefile b/cmake-build-debug/Makefile index 7ab5b0de4eb5ef9306c1daa510f80ac9233d5ffa..260ac6986a833bee1d5b494ef466e38fc55637f9 100644 --- a/cmake-build-debug/Makefile +++ b/cmake-build-debug/Makefile @@ -129,19 +129,6 @@ depend: $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend -#============================================================================= -# Target rules for targets named server - -# Build rule for target. -server: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 server -.PHONY : server - -# fast build rule for target. -server/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/build -.PHONY : server/fast - #============================================================================= # Target rules for targets named client @@ -156,17 +143,17 @@ client/fast: .PHONY : client/fast #============================================================================= -# Target rules for targets named test +# Target rules for targets named server # Build rule for target. -test: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test -.PHONY : test +server: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 server +.PHONY : server # fast build rule for target. -test/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/build -.PHONY : test/fast +server/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/build +.PHONY : server/fast #============================================================================= # Target rules for targets named control @@ -181,185 +168,159 @@ control/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/build .PHONY : control/fast -ipc_module/ipc_msq.o: ipc_module/ipc_msq.c.o - -.PHONY : ipc_module/ipc_msq.o - -# target to build an object file -ipc_module/ipc_msq.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/ipc_module/ipc_msq.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/ipc_module/ipc_msq.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/ipc_module/ipc_msq.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/ipc_module/ipc_msq.c.o -.PHONY : ipc_module/ipc_msq.c.o - -ipc_module/ipc_msq.i: ipc_module/ipc_msq.c.i - -.PHONY : ipc_module/ipc_msq.i - -# target to preprocess a source file -ipc_module/ipc_msq.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/ipc_module/ipc_msq.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/ipc_module/ipc_msq.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/ipc_module/ipc_msq.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/ipc_module/ipc_msq.c.i -.PHONY : ipc_module/ipc_msq.c.i - -ipc_module/ipc_msq.s: ipc_module/ipc_msq.c.s +#============================================================================= +# Target rules for targets named test -.PHONY : ipc_module/ipc_msq.s +# Build rule for target. +test: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test +.PHONY : test -# target to generate assembly for a file -ipc_module/ipc_msq.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/ipc_module/ipc_msq.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/ipc_module/ipc_msq.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/ipc_module/ipc_msq.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/ipc_module/ipc_msq.c.s -.PHONY : ipc_module/ipc_msq.c.s +# fast build rule for target. +test/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/build +.PHONY : test/fast -ipc_module/ipc_shm.o: ipc_module/ipc_shm.c.o +function/ipc_module.o: function/ipc_module.cpp.o -.PHONY : ipc_module/ipc_shm.o +.PHONY : function/ipc_module.o # target to build an object file -ipc_module/ipc_shm.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/ipc_module/ipc_shm.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/ipc_module/ipc_shm.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/ipc_module/ipc_shm.c.o - $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/ipc_module/ipc_shm.c.o -.PHONY : ipc_module/ipc_shm.c.o +function/ipc_module.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/function/ipc_module.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/function/ipc_module.cpp.o + $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/function/ipc_module.cpp.o +.PHONY : function/ipc_module.cpp.o -ipc_module/ipc_shm.i: ipc_module/ipc_shm.c.i +function/ipc_module.i: function/ipc_module.cpp.i -.PHONY : ipc_module/ipc_shm.i +.PHONY : function/ipc_module.i # target to preprocess a source file -ipc_module/ipc_shm.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/ipc_module/ipc_shm.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/ipc_module/ipc_shm.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/ipc_module/ipc_shm.c.i - $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/ipc_module/ipc_shm.c.i -.PHONY : ipc_module/ipc_shm.c.i +function/ipc_module.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/function/ipc_module.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/function/ipc_module.cpp.i + $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/function/ipc_module.cpp.i +.PHONY : function/ipc_module.cpp.i -ipc_module/ipc_shm.s: ipc_module/ipc_shm.c.s +function/ipc_module.s: function/ipc_module.cpp.s -.PHONY : ipc_module/ipc_shm.s +.PHONY : function/ipc_module.s # target to generate assembly for a file -ipc_module/ipc_shm.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/ipc_module/ipc_shm.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/ipc_module/ipc_shm.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/ipc_module/ipc_shm.c.s - $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/ipc_module/ipc_shm.c.s -.PHONY : ipc_module/ipc_shm.c.s +function/ipc_module.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/function/ipc_module.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/function/ipc_module.cpp.s + $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/function/ipc_module.cpp.s +.PHONY : function/ipc_module.cpp.s -src/client.o: src/client.c.o +src/client.o: src/client.cpp.o .PHONY : src/client.o # target to build an object file -src/client.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/src/client.c.o -.PHONY : src/client.c.o +src/client.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/src/client.cpp.o +.PHONY : src/client.cpp.o -src/client.i: src/client.c.i +src/client.i: src/client.cpp.i .PHONY : src/client.i # target to preprocess a source file -src/client.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/src/client.c.i -.PHONY : src/client.c.i +src/client.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/src/client.cpp.i +.PHONY : src/client.cpp.i -src/client.s: src/client.c.s +src/client.s: src/client.cpp.s .PHONY : src/client.s # target to generate assembly for a file -src/client.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/src/client.c.s -.PHONY : src/client.c.s +src/client.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/client.dir/build.make CMakeFiles/client.dir/src/client.cpp.s +.PHONY : src/client.cpp.s -src/control.o: src/control.c.o +src/control.o: src/control.cpp.o .PHONY : src/control.o # target to build an object file -src/control.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/src/control.c.o -.PHONY : src/control.c.o +src/control.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/src/control.cpp.o +.PHONY : src/control.cpp.o -src/control.i: src/control.c.i +src/control.i: src/control.cpp.i .PHONY : src/control.i # target to preprocess a source file -src/control.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/src/control.c.i -.PHONY : src/control.c.i +src/control.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/src/control.cpp.i +.PHONY : src/control.cpp.i -src/control.s: src/control.c.s +src/control.s: src/control.cpp.s .PHONY : src/control.s # target to generate assembly for a file -src/control.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/src/control.c.s -.PHONY : src/control.c.s +src/control.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/control.dir/build.make CMakeFiles/control.dir/src/control.cpp.s +.PHONY : src/control.cpp.s -src/server.o: src/server.c.o +src/server.o: src/server.cpp.o .PHONY : src/server.o # target to build an object file -src/server.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/src/server.c.o -.PHONY : src/server.c.o +src/server.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/src/server.cpp.o +.PHONY : src/server.cpp.o -src/server.i: src/server.c.i +src/server.i: src/server.cpp.i .PHONY : src/server.i # target to preprocess a source file -src/server.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/src/server.c.i -.PHONY : src/server.c.i +src/server.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/src/server.cpp.i +.PHONY : src/server.cpp.i -src/server.s: src/server.c.s +src/server.s: src/server.cpp.s .PHONY : src/server.s # target to generate assembly for a file -src/server.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/src/server.c.s -.PHONY : src/server.c.s +src/server.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/server.dir/build.make CMakeFiles/server.dir/src/server.cpp.s +.PHONY : src/server.cpp.s -src/test.o: src/test.c.o +src/test.o: src/test.cpp.o .PHONY : src/test.o # target to build an object file -src/test.c.o: - $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/src/test.c.o -.PHONY : src/test.c.o +src/test.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/src/test.cpp.o +.PHONY : src/test.cpp.o -src/test.i: src/test.c.i +src/test.i: src/test.cpp.i .PHONY : src/test.i # target to preprocess a source file -src/test.c.i: - $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/src/test.c.i -.PHONY : src/test.c.i +src/test.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/src/test.cpp.i +.PHONY : src/test.cpp.i -src/test.s: src/test.c.s +src/test.s: src/test.cpp.s .PHONY : src/test.s # target to generate assembly for a file -src/test.c.s: - $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/src/test.c.s -.PHONY : src/test.c.s +src/test.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/src/test.cpp.s +.PHONY : src/test.cpp.s # Help Target help: @@ -373,12 +334,9 @@ help: @echo "... control" @echo "... server" @echo "... test" - @echo "... ipc_module/ipc_msq.o" - @echo "... ipc_module/ipc_msq.i" - @echo "... ipc_module/ipc_msq.s" - @echo "... ipc_module/ipc_shm.o" - @echo "... ipc_module/ipc_shm.i" - @echo "... ipc_module/ipc_shm.s" + @echo "... function/ipc_module.o" + @echo "... function/ipc_module.i" + @echo "... function/ipc_module.s" @echo "... src/client.o" @echo "... src/client.i" @echo "... src/client.s" diff --git a/cmake-build-debug/Testing/Temporary/LastTest.log b/cmake-build-debug/Testing/Temporary/LastTest.log index cb3fc4374a46ca826d4d605b3ac2f68213319d48..7e377a48ab8149036c564559ebe34966b64cc317 100644 --- a/cmake-build-debug/Testing/Temporary/LastTest.log +++ b/cmake-build-debug/Testing/Temporary/LastTest.log @@ -1,3 +1,3 @@ -Start testing: Jan 29 13:19 KST +Start testing: Jan 29 17:41 KST ---------------------------------------------------------- -End testing: Jan 29 13:19 KST +End testing: Jan 29 17:41 KST diff --git a/cmake-build-debug/client b/cmake-build-debug/client index f31b6bd9604181899f2902055713ede2ed5856ce..1434a3659c442ce4446bbc36d264d28e44740414 100755 Binary files a/cmake-build-debug/client and b/cmake-build-debug/client differ diff --git a/cmake-build-debug/control b/cmake-build-debug/control index bb4bcae944265b321fb27d62305e0dc87cd6f808..3ab9684a421a6e9d16773600f848638068fe5aa9 100755 Binary files a/cmake-build-debug/control and b/cmake-build-debug/control differ diff --git a/cmake-build-debug/main b/cmake-build-debug/main deleted file mode 100755 index f6e525214edf725110d8aae10d04ec352524c72c..0000000000000000000000000000000000000000 Binary files a/cmake-build-debug/main and /dev/null differ diff --git a/cmake-build-debug/server b/cmake-build-debug/server index 58c4957433c8972d524def24c7c9967ccd1b2502..0e14fda101cff9853d00909b023de230a0109ce7 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_chatting2.cbp similarity index 81% rename from cmake-build-debug/simple_chatting_control.cbp rename to cmake-build-debug/simple_chatting2.cbp index c34d072c8b74623f45533a47be1447d805f15773..b33c6b18f59df25718830fe05a246f609c1a4034 100644 --- a/cmake-build-debug/simple_chatting_control.cbp +++ b/cmake-build-debug/simple_chatting2.cbp @@ -2,7 +2,7 @@ -